Interface: Bucket
Defined in: model/bucket.ts:10
An object representing a bucket.
Export
Bucket
Properties
bucketKey?
optional
bucketKey:string
Defined in: model/bucket.ts:16
Bucket key: An ID that uniquely identifies the bucket.
Memberof
Bucket
bucketOwner?
optional
bucketOwner:string
Defined in: model/bucket.ts:22
The Client ID of the application that owns the bucket.
Memberof
Bucket
createdDate?
optional
createdDate:string
Defined in: model/bucket.ts:28
The time the bucket was created, represented as a Unix timestamp.
Memberof
Bucket
permissions?
optional
permissions:Permission
[] Defined in: model/bucket.ts:34
An array of objects, where each object represents an application that can access the bucket.
Memberof
Bucket
policyKey?
optional
policyKey:PolicyKey
Defined in: model/bucket.ts:40
Memberof
Bucket