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

MoRef of the VM to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Query

requestedAuth
Required

The guest authentication data used to acquire credentials. See GuestAuthentication.

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.