AFDDomainHttpsParameters interface
The JSON object that contains the properties to secure a domain.
Properties
| certificate |
Defines the source of the SSL certificate. |
| cipher |
cipher suite set type that will be used for Https |
| customized |
Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized. |
| minimum |
TLS protocol version that will be used for Https when cipherSuiteSetType is Customized. |
| secret | Resource reference to the secret. ie. subs/rg/profile/secret |
Property Details
certificateType
Defines the source of the SSL certificate.
certificateType: string
Property Value
string
cipherSuiteSetType
cipher suite set type that will be used for Https
cipherSuiteSetType?: string
Property Value
string
customizedCipherSuiteSet
Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
customizedCipherSuiteSet?: AFDDomainHttpsCustomizedCipherSuiteSet
Property Value
minimumTlsVersion
TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
minimumTlsVersion?: AfdMinimumTlsVersion
Property Value
secret
Resource reference to the secret. ie. subs/rg/profile/secret
secret?: ResourceReference