UpdateRoleRequest
UpdateRoleRequest
Defines the properties of the role that will be added.
JSON Example
{
"expiresAt": "string",
"name": "string"
}
string As date-time
As date-time
expiresAt
Optional
The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC).
string
name
Required
The name of the role.