fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)