live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/vault-core


@orangecheck/vault-core / SecretRef

Interface: SecretRef

Defined in: vault-core/src/refs.ts:31

A parsed ocv:// reference.

Properties

PropertyTypeDescriptionDefined in
<a id="property-attr"></a> attr?stringotp to emit a live TOTP code; absent means the field's value.vault-core/src/refs.ts:41
<a id="property-field"></a> field?stringA field name; absent means the entry type's primary field.vault-core/src/refs.ts:39
<a id="property-item"></a> itemstringAn entry name or 32-hex id.vault-core/src/refs.ts:37
<a id="property-raw"></a> rawstringThe reference as written.vault-core/src/refs.ts:33
<a id="property-vault"></a> vaultstringpersonal or a team name / id.vault-core/src/refs.ts:35