![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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. | |
A single vault item returned by the LastPass CLI (lpass ls --json).
Definition at line 464 of file Credentials.cs.
|
getset |
Unique identifier of the vault item.
Definition at line 469 of file Credentials.cs.
|
getset |
Display name of the vault item.
Definition at line 473 of file Credentials.cs.
|
getset |
Free-form notes attached to the vault item.
Definition at line 489 of file Credentials.cs.
|
getset |
Stored password.
Definition at line 485 of file Credentials.cs.
|
getset |
URL associated with the vault item, used for matching against .WithDomain.
Definition at line 477 of file Credentials.cs.
|
getset |
Stored username/login.
Definition at line 481 of file Credentials.cs.