AcquireCredentialsInGuestRequestType

AcquireCredentialsInGuestRequestType
AcquireCredentialsInGuestRequestType

The parameters of AcquireCredentialsInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "requestedAuth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "sessionID": 0
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

requestedAuth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

integer As int64 As int64
sessionID
Optional

The sessionID number should be provided only when responding to a server challenge. The sessionID number to be used with the challenge is found in the GuestAuthenticationChallenge object.