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

    Interface AllowedBucket

    Bucket restriction entry returned by v4 b2_authorize_account.

    interface AllowedBucket {
        id: BucketId;
        name: string | null;
    }
    Index

    Properties

    Properties

    Bucket ID the key can access.

    name: string | null

    Bucket name when available, or null when B2 does not include it.