@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface CapabilityCheckResult

    interface CapabilityCheckResult {
        missing: readonly Capability[];
        ok: boolean;
    }
    Index

    Properties

    Properties

    missing: readonly Capability[]

    Capabilities the call requested that the current key does not hold. Empty when ok is true.

    ok: boolean

    true when the key carries every requested capability.