Skip to main content

Module wire

Module wire 

Source
Expand description

serde DTOs for every 1Password endpoint.

These carry only the fields the client reads. serde ignores everything else on the wire, so the structs stay small while remaining forward compatible with the full server responses.

Structs§

SshKeyAttributes
The SSH key material carried on a sshKey field.
SshKeyType
An SSH key’s type and, for RSA, its bit length.
VaultItemDetails
Decrypted item details.
VaultItemField
A designation-based login field (username/password).
VaultItemFieldAttributes
Extra attributes on a section field.
VaultItemInputTraits
How the 1Password UI should present a field’s editor.
VaultItemOverview
A decrypted item overview.
VaultItemPasswordHistory
A superseded password and the unix time it was replaced, oldest first.
VaultItemSection
A titled section of fields.
VaultItemSectionField
A field inside a section. The value v can be any JSON type.
VaultItemUrl
A URL entry in an item overview.