VcenterSettingsV1ConfigComponentsAuthmanagementGlobalPermission

GlobalPermissions structure This structure represents the configuration for Global Permissions


Properties

principal Required

Principal with roles.


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"
	]
}

Feedback

Was this page helpful?