# TlsCertificateDataAttributes
## Properties
**cert_blob** | Option<**String**> | The PEM-formatted certificate blob. Required. |
**name** | Option<**String**> | A customizable name for your certificate. Defaults to the certificate's Common Name or first Subject Alternative Names (SAN) entry. Optional. |
**allow_untrusted_root** | Option<**bool**> | Indicates that the supplied certificate was not signed by a trusted CA. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)