vcenter deployment migrate: active directory spec
The
active_directory_spec
structure contains information used to join the migrated vCenter Server appliance to the Active Directory. This structure was added in vSphere API 7.0.0.Representation:
{
"password" : "string",
"domain" : "string",
"username" : "string"
}
"password" : "string",
"domain" : "string",
"username" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
domain | string | The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined. This attribute was added in vSphere API 7.0.0. |
username | string | Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance. This attribute was added in vSphere API 7.0.0. |
password | string | Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance. This attribute was added in vSphere API 7.0.0. |