CredentialsRequest

CredentialsRequest
CredentialsRequest

Request payload used to authenticate using username and password credentials.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "username": "ssoUser",
    "password": "ssoPass",
    "principal": "string"
}
string
password
Optional

The password of the single-sign-on user for the vCenter Server Lookup Service.

string
principal
Optional

Optional principal to associate the session with.

string
type
Optional

Polymorphic discriminator property, value is 'ssoCredentials'

string
username
Optional

The single-sign-on user name for the vCenter Server Lookup Service.