CustomizationPassword

CustomizationPassword
CustomizationPassword

Contains a password string and a flag that specifies whether the string is in plain text or encrypted.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "value": "string",
    "plainText": false
}
string As password As password
value
Required

The password string.

It is encrypted if the associated plainText flag is false.

boolean
plainText
Required

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