JwtAuthRequest

JwtAuthRequest
JwtAuthRequest

Request payload used when extending a user session to a remote VCDA site using VMware Cloud Director Access Token.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "site": "site1",
    "vcdUsername": "admin1@org2",
    "vcdPassword": "password",
    "accessToken": "eyJhbGciOiJSU...PPAbusmegZ8w",
    "context": "acme-dr"
}
string
accessToken
Optional

A valid access token for the specified VMware Cloud Director.

string
context
Optional

If this token is issued by a vCD instance, different than the local one, this field is used to setup the authorization context header used for VMware Cloud Director Multisite.

string
type
Optional

Polymorphic discriminator property, value is 'accessToken'