VcenterSettingsV1ConfigComponentsInventoryCommonPermission
The Permission structure contains spec to define permissions in vCenter Server.
Properties
boolean
group
Required
True if principal is a group.
string
principal
Required
User/Group name associated with the permission.
boolean
propagate
Required
True if permission can be propagated to child entities.
integer as int64
role_id
Required
Role associated with the permission.
JSON Example
{
"group": false,
"principal": "string",
"propagate": false,
"role_id": 0
}