Identity and Access Management API, gRPC: RoleService.Get
Written by
Updated at October 17, 2024
Returns the specified Role resource.
To get the list of available Role resources, make a List request.
gRPC request
rpc Get (GetRoleRequest) returns (Role)
GetRoleRequest
{
"roleId": "string"
}
Field |
Description |
roleId |
string Required field. ID of the Role resource to return. |
Role
{
"id": "string",
"description": "string"
}
A Role resource. For more information, see Roles.
Field |
Description |
id |
string ID of the role. |
description |
string Description of the role. 0-256 characters long. |