Type alias PatchProjectSettingsBody

PatchProjectSettingsBody: {
    access_token_expire_hours?: number;
    custom_settings?: object;
    default_from_address?: string;
    default_locale?: string;
    description?: string;
    device_creators_are_owners_by_default?: boolean;
    device_delete_protection_on_by_default?: boolean;
    device_owners_can_tunnel?: boolean;
    device_owners_have_admin_access?: boolean;
    group_delete_protection_on_by_default?: boolean;
    is_delete_protected?: boolean;
    name?: string;
    pii_admin_only?: boolean;
    refresh_token_expire_hours?: number;
    reset_token_expire_hours?: number;
    session_expire_mins?: number;
    user_delete_protection_on_by_default?: boolean;
}

Type declaration

  • Optional access_token_expire_hours?: number

    Number of hours access tokens are valid (1-24)

  • Optional custom_settings?: object

    Dictionary of custom organization settings

  • Optional default_from_address?: string

    Default from address for the organization

  • Optional default_locale?: string

    Default locale for the organization

  • Optional description?: string

    Organization description

  • Optional device_creators_are_owners_by_default?: boolean

    Device creators are owners by default

  • Optional device_delete_protection_on_by_default?: boolean

    Delete protection is on by default for new devices

  • Optional device_owners_can_tunnel?: boolean

    Device owners can open tunnels

  • Optional device_owners_have_admin_access?: boolean

    Device owners have admin access

  • Optional group_delete_protection_on_by_default?: boolean

    Delete protection is on by default for new groups

  • Optional is_delete_protected?: boolean

    This must be set false before the org/project can be deleted

  • Optional name?: string

    Organization name

  • Optional pii_admin_only?: boolean

    Only admins can view personally identifiable info

  • Optional refresh_token_expire_hours?: number

    Number of hours refresh tokens are valid (1-8760)

  • Optional reset_token_expire_hours?: number

    Number of hours reset tokens are valid (1-168)

  • Optional session_expire_mins?: number

    Number of mins sessions are valid (3-15)

  • Optional user_delete_protection_on_by_default?: boolean

    Delete protection is on by default for new users