VcdApiTokenLoginRequest

VcdApiTokenLoginRequest
VcdApiTokenLoginRequest

Request payload used to authenticate using VMware Cloud Director API Token.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "vcdUser": "admin1@org2",
    "vcdPassword": "password",
    "apiToken": "3edxCbBi67FukfMToVMOhIP1SbhphLHq",
    "org": "acme-dr"
}
string
apiToken
Optional

The API token to use to login.

string
org
Optional

The shortname of the organization to authenticate to.

string
type
Optional

Polymorphic discriminator property, value is 'vcdApiToken'