DeploymentMigrateActiveDirectorySpec

The ActiveDirectorySpec structure contains information used to join the migrated vCenter Server appliance to the Active Directory.


Properties

string
domain Required

The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.


string
password Required

Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.


string
username Required

Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.

JSON Example

{
	"domain": "string",
	"password": "string",
	"username": "string"
}

Feedback

Was this page helpful?