SessionManagerLocalTicket

SessionManagerLocalTicket
SessionManagerLocalTicket

This data object type contains the user name and location of the file containing the password that clients can use for one-time logon to a server.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "userName": "string",
    "passwordFilePath": "string"
}
string
userName
Required

User name to be used for logon.

string
passwordFilePath
Required

Absolute local path to the file containing a one-time password.