LocalOsCredentialsRequest

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",
    "username": "[email protected]",
    "password": "mypassword",
    "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'