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

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< OnePasswordFieldFields = new List<OnePasswordField>() [get, set]
 Custom fields (e.g. username, password) belonging to this item.
List< OnePasswordUrlUrls [get, set]
 URLs associated with this item, used for matching against .WithDomain.

Detailed Description

A single vault item returned by the 1Password CLI (op item list --format=json).

Definition at line 495 of file Credentials.cs.

Property Documentation

◆ Fields

List<OnePasswordField> GenerallyPositive.OnePasswordItem.Fields = new List<OnePasswordField>()
getset

Custom fields (e.g. username, password) belonging to this item.

Definition at line 512 of file Credentials.cs.

◆ Id

string GenerallyPositive.OnePasswordItem.Id
getset

Unique identifier of the vault item.

Definition at line 500 of file Credentials.cs.

◆ Title

string GenerallyPositive.OnePasswordItem.Title
getset

Display title of the vault item.

Definition at line 504 of file Credentials.cs.

◆ Urls

List<OnePasswordUrl> GenerallyPositive.OnePasswordItem.Urls
getset

URLs associated with this item, used for matching against .WithDomain.

Definition at line 516 of file Credentials.cs.

◆ Vault

string GenerallyPositive.OnePasswordItem.Vault
getset

Name or ID of the 1Password vault containing this item.

Definition at line 508 of file Credentials.cs.


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