RBAC
Operations related to role-based access control.
📄️ List All Roles
Retrieve a list of all roles in the system.
📄️ Get assigned users for role
Retrieve a list of users assigned to a specific role.
📄️ Check Role Existence
Check if a specific role exists in the system.
📄️ Create New Role
Create a new role in the system.
📄️ Delete Role
Delete role from the system.
📄️ Get Roles Assigned to User
Retrieve a list of roles assigned to a specific user.
📄️ Assign Roles to User
Assign role to a specific user.
📄️ Remove Role from User
Remove role from user.
📄️ List All Resource Groups
Retrieve a list of all resource groups in the system.
📄️ Get Endpoints Assigned to Resource Group
Retrieve a list of endpoints assigned to a specific resource group.
📄️ Check Resource Group Existence
Check if a specific resource group exists in the system.
📄️ Create New Resource Group
Create a new resource group.
📄️ Delete Resource Group
Delete an existing resource group.
📄️ Get Resource Group Assigned to Endpoint
Retrieve the resource group assigned to a specific endpoint.
📄️ Assign Endpoint to Resource Group
Assign an endpoint to a specific resource group.
📄️ Remove Endpoint from Resource Group
Remove an endpoint from its assigned resource group.
📄️ List All RBAC Policies
Retrieve a list of all role-based access control (RBAC) policies.
📄️ Create New RBAC Policy
Create a new role-based access control (RBAC) policy.
📄️ Delete RBAC Policy
Delete an existing role-based access control (RBAC) policy, if it existed.