ArrayOfCustomizationGuiUnattended
ArrayOfCustomizationGuiUnattended
A boxed array of CustomizationGuiUnattended. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"password": {
"_typeName": "string",
"value": "string",
"plainText": false
},
"timeZone": 0,
"autoLogon": false,
"autoLogonCount": 0
}
]
}