@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface BucketPolicy

    Bucket policy specifies granular permissions for a bucket.

    interface BucketPolicy {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.BucketPolicy";
        rules: BucketPolicy_Rule[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Bucket policy specifies granular permissions for a bucket.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Bucket policy specifies granular permissions for a bucket.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.storage.v1.BucketPolicy"

    Contains the fully qualified protobuf type name.

    Rule specifies which role must be given to a subject to access a set of objects with given prefixes or a whole bucket.