Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

TlsConfigurationResponseAttributes.md

File metadata and controls

16 lines (12 loc) · 1.06 KB

# TlsConfigurationResponseAttributes

Properties

Name Type Description Notes
created_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
deleted_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
default bool Signifies whether or not Fastly will use this configuration as a default when creating a new TLS Activation. [optional] [readonly]
http_protocols string[] HTTP protocols available on your configuration. [optional] [readonly]
tls_protocols string[] TLS protocols available on your configuration. [optional] [readonly]
bulk bool Signifies whether the configuration is used for Platform TLS or not. [optional] [readonly]

[Back to API list] [Back to README]