Auth0 Node.js SDK - v5.2.0
    Preparing search index...

    Interface UpdateOrganizationDiscoveryDomainResponseContent

    interface UpdateOrganizationDiscoveryDomainResponseContent {
        id: string;
        domain: string;
        status: Management.OrganizationDiscoveryDomainStatus;
        use_for_organization_discovery?: boolean;
        verification_txt: string;
        verification_host: string;
    }
    Index

    Properties

    id: string

    Organization discovery domain identifier.

    domain: string

    The domain name to associate with the organization e.g. acme.com.

    use_for_organization_discovery?: boolean

    Indicates whether this domain should be used for organization discovery. Note: This field is only returned when the ss_org_dove_enabled feature flag is enabled for the tenant.

    verification_txt: string

    A unique token generated for the discovery domain. This must be placed in a DNS TXT record at the location specified by the verification_host field to prove domain ownership.

    verification_host: string

    The full domain where the TXT record should be added.