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

    Interface CreateOrganizationDiscoveryDomainRequestContent

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

    Properties

    Properties

    domain: string

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