4.7. BucketItem
| Name | Description | Schema |
|---|---|---|
|
bucketIdentifier required |
The identifier of the bucket this items belongs to. This cannot be changed
after the item is created.Example : |
string |
|
bucketName optional read-only |
The name of the bucket this items belongs to.Example :
|
string |
|
createdTimestamp optional read-only |
The timestamp of when the item was created, as milliseconds since
epoch.Minimum value : |
integer (int64) |
|
description optional |
A description of the item.Example : |
string |
|
identifier optional read-only |
An ID to uniquely identify this object.Example :
|
string |
|
link optional |
An WebLink to this entity.Example : |
JaxbLink |
|
modifiedTimestamp optional read-only |
The timestamp of when the item was last modified, as milliseconds since
epoch.Minimum value : |
integer (int64) |
|
name required |
The name of the item.Example : |
string |
|
permissions optional |
The access that the current user has to the bucket containing this
item.Example : |
Permissions |
|
type required |
The type of item.Example : |
enum (Flow, Bundle) |
