CustomDomainConfiguration interface

Configuration properties for apps environment custom domain

Properties

certificatePassword

Certificate password

certificateValue

PFX or PEM blob

customDomainVerificationId

Id used to verify domain name ownership NOTE: This property will not be serialized. It can only be populated by the server.

dnsSuffix

Dns suffix for the environment domain

expirationDate

Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server.

subjectName

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

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