Skip to main content
Dotset CLI API Documentation / index / SecretMetadata

Interface: SecretMetadata

Defined in: src/shield/providers/types.ts:14 Metadata about where a secret came from

Properties

key

key: string;
Defined in: src/shield/providers/types.ts:16 Secret key name

lastUpdated?

optional lastUpdated: Date;
Defined in: src/shield/providers/types.ts:25 When the secret was last updated (if known)

path?

optional path: string;
Defined in: src/shield/providers/types.ts:22 Path/identifier within the provider (e.g., file path, ARN)

source

source: string;
Defined in: src/shield/providers/types.ts:19 Provider that loaded this secret