NamePasswordAuthentication

NamePasswordAuthentication
NamePasswordAuthentication

NamePasswordAuthentication contains the information necessary to authenticate within a guest using a name and password.

This is the typical method for authentication within a guest and the one currently used by VIX. This method of authentication is stateless.

To use NamePasswordAuthentication, populate username and password with the appropriate login information. You should not use AcquireCredentialsInGuest or ReleaseCredentialsInGuest for NamePasswordAuthentication.

Once populated, you can use NamePasswordAuthentication in any guest operations function call.

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

The user name for Name-Password authentication.

string As password As password
password
Required

The password for Name-Password authentication.