Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - Permission(vim.AuthorizationManager.Permission)
- Property of
- HostEnableAdminFailedEvent, HostSecuritySpec, ManagedEntity
- Parameter to
- ResetEntityPermissions, SetEntityPermissions
- Returned by
- RetrieveAllPermissions, RetrieveEntityPermissions, RetrieveRolePermissions
- Extends
- DynamicData
- See also
- ManagedEntity
- Since
- 2.0
Data Object Description
This data object type provides assignment of some role access to a principal on a specific entity. A ManagedEntity is limited to one permission per principal.Properties
Name | Type | Description |
---|---|---|
entity* | ManagedObjectReference
to a ManagedEntity |
Managed entity the permission is defined on. Left unset
when calling setPermissions or resetPermissions, but present
for the results of permission queries.
|
group | xsd:boolean |
Whether principal refers to a user or a group. True for
a group and false for a user.
|
principal | xsd:string |
User or group receiving access in the form of
"login" for local or "DOMAIN\login" for users in a Windows domain.
|
propagate | xsd:boolean |
Whether or not this permission propagates down the hierarchy
to sub-entities.
|
roleId | xsd:int |
Reference to the role providing the access.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |