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

A single record returned by Keeper Commander (keeper list/keeper search --format=json). More...

Properties

string RecordUid [get, set]
 Unique identifier of the Keeper record.
string Title [get, set]
 Display title of the record.
string RecordType [get, set]
 Keeper record type (e.g. "login").
KeeperLoginData Login [get, set]
 Login fields (username, password, URL) of the record, if it is a login record.
string Notes [get, set]
 Free-form notes attached to the record.

Detailed Description

A single record returned by Keeper Commander (keeper list/keeper search --format=json).

Definition at line 595 of file Credentials.cs.

Property Documentation

◆ Login

KeeperLoginData GenerallyPositive.KeeperRecord.Login
getset

Login fields (username, password, URL) of the record, if it is a login record.

Definition at line 612 of file Credentials.cs.

◆ Notes

string GenerallyPositive.KeeperRecord.Notes
getset

Free-form notes attached to the record.

Definition at line 616 of file Credentials.cs.

◆ RecordType

string GenerallyPositive.KeeperRecord.RecordType
getset

Keeper record type (e.g. "login").

Definition at line 608 of file Credentials.cs.

◆ RecordUid

string GenerallyPositive.KeeperRecord.RecordUid
getset

Unique identifier of the Keeper record.

Definition at line 600 of file Credentials.cs.

◆ Title

string GenerallyPositive.KeeperRecord.Title
getset

Display title of the record.

Definition at line 604 of file Credentials.cs.


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