![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
A single vault item returned by the Dashlane CLI (dcli password list --json). More...
Properties | |
| string | Id [get, set] |
| Unique identifier of the vault item. | |
| string | Title [get, set] |
| Display title 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 | Otp [get, set] |
| One-time-password/TOTP secret, if configured for the item. | |
| string | Notes [get, set] |
| Free-form notes attached to the vault item. | |
A single vault item returned by the Dashlane CLI (dcli password list --json).
Definition at line 560 of file Credentials.cs.
|
getset |
Unique identifier of the vault item.
Definition at line 565 of file Credentials.cs.
|
getset |
Free-form notes attached to the vault item.
Definition at line 589 of file Credentials.cs.
|
getset |
One-time-password/TOTP secret, if configured for the item.
Definition at line 585 of file Credentials.cs.
|
getset |
Stored password.
Definition at line 581 of file Credentials.cs.
|
getset |
Display title of the vault item.
Definition at line 569 of file Credentials.cs.
|
getset |
URL associated with the vault item, used for matching against .WithDomain.
Definition at line 573 of file Credentials.cs.
|
getset |
Stored username/login.
Definition at line 577 of file Credentials.cs.