Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / SecretValueOptions
Interface: SecretValueOptions
Defined in: packages/core/src/contracts/secret-value.ts:114
Optional metadata attached to a freshly constructed SecretValue.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
source? | readonly | { ref?: string; resolver?: string; } | Free-form provenance string for the audit log. | packages/core/src/contracts/secret-value.ts:116 |
source.ref? | readonly | string | - | packages/core/src/contracts/secret-value.ts:116 |
source.resolver? | readonly | string | - | packages/core/src/contracts/secret-value.ts:116 |