Identity and Access Management API, REST: Role methods
Written by
Updated at May 26, 2023
A set of methods for managing Role resources.
JSON Representation
{
"id": "string",
"description": "string"
}
Field | Description |
---|---|
id | string ID of the role. |
description | string Description of the role. 0-256 characters long. |
Methods
Method | Description |
---|---|
get | Returns the specified Role resource. |
list | Retrieves the list of Role resources. |