CustomDomainHttpsParameters Class

The JSON object that contains the properties to secure a custom domain.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: UserManagedHttpsParameters, CdnManagedHttpsParameters

Constructor

CustomDomainHttpsParameters(*args: Any, **kwargs: Any)

Variables

Name Description
certificate_source

Defines the source of the SSL certificate. Required. Known values are: "AzureKeyVault" and "Cdn".

protocol_type

Defines the TLS extension protocol that is used for secure delivery. Required. Known values are: "ServerNameIndication" and "IPBased".

minimum_tls_version

TLS protocol version that will be used for Https. Known values are: "None", "TLS10", and "TLS12".

Attributes

certificate_source

"AzureKeyVault" and "Cdn".

certificate_source: str

minimum_tls_version

"None", "TLS10", and "TLS12".

minimum_tls_version: str | _models.MinimumTlsVersion | None

protocol_type

Defines the TLS extension protocol that is used for secure delivery. Required. Known values are: "ServerNameIndication" and "IPBased".

protocol_type: str | _models.ProtocolType