Data Object - CustomizationPassword(vim.vm.customization.Password)

Property of
CustomizationGuiUnattended, CustomizationIdentification
Extends
DynamicData

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
plainTextxsd:boolean

Flag to specify whether or not the password is in plain text, rather than encrypted.
valuexsd:string

The password string. It is encrypted if the associated plainText flag is false.
Properties inherited from DynamicData
None

Show WSDL type definition