@orangecheck/vault-core / SecretRef
Interface: SecretRef
Defined in: vault-core/src/refs.ts:31
A parsed ocv:// reference.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-attr"></a> attr? | string | otp to emit a live TOTP code; absent means the field's value. | vault-core/src/refs.ts:41 |
<a id="property-field"></a> field? | string | A field name; absent means the entry type's primary field. | vault-core/src/refs.ts:39 |
<a id="property-item"></a> item | string | An entry name or 32-hex id. | vault-core/src/refs.ts:37 |
<a id="property-raw"></a> raw | string | The reference as written. | vault-core/src/refs.ts:33 |
<a id="property-vault"></a> vault | string | personal or a team name / id. | vault-core/src/refs.ts:35 |