check-role-access
Verify role permissions in RBAC systems by checking if a role has specific access rights, enabling permission validation for authorization workflows.
Instructions
Check if a role has specific permissions (useful for RBAC implementation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes | The role ID (role_id) | |
| required_permissions | Yes | List of permissions to check for | |
| require_all | No | Whether all permissions are required (true) or just one (false) |