CustomDnsSuffixConfigurationProperties Class
CustomDnsSuffixConfiguration resource specific properties.
Constructor
CustomDnsSuffixConfigurationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Known values are: "Succeeded", "Failed", "Degraded", and "InProgress". |
|
provisioning_details
|
|
|
dns_suffix
|
The default custom domain suffix to use for all sites deployed on the ASE. |
|
certificate_url
|
The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix. |
|
key_vault_reference_identity
|
The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available. |
Attributes
certificate_url
The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
certificate_url: str | None
dns_suffix
The default custom domain suffix to use for all sites deployed on the ASE.
dns_suffix: str | None
key_vault_reference_identity
The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
key_vault_reference_identity: str | None
provisioning_details
provisioning_details: str | None
provisioning_state
"Succeeded", "Failed", "Degraded", and "InProgress".
provisioning_state: str | _models.CustomDnsSuffixProvisioningState | None