VcenterSettingsV1ConfigComponentsAuthmanagementGlobalPermission
GlobalPermissions structure This structure represents the configuration for Global Permissions
Properties
boolean
propagate
Required
Propagating to child objects.
array of
integer as int64
role_ids
Required
Role Ids assigned to this Principal
JSON Example
{
"principal": {
"group": false,
"name": "string"
},
"propagate": false,
"role_ids": [
0
]
}