@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface IdpDomainVerification

    Response from the IdP domain ownership verification endpoints.

    interface IdpDomainVerification {
        dns_record_name?: string;
        dns_record_value?: string;
        domain: string;
        expires_at?: string;
        status: IdpDomainVerificationStatus;
        verified_at?: string;
    }
    Index
    dns_record_name?: string

    DNS TXT record name the partner must create.

    dns_record_value?: string

    DNS TXT record value the partner must publish.

    domain: string

    Exact domain being verified.

    expires_at?: string

    When the pending challenge token expires. Absent once verified.

    Current verification status.

    verified_at?: string

    When the domain was verified. Present only when status is verified.