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

    Interface OrganizationTemplate

    Index
    id?: string

    Organization Template identifier.

    name?: string

    The name of the organization template.

    is_default?: boolean

    Whether this is the default template applied to new organizations.

    organization_deletion_behavior?: Management.OrganizationDeletionBehaviorEnum
    connection_deletion_behavior?: Management.ConnectionDeletionBehaviorEnum
    enforce_permission_ceiling?: boolean

    Whether to enforce permission ceiling for organizations using this template.

    enforce_self_assignment_restriction?: boolean

    Whether to enforce self-assignment restrictions for organizations using this template.

    connection_profile_id?: string

    The connection profile to apply to new connections.

    user_attribute_profile_id?: string

    The user attribute profile to apply to organizations.

    List of allowed connection strategies for this template.

    invitation_landing_client_id?: string

    The client ID for the invitation landing page.

    admin_roles_assignment?: string[]

    Default admin roles to assign to organization creators.

    use_for_organization_discovery?:
        | OrganizationTemplateUseForOrganizationDiscovery
        | null
    role_visibility_policy?: OrganizationTemplateRoleVisibilityPolicy | null
    created_at?: string

    The ISO 8601 formatted timestamp representing when the template was created.

    updated_at?: string

    The ISO 8601 formatted timestamp representing when the template was last updated.