VcenterSettingsV1ConfigComponentsInventoryauthorizationPermission
Permission structure represents a single inventory permission inside a container.
Properties
string
entity
Required
Full path to the entity for which the permission is set. The entity must be either one of the service provider managed entities, or a child thereof.
principal
Required
The principal for which the permission is set.
boolean
propagate
Required
Whether this permission propagates to child objects.
string
role_name
Required
Name of a role in vCenter.
JSON Example
{
"entity": "string",
"principal": {
"group": false,
"name": "string"
},
"propagate": false,
"role_name": "string"
}