UpdateAuthorizationRoleRequestType

UpdateAuthorizationRoleRequestType
UpdateAuthorizationRoleRequestType

The parameters of UpdateAuthorizationRole.

JSON Example
{
    "roleId": 0,
    "newName": "string",
    "privIds": [
        "string"
    ]
}
integer As int32 As int32
roleId
Required

The ID of the role that is updated.

string
newName
Required

The new name for the role.

array of string
privIds
Optional

The new set of privileges to assign to the role.