@backblaze-labs/b2-mcp
    Preparing search index...

    Interface CredentialMaterial

    Raw credential material before runtime defaults and validation are applied.

    interface CredentialMaterial {
        appKey?: string;
        appKeyId?: string;
        applicationKey?: string;
        applicationKeyId?: string;
        masterKey?: string;
        masterKeyId?: string;
    }
    Index
    appKey?: string

    Deprecated legacy S3 application key secret override.

    appKeyId?: string

    Deprecated legacy S3 application key ID override.

    applicationKey?: string

    Primary B2 application key secret.

    applicationKeyId?: string

    Primary B2 application key ID.

    masterKey?: string

    Optional B2 master key secret used only for Partner API tools.

    masterKeyId?: string

    Optional B2 master key ID used only for Partner API tools.