VcenterSettingsV1ConfigComponentsAuthmanagementPrivileges
Privileges structure This structure represents the configuration for Privileges.
Properties
string
description
Optional
Privilege description.
string
group
Required
Group to which the privilege belongs to.
string
id
Required
Privilege identifier.
boolean
is_on_parent
Required
does this apply to the parent entity?
JSON Example
{
"group": "string",
"id": "string",
"is_on_parent": false
}