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

    Interface ReadableLegalHold

    Legal hold status as returned by B2 response objects.

    interface ReadableLegalHold {
        isClientAuthorizedToRead: boolean;
        value: LegalHoldValue | null;
    }
    Index

    Properties

    isClientAuthorizedToRead: boolean

    Whether the caller is authorized to read legal hold status.

    value: LegalHoldValue | null

    Legal hold value, or null when none is set or unreadable.