ValidateCustomDomainOutput interface

Output of custom domain validation.

Properties

customDomainValidated

Indicates whether the custom domain is valid or not. NOTE: This property will not be serialized. It can only be populated by the server.

message

Error message describing why the custom domain is not valid. NOTE: This property will not be serialized. It can only be populated by the server.

reason

The reason why the custom domain is not valid. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

customDomainValidated

Indicates whether the custom domain is valid or not. NOTE: This property will not be serialized. It can only be populated by the server.

customDomainValidated?: boolean

Property Value

boolean

message

Error message describing why the custom domain is not valid. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

reason

The reason why the custom domain is not valid. NOTE: This property will not be serialized. It can only be populated by the server.

reason?: string

Property Value

string