ApiTokenAuthRequest

ApiTokenAuthRequest
ApiTokenAuthRequest

Request payload used when extending a user session using VMware Cloud Director API Token.

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

The shortname of the organization to authenticate to.

string
token
Optional

The API Token issued by the remote VMware Cloud Director instance.

string
type
Optional

Polymorphic discriminator property, value is 'apiToken'