@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias SecretResolveResult

    The per-reference outcome of a resolve request.

    type SecretResolveResult = {
        errors: SecretResolutionError[];
        resolved: ResolvedSecret[];
    }
    Index

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

    resolved: ResolvedSecret[]

    The references that were successfully resolved.