![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
A single vault item returned by the 1Password CLI (op item list --format=json). More...
Properties | |
| string | Id [get, set] |
| Unique identifier of the vault item. | |
| string | Title [get, set] |
| Display title of the vault item. | |
| string | Vault [get, set] |
| Name or ID of the 1Password vault containing this item. | |
| List< OnePasswordField > | Fields = new List<OnePasswordField>() [get, set] |
| Custom fields (e.g. username, password) belonging to this item. | |
| List< OnePasswordUrl > | Urls [get, set] |
| URLs associated with this item, used for matching against .WithDomain. | |
A single vault item returned by the 1Password CLI (op item list --format=json).
Definition at line 495 of file Credentials.cs.
|
getset |
Custom fields (e.g. username, password) belonging to this item.
Definition at line 512 of file Credentials.cs.
|
getset |
Unique identifier of the vault item.
Definition at line 500 of file Credentials.cs.
|
getset |
Display title of the vault item.
Definition at line 504 of file Credentials.cs.
|
getset |
URLs associated with this item, used for matching against .WithDomain.
Definition at line 516 of file Credentials.cs.
|
getset |
Name or ID of the 1Password vault containing this item.
Definition at line 508 of file Credentials.cs.