# Retrieves the description and the access list for the specified resource Endpoint: GET /api/v1/rbac/{resource} Version: 1.0 Security: ## Path parameters: - `resource` (string, required) The resource of interest Example: "GroupMembers" ## Response 200 fields (application/json): - `name` (string, required) - `description` (string, required) - `actions` (array, required) ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation