Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Fault - NoPermission(vim.fault.NoPermission)
- Extended by
- NotAuthenticated
- Extends
- SecurityError
- See also
- NoPermissionEntityPrivileges
- Since
- 2.0
Fault Description
Thrown when an operation is denied because of privileges not held on managed object(s).Properties
Name | Type | Description |
---|---|---|
missingPrivileges* | NoPermissionEntityPrivileges[] |
List of entities and missing privileges for each entity
Since vSphere API Release 7.0.3.2 |
object* | ManagedObjectReference |
Deprecated.
As of vSphere 8.0, use the missingPrivileges field.
The managed object on which a permission is required.
|
privilegeId* | xsd:string |
Deprecated.
As of vSphere 8.0, use the missingPrivileges field.
The privilege identifier required
|
Properties inherited from SecurityError | ||
None | ||
Properties inherited from RuntimeFault | ||
None | ||
Properties inherited from MethodFault | ||
faultCause, faultMessage |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |