Data Object - ExtensionPrivilegeInfo(vim.Extension.PrivilegeInfo)

Property of
Extension
Extends
DynamicData
Since
VI API 2.5

Data Object Description

This data object type describes privileges defined by the extension.

Properties

Name Type Description
privGroupNamexsd:string

Hierarchical group name. Each level of the grouping hierarchy is separated by a "." so group names may not include a ".". privGroupName.
privIDxsd:string

The ID of the privilege. The format should be "<group name>.<privilege name>". The group name should be the same as the privGroupName property.

The privilege name should follow java package naming conventions for uniqueness. The set of characters allowed follow the same rules as key.

Properties inherited from DynamicData
None

Show WSDL type definition