TicketedSessionAuthentication

TicketedSessionAuthentication
TicketedSessionAuthentication

TicketedSessionAuthentication contains the information necessary to use previously obtained credentials in the guest.

The ticketed session is not stateless and stores state inside of the guest.

A TicketedSessionAuthentication object will be returned as the result of a successful call to AcquireCredentialsInGuest. You can use this object in any guest operations function call.

When you no longer need the TicketedSessionAuthentication object, you should call ReleaseCredentialsInGuest to free associated resources and session data.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "interactiveSession": false,
    "ticket": "string"
}
string As password As password
ticket
Required

This contains a base64 encoded Ticket.