Name | Type | Description | Notes |
---|---|---|---|
link | Option<crate::models::JaxbLink> | [optional] | |
identifier | Option<String> | An ID to uniquely identify this object. | [optional][readonly] |
name | String | The name of the bucket. | |
created_timestamp | Option<i64> | The timestamp of when the bucket was first created. This is set by the server at creation time. | [optional][readonly] |
description | Option<String> | A description of the bucket. | [optional] |
allow_bundle_redeploy | Option<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] |
allow_public_read | Option<bool> | Indicates if this bucket allows read access to unauthenticated anonymous users | [optional] |
permissions | Option<crate::models::Permissions> | [optional] | |
revision | Option<crate::models::RevisionInfo> | [optional] |
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.