Name | Type | Description | Notes |
---|---|---|---|
BucketName | Pointer to string | The `label` set for a bucket that this key grants access to. | [optional] |
Permissions | Pointer to string | The level of access the key grants to the specified `bucket_name`. Keys with `read_write` access can manage content in the `bucket_name`, while `read_only` can be used to view content. See [Create an Object Storage key]((ref:post-object-storage-keys) for more details. | [optional] |
Region | Pointer to string | The region where the `bucket_name` you want the key to access is located. > 📘 > > If you repeat the same `region` across objects, the response includes a single `s3_endpoint` for this region. Use it to access all `bucket_name` entries. | [optional] |
func NewPostObjectStorageKeysRequestBucketAccessInner() *PostObjectStorageKeysRequestBucketAccessInner
NewPostObjectStorageKeysRequestBucketAccessInner instantiates a new PostObjectStorageKeysRequestBucketAccessInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostObjectStorageKeysRequestBucketAccessInnerWithDefaults() *PostObjectStorageKeysRequestBucketAccessInner
NewPostObjectStorageKeysRequestBucketAccessInnerWithDefaults instantiates a new PostObjectStorageKeysRequestBucketAccessInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *PostObjectStorageKeysRequestBucketAccessInner) GetBucketName() string
GetBucketName returns the BucketName field if non-nil, zero value otherwise.
func (o *PostObjectStorageKeysRequestBucketAccessInner) GetBucketNameOk() (*string, bool)
GetBucketNameOk returns a tuple with the BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostObjectStorageKeysRequestBucketAccessInner) SetBucketName(v string)
SetBucketName sets BucketName field to given value.
func (o *PostObjectStorageKeysRequestBucketAccessInner) HasBucketName() bool
HasBucketName returns a boolean if a field has been set.
func (o *PostObjectStorageKeysRequestBucketAccessInner) GetPermissions() string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *PostObjectStorageKeysRequestBucketAccessInner) GetPermissionsOk() (*string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostObjectStorageKeysRequestBucketAccessInner) SetPermissions(v string)
SetPermissions sets Permissions field to given value.
func (o *PostObjectStorageKeysRequestBucketAccessInner) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *PostObjectStorageKeysRequestBucketAccessInner) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *PostObjectStorageKeysRequestBucketAccessInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostObjectStorageKeysRequestBucketAccessInner) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *PostObjectStorageKeysRequestBucketAccessInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.