GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.LastPassItem Class Reference

A single vault item returned by the LastPass CLI (lpass ls --json). More...

Properties

string Id [get, set]
 Unique identifier of the vault item.
string Name [get, set]
 Display name of the vault item.
string Url [get, set]
 URL associated with the vault item, used for matching against .WithDomain.
string Username [get, set]
 Stored username/login.
string Password [get, set]
 Stored password.
string Notes [get, set]
 Free-form notes attached to the vault item.

Detailed Description

A single vault item returned by the LastPass CLI (lpass ls --json).

Definition at line 464 of file Credentials.cs.

Property Documentation

◆ Id

string GenerallyPositive.LastPassItem.Id
getset

Unique identifier of the vault item.

Definition at line 469 of file Credentials.cs.

◆ Name

string GenerallyPositive.LastPassItem.Name
getset

Display name of the vault item.

Definition at line 473 of file Credentials.cs.

◆ Notes

string GenerallyPositive.LastPassItem.Notes
getset

Free-form notes attached to the vault item.

Definition at line 489 of file Credentials.cs.

◆ Password

string GenerallyPositive.LastPassItem.Password
getset

Stored password.

Definition at line 485 of file Credentials.cs.

◆ Url

string GenerallyPositive.LastPassItem.Url
getset

URL associated with the vault item, used for matching against .WithDomain.

Definition at line 477 of file Credentials.cs.

◆ Username

string GenerallyPositive.LastPassItem.Username
getset

Stored username/login.

Definition at line 481 of file Credentials.cs.


The documentation for this class was generated from the following file: