![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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. | |
A single record returned by Keeper Commander (keeper list/keeper search --format=json).
Definition at line 595 of file Credentials.cs.
|
getset |
Login fields (username, password, URL) of the record, if it is a login record.
Definition at line 612 of file Credentials.cs.
|
getset |
Free-form notes attached to the record.
Definition at line 616 of file Credentials.cs.
|
getset |
Keeper record type (e.g. "login").
Definition at line 608 of file Credentials.cs.
|
getset |
Unique identifier of the Keeper record.
Definition at line 600 of file Credentials.cs.
|
getset |
Display title of the record.
Definition at line 604 of file Credentials.cs.