VerifiableDomain [object]
A domain that can be verified or approved for an organization or an enterprise.
Attributes createdAt DateTime DateTime [scalar]
An ISO-8601 encoded UTC date string.
Identifies the date and time when the object was created.
databaseId Int Int [scalar]
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Identifies the primary key from the database.
dnsHostName URI URI [scalar]
An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.
The DNS host name that should be used for verification.
domain URI URI [scalar]
An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.
The unicode encoded domain.
hasFoundHostName Boolean Boolean [scalar]
The Boolean scalar type represents true or false.
Whether a TXT record for verification with the expected host name was found.
hasFoundVerificationToken Boolean Boolean [scalar]
The Boolean scalar type represents true or false.
Whether a TXT record for verification with the expected verification token was found.
id ID ID [scalar]
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.
The Node ID of the VerifiableDomain object
isApproved Boolean Boolean [scalar]
The Boolean scalar type represents true or false.
Whether or not the domain is approved.
isRequiredForPolicyEnforcement Boolean Boolean [scalar]
The Boolean scalar type represents true or false.
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
isVerified Boolean Boolean [scalar]
The Boolean scalar type represents true or false.
Whether or not the domain is verified.
punycodeEncodedDomain URI URI [scalar]
An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.
The punycode encoded domain.
tokenExpirationTime DateTime DateTime [scalar]
An ISO-8601 encoded UTC date string.
The time that the current verification token will expire.
updatedAt DateTime DateTime [scalar]
An ISO-8601 encoded UTC date string.
Identifies the date and time when the object was last updated.
verificationToken String String [scalar]
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
The current verification token for the domain.