DomainValidationProperties Class

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

Constructor

DomainValidationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
validation_token
str

Challenge used for DNS TXT record or file based validation.

expiration_date
str

The date time that the token expires.

Attributes

expiration_date

The date time that the token expires.

expiration_date: str | None

validation_token

Challenge used for DNS TXT record or file based validation.

validation_token: str | None