CustomDomainConfiguration Class
Configuration properties for apps environment custom domain.
Constructor
CustomDomainConfiguration()
Variables
| Name | Description |
|---|---|
|
custom_domain_verification_id
|
Id used to verify domain name ownership. |
|
dns_suffix
|
Dns suffix for the environment domain. |
|
certificate_key_vault_properties
|
<xref:<xref:"CertificateKeyVaultProperties">>
Certificate stored in Azure Key Vault. |
|
certificate_value
|
PFX or PEM blob. |
|
certificate_password
|
Certificate password. |
|
expiration_date
|
Certificate expiration date. |
|
thumbprint
|
Certificate thumbprint. |
|
subject_name
|
Subject name of the certificate. |
Attributes
certificateKeyVaultProperties
Certificate stored in Azure Key Vault.
certificateKeyVaultProperties: CertificateKeyVaultProperties
certificatePassword
Certificate password.
certificatePassword: str
certificateValue
PFX or PEM blob.
certificateValue: str
customDomainVerificationId
Id used to verify domain name ownership.
customDomainVerificationId: str
dnsSuffix
Dns suffix for the environment domain.
dnsSuffix: str
expirationDate
Certificate expiration date.
expirationDate: str
subjectName
Subject name of the certificate.
subjectName: str
thumbprint
Certificate thumbprint.
thumbprint: str