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

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.

Detailed Description

A single vault item returned by the Dashlane CLI (dcli password list --json).

Definition at line 560 of file Credentials.cs.

Property Documentation

◆ Id

string GenerallyPositive.DashlaneItem.Id
getset

Unique identifier of the vault item.

Definition at line 565 of file Credentials.cs.

◆ Notes

string GenerallyPositive.DashlaneItem.Notes
getset

Free-form notes attached to the vault item.

Definition at line 589 of file Credentials.cs.

◆ Otp

string GenerallyPositive.DashlaneItem.Otp
getset

One-time-password/TOTP secret, if configured for the item.

Definition at line 585 of file Credentials.cs.

◆ Password

string GenerallyPositive.DashlaneItem.Password
getset

Stored password.

Definition at line 581 of file Credentials.cs.

◆ Title

string GenerallyPositive.DashlaneItem.Title
getset

Display title of the vault item.

Definition at line 569 of file Credentials.cs.

◆ Url

string GenerallyPositive.DashlaneItem.Url
getset

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

Definition at line 573 of file Credentials.cs.

◆ Username

string GenerallyPositive.DashlaneItem.Username
getset

Stored username/login.

Definition at line 577 of file Credentials.cs.


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