CustomDomainConfiguration interface
Configuration properties for apps environment custom domain
Properties
| certificate |
Certificate stored in Azure Key Vault. |
| certificate |
Certificate password |
| certificate |
PFX or PEM blob |
| custom |
Id used to verify domain name ownership NOTE: This property will not be serialized. It can only be populated by the server. |
| dns |
Dns suffix for the environment domain |
| expiration |
Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server. |
| subject |
Subject name of the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
| thumbprint | Certificate thumbprint. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
certificateKeyVaultProperties
Certificate stored in Azure Key Vault.
certificateKeyVaultProperties?: CertificateKeyVaultProperties
Property Value
certificatePassword
Certificate password
certificatePassword?: string
Property Value
string
certificateValue
PFX or PEM blob
certificateValue?: Uint8Array
Property Value
Uint8Array
customDomainVerificationId
Id used to verify domain name ownership NOTE: This property will not be serialized. It can only be populated by the server.
customDomainVerificationId?: string
Property Value
string
dnsSuffix
Dns suffix for the environment domain
dnsSuffix?: string
Property Value
string
expirationDate
Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server.
expirationDate?: Date
Property Value
Date
subjectName
Subject name of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
subjectName?: string
Property Value
string
thumbprint
Certificate thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string