ISPO SDK
    Preparing search index...

    Interface SecretsApi

    Markdown
    interface SecretsApi {
        get(name: string): Promise<string>;
        list(): Promise<string[]>;
    }
    Index
    • Parameters

      • name: string

      Returns Promise<string>

    Authority for secrets.get

    Reviewed request token: secrets.env. No static standing capability. Resource bindings, identity checks, or interactive consent may still apply.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery.

    • Returns Promise<string[]>

    Authority for secrets.list

    Reviewed request token: secrets.env. No static standing capability. Resource bindings, identity checks, or interactive consent may still apply.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery.