CustomDomainConfiguration Class

Configuration properties for apps environment custom domain.

Constructor

CustomDomainConfiguration()

Variables

Name Description
customDomainVerificationId
str

Id used to verify domain name ownership.

dnsSuffix
str

Dns suffix for the environment domain.

certificateKeyVaultProperties
<xref:<xref:"CertificateKeyVaultProperties">>

Certificate stored in Azure Key Vault.

certificateValue
str

PFX or PEM blob.

certificatePassword
str

Certificate password.

expirationDate
str

Certificate expiration date.

thumbprint
str

Certificate thumbprint.

subjectName
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