DomainValidationProperties interface
The JSON object that contains the properties to validate a domain.
Properties
expiration |
The date time that the token expires NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
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