# TlsBulkCertificateDataAttributes
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_untrusted_root** | Option<**bool**> | Allow certificates that chain to untrusted roots. | [default to false]
**cert_blob** | Option<**String**> | The PEM-formatted certificate blob. Required. |
**intermediates_blob** | Option<**String**> | The PEM-formatted chain of intermediate blobs. Required. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)