Skip to main content

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 ownershipVerification carries the txtRecordName and txtRecordValue that must be published to a DNS TXT record.

  • Name
    errors
    Type
    { code: string; id: string; }[]
    Description

    The domains that could not be processed. Each entry identifies the domain and the reason it was skipped, while the remaining domains in the batch are still processed.

  • 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

What did you think of this content?

Last updated on