Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface OrganizationTemplateUseForOrganizationDiscovery

    Controls whether connections from this template are used for organization discovery.

    interface OrganizationTemplateUseForOrganizationDiscovery {
        default_value: boolean;
        allowed_values?: boolean[];
    }
    Index
    default_value: boolean

    The default value for organization discovery.

    allowed_values?: boolean[]

    The allowed values for organization discovery.