Type alias CreateGroupBody

CreateGroupBody: {
    create_own_access?: boolean;
    description?: string;
    is_delete_protected?: boolean;
    name: string;
    project_id?: string;
    require_delete_permission_to_put_data?: boolean;
    tags?: string[];
}

Type declaration

  • Optional create_own_access?: boolean

    If true, full access to the group is automatically created for the requester

  • Optional description?: string

    Description of the group

  • Optional is_delete_protected?: boolean

    This must be set false before the group can be deleted

  • name: string

    Name of the group

  • Optional project_id?: string

    ID of the project this group belongs to, if any

  • 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