vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostAccessControlEntry(vim.host.HostAccessManager.AccessEntry)
- Returned by
- RetrieveHostAccessControlEntries
- Extends
- DynamicData
- See also
- HostAccessMode
- Since
- vSphere API Release 6.0
Data Object Description
Data structure describing the access mode for a user or group.Properties
Name | Type | Description |
---|---|---|
accessMode | HostAccessMode |
Access mode for the principal.
|
group | xsd:boolean |
True if 'principal' describes a group account, false otherwise.
|
principal | xsd:string |
User or group having the described access mode.
The format is "login" for local users or "DOMAIN\login" for users
in a Windows domain.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |