ApproveVerifiableDomainPayload [object]
Autogenerated return type of ApproveVerifiableDomain
Attributes clientMutationId 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.
A unique identifier for the client performing the mutation.
domain VerifiableDomain VerifiableDomain [object]
A domain that can be verified or approved for an organization or an enterprise.
Attributes
Identifies the date and time when the object was created.
Identifies the primary key from the database.
The DNS host name that should be used for verification.
The unicode encoded domain.
Whether a TXT record for verification with the expected host name was found.
Whether a TXT record for verification with the expected verification token was found.
The Node ID of the VerifiableDomain object
Whether or not the domain is approved.
isRequiredForPolicyEnforcement Boolean
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
Whether or not the domain is verified.
punycodeEncodedDomain URI
The punycode encoded domain.
The time that the current verification token will expire.
Identifies the date and time when the object was last updated.
The current verification token for the domain.
The verifiable domain that was approved.