Type Alias: SecretResolveRequest
type SecretResolveRequest = object;
Properties
references
references: string[];
The secret references to resolve, each of the form camunda.secrets.<name>.
Duplicate references are deduplicated by the server and resolved once.
At most 20 references may be requested in a single batch.