Type alias PatchGroupBody

PatchGroupBody: {
    description?: string;
    is_active?: boolean;
    is_delete_protected?: boolean;
    name?: string;
    require_delete_permission_to_put_data?: boolean;
    tags?: string[];
}

Type declaration

  • Optional description?: string

    Description of the group

  • Optional is_active?: boolean

    Whether this group is active

  • Optional is_delete_protected?: boolean

    This must be set false before the group can be deleted

  • Optional name?: string

    Name of the group

  • Optional require_delete_permission_to_put_data?: boolean

    (Admin only) If true, require delete permission to put data

  • Optional tags?: string[]

    List of tags on this group