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
Optional
Role Ids assigned to this Principal
array of
string
role_names
Required
Role Names assigned to this Principal
JSON Example
{
"principal": {
"group": false,
"name": "string"
},
"propagate": false,
"role_names": [
"string"
]
}