Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
Password | string | ||
AllBucketsAccess | Pointer to V3BucketRoles | [optional] | |
Buckets | Pointer to []V3CreateClusterUserRequestBuckets | [optional] |
func NewV3CreateClusterUserRequest(username string, password string, ) *V3CreateClusterUserRequest
NewV3CreateClusterUserRequest instantiates a new V3CreateClusterUserRequest 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 NewV3CreateClusterUserRequestWithDefaults() *V3CreateClusterUserRequest
NewV3CreateClusterUserRequestWithDefaults instantiates a new V3CreateClusterUserRequest 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 *V3CreateClusterUserRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *V3CreateClusterUserRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3CreateClusterUserRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *V3CreateClusterUserRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *V3CreateClusterUserRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3CreateClusterUserRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *V3CreateClusterUserRequest) GetAllBucketsAccess() V3BucketRoles
GetAllBucketsAccess returns the AllBucketsAccess field if non-nil, zero value otherwise.
func (o *V3CreateClusterUserRequest) GetAllBucketsAccessOk() (*V3BucketRoles, bool)
GetAllBucketsAccessOk returns a tuple with the AllBucketsAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3CreateClusterUserRequest) SetAllBucketsAccess(v V3BucketRoles)
SetAllBucketsAccess sets AllBucketsAccess field to given value.
func (o *V3CreateClusterUserRequest) HasAllBucketsAccess() bool
HasAllBucketsAccess returns a boolean if a field has been set.
func (o *V3CreateClusterUserRequest) GetBuckets() []V3CreateClusterUserRequestBuckets
GetBuckets returns the Buckets field if non-nil, zero value otherwise.
func (o *V3CreateClusterUserRequest) GetBucketsOk() (*[]V3CreateClusterUserRequestBuckets, bool)
GetBucketsOk returns a tuple with the Buckets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3CreateClusterUserRequest) SetBuckets(v []V3CreateClusterUserRequestBuckets)
SetBuckets sets Buckets field to given value.
func (o *V3CreateClusterUserRequest) HasBuckets() bool
HasBuckets returns a boolean if a field has been set.