CredentialsRequest
CredentialsRequest
Request payload used to authenticate using username and password credentials.
AllOf
This class requires all of the following:
JSON Example
{
"type": "string",
"vcdUser": "admin1@org2",
"vcdPassword": "password",
"password": "ssoPass",
"principal": "string",
"username": "ssoUser"
}
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.