ApiAuthRoleRef Data Model

An authRoleRef to operate on ApiAuthRole object

Properties
name data type description
displayName string The name of the authRole.
uuid string The uuid of the authRole, which uniquely identifies it in a CM installation.

Example

{
  "displayName" : "...",
  "uuid" : "..."
}