4.6. Bucket
Name | Description | Schema |
---|---|---|
allowBundleRedeploy optional |
Indicates if this bucket allows the same version of an extension bundle to
be redeployed and thus overwrite the existing artifact. By default this is
false.Example : |
boolean |
allowPublicRead optional |
Indicates if this bucket allows read access to unauthenticated anonymous
usersExample : |
boolean |
createdTimestamp optional read-only |
The timestamp of when the bucket was first created. This is set by the
server at creation time.Minimum value : |
integer (int64) |
description optional |
A description of the bucket.Example : |
string |
identifier optional read-only |
An ID to uniquely identify this object.Example :
|
string |
link optional |
An WebLink to this entity.Example : |
JaxbLink |
name required |
The name of the bucket.Example : |
string |
permissions optional |
The access that the current user has to this bucket.Example :
|
Permissions |
revision optional |
The revision of this entity used for optimistic-locking during
updates.Example : |
RevisionInfo |