For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: SecretResolveResult

type SecretResolveResult = object;

The per-reference outcome of a resolve request.

Properties

errors

errors: SecretResolutionError[];

The references that could not be resolved, each with a typed error code.


resolved

resolved: ResolvedSecret[];

The references that were successfully resolved.