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

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.

Detailed Description

A single custom field of a 1Password item, such as a username or password field.

Definition at line 533 of file Credentials.cs.

Property Documentation

◆ Id

string GenerallyPositive.OnePasswordField.Id
getset

Unique identifier of the field within the item.

Definition at line 538 of file Credentials.cs.

◆ Label

string GenerallyPositive.OnePasswordField.Label
getset

Display label of the field (e.g. "username", "password").

Definition at line 542 of file Credentials.cs.

◆ Reference

string GenerallyPositive.OnePasswordField.Reference
getset

secret reference URI (op://...) used to resolve the value for secret fields.

Definition at line 554 of file Credentials.cs.

◆ Type

string GenerallyPositive.OnePasswordField.Type
getset

Field type as reported by the 1Password CLI (e.g. "STRING", "CONCEALED").

Definition at line 546 of file Credentials.cs.

◆ Value

string GenerallyPositive.OnePasswordField.Value
getset

Field value, when not a secret reference.

Definition at line 550 of file Credentials.cs.


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