Enums§
- Rbac
Permissions Assigned ByRoles Assign Create Error - struct for typed errors of method
rbac_permissions_assigned_by_roles_assign_create
- Rbac
Permissions Assigned ByRoles List Error - struct for typed errors of method
rbac_permissions_assigned_by_roles_list
- Rbac
Permissions Assigned ByRoles Unassign Partial Update Error - struct for typed errors of method
rbac_permissions_assigned_by_roles_unassign_partial_update
- Rbac
Permissions Assigned ByUsers Assign Create Error - struct for typed errors of method
rbac_permissions_assigned_by_users_assign_create
- Rbac
Permissions Assigned ByUsers List Error - struct for typed errors of method
rbac_permissions_assigned_by_users_list
- Rbac
Permissions Assigned ByUsers Unassign Partial Update Error - struct for typed errors of method
rbac_permissions_assigned_by_users_unassign_partial_update
- Rbac
Permissions List Error - struct for typed errors of method
rbac_permissions_list
- Rbac
Permissions Retrieve Error - struct for typed errors of method
rbac_permissions_retrieve
- Rbac
Permissions Roles List Error - struct for typed errors of method
rbac_permissions_roles_list
- Rbac
Permissions Users List Error - struct for typed errors of method
rbac_permissions_users_list
- Rbac
Roles Create Error - struct for typed errors of method
rbac_roles_create
- Rbac
Roles Destroy Error - struct for typed errors of method
rbac_roles_destroy
- Rbac
Roles List Error - struct for typed errors of method
rbac_roles_list
- Rbac
Roles Partial Update Error - struct for typed errors of method
rbac_roles_partial_update
- Rbac
Roles Retrieve Error - struct for typed errors of method
rbac_roles_retrieve
- Rbac
Roles Update Error - struct for typed errors of method
rbac_roles_update
- Rbac
Roles Used ByList Error - struct for typed errors of method
rbac_roles_used_by_list
Functions§
- rbac_
permissions_ assigned_ by_ roles_ assign_ create - Assign permission(s) to role. When
object_pk
is set, the permissions are only assigned to the specific object, otherwise they are assigned globally. - rbac_
permissions_ assigned_ by_ roles_ list - Get assigned object permissions for a single object
- rbac_
permissions_ assigned_ by_ roles_ unassign_ partial_ update - Unassign permission(s) to role. When
object_pk
is set, the permissions are only assigned to the specific object, otherwise they are assigned globally. - rbac_
permissions_ assigned_ by_ users_ assign_ create - Assign permission(s) to user
- rbac_
permissions_ assigned_ by_ users_ list - Get assigned object permissions for a single object
- rbac_
permissions_ assigned_ by_ users_ unassign_ partial_ update - Unassign permission(s) to user. When
object_pk
is set, the permissions are only assigned to the specific object, otherwise they are assigned globally. - rbac_
permissions_ list - Read-only list of all permissions, filterable by model and app
- rbac_
permissions_ retrieve - Read-only list of all permissions, filterable by model and app
- rbac_
permissions_ roles_ list - Get a role’s assigned object permissions
- rbac_
permissions_ users_ list - Get a users’s assigned object permissions
- rbac_
roles_ create - Role viewset
- rbac_
roles_ destroy - Role viewset
- rbac_
roles_ list - Role viewset
- rbac_
roles_ partial_ update - Role viewset
- rbac_
roles_ retrieve - Role viewset
- rbac_
roles_ update - Role viewset
- rbac_
roles_ used_ by_ list - Get a list of all objects that use this object