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
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelCustomDomainHttpsParameters
Constructor
CustomDomainHttpsParameters(*, protocol_type: str | _models.ProtocolType, minimum_tls_version: str | _models.MinimumTlsVersion | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
protocol_type
|
str or
ProtocolType
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". |
Variables
Name | Description |
---|---|
certificate_source
|
Defines the source of the SSL certificate. Required. Known values are: "AzureKeyVault" and "Cdn". |
protocol_type
|
str or
ProtocolType
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". |
Azure SDK for Python