Module rbac_api

Source

Enums§

RbacPermissionsAssignedByRolesAssignCreateError
struct for typed errors of method rbac_permissions_assigned_by_roles_assign_create
RbacPermissionsAssignedByRolesListError
struct for typed errors of method rbac_permissions_assigned_by_roles_list
RbacPermissionsAssignedByRolesUnassignPartialUpdateError
struct for typed errors of method rbac_permissions_assigned_by_roles_unassign_partial_update
RbacPermissionsAssignedByUsersAssignCreateError
struct for typed errors of method rbac_permissions_assigned_by_users_assign_create
RbacPermissionsAssignedByUsersListError
struct for typed errors of method rbac_permissions_assigned_by_users_list
RbacPermissionsAssignedByUsersUnassignPartialUpdateError
struct for typed errors of method rbac_permissions_assigned_by_users_unassign_partial_update
RbacPermissionsListError
struct for typed errors of method rbac_permissions_list
RbacPermissionsRetrieveError
struct for typed errors of method rbac_permissions_retrieve
RbacPermissionsRolesListError
struct for typed errors of method rbac_permissions_roles_list
RbacPermissionsUsersListError
struct for typed errors of method rbac_permissions_users_list
RbacRolesCreateError
struct for typed errors of method rbac_roles_create
RbacRolesDestroyError
struct for typed errors of method rbac_roles_destroy
RbacRolesListError
struct for typed errors of method rbac_roles_list
RbacRolesPartialUpdateError
struct for typed errors of method rbac_roles_partial_update
RbacRolesRetrieveError
struct for typed errors of method rbac_roles_retrieve
RbacRolesUpdateError
struct for typed errors of method rbac_roles_update
RbacRolesUsedByListError
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