VcenterSettingsV1ConfigComponentsAuthmanagementRoles
Roles structure This structure represents the configuration for Roles.
Properties
string
description
Required
Role description.
integer
id
Required
Role identifier.
string
name
Required
Role name.
array of
string
privilege_id
Required
List of Privileges present in the Role.
JSON Example
{
"description": "string",
"id": 0,
"name": "string",
"privilege_id": [
"string"
]
}