Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.27 KB

Bucket.md

File metadata and controls

17 lines (14 loc) · 1.27 KB

Bucket

Properties

Name Type Description Notes
AllowBundleRedeploy bool 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. [optional] [default to null]
AllowPublicRead bool Indicates if this bucket allows read access to unauthenticated anonymous users [optional] [default to null]
CreatedTimestamp int64 The timestamp of when the bucket was first created. This is set by the server at creation time. [optional] [default to null]
Description string A description of the bucket. [optional] [default to null]
Identifier string An ID to uniquely identify this object. [default to null]
Link *Link [optional] [default to null]
Name string The name of the bucket. [default to null]
Permissions *Permissions [optional] [default to null]
Revision *RevisionInfo [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]