A custom variable that is set for a user.
| Name | Type | Description |
|---|---|---|
| name | string | Name of the custom variable definition. |
| label | string | Label that has been configured for this custom variable definition. |
| value | string | Base64-encoded value of the custom variable set for the user. If the custom variable is an encrypted one, the value will be "******" in base64 encoding, i.e. "KioqKioq". |
| encrypted | boolean | Represents whether this user custom variable is encrypted. |
Example
{
"name" : "%custom_pswd1%",
"label" : "VPN password",
"value" : "KioqKioq",
"encrypted" : true
}