![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
A single custom field of a 1Password item, such as a username or password field. More...
Properties | |
| string | Id [get, set] |
| Unique identifier of the field within the item. | |
| string | Label [get, set] |
| Display label of the field (e.g. "username", "password"). | |
| string | Type [get, set] |
| Field type as reported by the 1Password CLI (e.g. "STRING", "CONCEALED"). | |
| string | Value [get, set] |
| Field value, when not a secret reference. | |
| string | Reference [get, set] |
| secret reference URI (op://...) used to resolve the value for secret fields. | |
A single custom field of a 1Password item, such as a username or password field.
Definition at line 533 of file Credentials.cs.
|
getset |
Unique identifier of the field within the item.
Definition at line 538 of file Credentials.cs.
|
getset |
Display label of the field (e.g. "username", "password").
Definition at line 542 of file Credentials.cs.
|
getset |
secret reference URI (op://...) used to resolve the value for secret fields.
Definition at line 554 of file Credentials.cs.
|
getset |
Field type as reported by the 1Password CLI (e.g. "STRING", "CONCEALED").
Definition at line 546 of file Credentials.cs.
|
getset |
Field value, when not a secret reference.
Definition at line 550 of file Credentials.cs.