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.