1Password · Schema

Vault

Represents a 1Password vault that contains items. Vaults are used to organize and control access to secrets.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
id string The unique identifier for the vault.
name string The name of the vault.
description string A description of the vault's purpose.
attributeVersion integer The version of the vault attributes.
contentVersion integer The version of the vault contents.
items integer The number of items in the vault.
type string The type of the vault.
createdAt string The date and time the vault was created.
updatedAt string The date and time the vault was last updated.
View JSON Schema on GitHub