OrganizationDomainsBulkOwnershipVerificationResource
The OrganizationDomainsBulkOwnershipVerificationResource object is the result of a bulk ownership verification flow, such as prepareOwnershipVerification() or attemptOwnershipVerification(), where ownership is verified for several of an Organization's Verified Domains at once. Because the operation can partially succeed, each requested domain is reported in either data or errors.
Properties
- Name
-
data - Type
OrganizationDomainResource[]- Description
The domains that were processed successfully. After prepareOwnershipVerification(), each domain's
ownershipVerificationcarries thetxtRecordNameandtxtRecordValuethat must be published to a DNS TXT record.
- Name
errors.code- Type
string- Description
The API error code describing why the domain was skipped, for example
resource_not_found.
- Name
errors.id- Type
string- Description
The unique identifier of the domain that could not be processed.
Feedback
Last updated on