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

    Interface CreateOrganizationDiscoveryDomainRequestContent

    {
    * domain: "domain"
    * }
    interface CreateOrganizationDiscoveryDomainRequestContent {
        domain: string;
        status?: Management.OrganizationDiscoveryDomainStatus;
        use_for_organization_discovery?: boolean;
    }
    Index

    Properties

    domain: string

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

    use_for_organization_discovery?: boolean

    Indicates whether this discovery domain should be used for organization discovery.