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

Type Alias: ResolvedSecret

type ResolvedSecret = object;

Properties

reference

reference: string;

The resolved secret reference of the form camunda.secrets.<name>.


value

value: string;

The resolved secret value.