OrgDomain
Organization domain verification record. VerificationToken and VerificationPrefix are only present while State is "pending" — they contain the DNS TXT values the user must publish to verify ownership.
- objectType: string
Resource type identifier
- idType: string
Unique identifier for the domain record
- orgType: string
_id Organization this domain belongs to
- domainType: string
The domain name being verified
- stateType: string
Verification state: pending, verified, failed, or legacy_verified
- verificationType: string
_strategy Verification method: dns or manual
- verificationType: string
_token DNS TXT record value to publish. Only present when state is "pending".
- verificationType: string
_prefix DNS TXT record name prefix. Only present when state is "pending".
- createdType: string
_at Timestamp the domain record was created (RFC 3339, UTC)
- updatedType: string
_at Timestamp the domain record was last updated (RFC 3339, UTC)