SpecifiedNamesValidationInfo
SpecifiedNamesValidationInfo
Information about specified names validation.
JSON Example
{
"machine_name": "Machine-002-jdoe",
"specified_names_statuses": [
"VM_NAME_TOO_LONG"
],
"user_id": "S-1-5-21-3711839221-3344336616-3511462156-1117",
"user_name": "abcorp.com\\jdoe"
}
string
machine_name
Optional
The virtual machine name.
array of
string
specified_names_statuses
Optional
The status information captured after validation.
Possible values are :
SUCCESS,
VM_NAME_TOO_LONG,
INVALID_VM_NAME,
DUPLICATE_VM_NAME,
INVALID_USER_NAME,
DUPLICATE_USER_NAME,
string
user_id
Optional
The SID of the user.
string
user_name
Optional
The name of the user entitled to the VM.