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

    Interface UpdateOrganizationTemplateRequestContent

    {}
    
    interface UpdateOrganizationTemplateRequestContent {
        name?: string;
        is_default?: boolean;
        organization_deletion_behavior?: Management.OrganizationDeletionBehaviorEnum;
        connection_deletion_behavior?: Management.ConnectionDeletionBehaviorEnum;
        enforce_permission_ceiling?: boolean;
        enforce_self_assignment_restriction?: boolean;
        connection_profile_id?: string | null;
        user_attribute_profile_id?: string | null;
        allowed_strategies?:
            | Management.OrganizationTemplateAllowedStrategyEnum[]
            | null;
        invitation_landing_client_id?: string
        | null;
        admin_roles_assignment?: string[] | null;
        use_for_organization_discovery?:
            | OrganizationTemplateUseForOrganizationDiscovery
            | null;
        role_visibility_policy?: OrganizationTemplateRoleVisibilityPolicy
        | null;
    }
    Index
    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 | null

    The connection profile to apply to new connections.

    user_attribute_profile_id?: string | null

    The user attribute profile to apply to organizations.

    List of allowed connection strategies for this template.

    invitation_landing_client_id?: string | null

    The client ID for the invitation landing page.

    admin_roles_assignment?: string[] | null

    Default admin roles to assign to organization creators.

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