DomainValidationProperties interface

The JSON object that contains the properties to validate a domain.

Properties

expirationDate

The date time that the token expires NOTE: This property will not be serialized. It can only be populated by the server.

validationToken

Challenge used for DNS TXT record or file based validation NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

expirationDate

The date time that the token expires NOTE: This property will not be serialized. It can only be populated by the server.

expirationDate?: string

Property Value

string

validationToken

Challenge used for DNS TXT record or file based validation NOTE: This property will not be serialized. It can only be populated by the server.

validationToken?: string

Property Value

string