Identity and Access Management API, gRPC: RoleService.Get
Статья создана
Обновлена 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. |