LocalOsCredentialsRequest
LocalOsCredentialsRequest
Request payload used to authenticate using the local root account credentials of the appliance.
AllOf
This class requires all of the following:
JSON Example
{
"type": "string",
"vcdUser": "admin1@org2",
"vcdPassword": "password",
"localPassword": "password",
"localUser": "root"
}
string
localPassword
Optional
The password of the single-sign-on user for the vCenter Server Lookup Service.
string
localUser
Optional
The single-sign-on user name for the vCenter Server Lookup Service.
string
type
Optional
Polymorphic discriminator property, value is 'localUser'