Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CustomizationPassword(vim.vm.customization.Password)
- Property of
- CustomizationGuiUnattended, CustomizationIdentification
- Extends
- DynamicData
- Since
- 2.0
Data Object Description
Contains a password string and a flag that specifies whether the string is in plain text or encrypted.Properties
Name | Type | Description |
---|---|---|
plainText | xsd:boolean |
Flag to specify whether or not the password is in plain text, rather than
encrypted.
|
value | xsd:string |
The password string. It is encrypted if the associated plainText flag is false.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |