ValidateCustomDomainOutput interface

Output of custom domain validation.

Properties

customDomainValidated

Indicates whether the custom domain is valid or not.

message

Error message describing why the custom domain is not valid.

reason

The reason why the custom domain is not valid.

Property Details

customDomainValidated

Indicates whether the custom domain is valid or not.

customDomainValidated?: boolean

Property Value

boolean

message

Error message describing why the custom domain is not valid.

message?: string

Property Value

string

reason

The reason why the custom domain is not valid.

reason?: string

Property Value

string