CustomDomainConfiguration Class

Configuration properties for apps environment custom domain.

Constructor

CustomDomainConfiguration()

Variables

Name Description
custom_domain_verification_id
str

Id used to verify domain name ownership.

dns_suffix
str

Dns suffix for the environment domain.

certificate_key_vault_properties
<xref:<xref:"CertificateKeyVaultProperties">>

Certificate stored in Azure Key Vault.

certificate_value
str

PFX or PEM blob.

certificate_password
str

Certificate password.

expiration_date
str

Certificate expiration date.

thumbprint
str

Certificate thumbprint.

subject_name
str

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