| Name | Type | Description | Notes |
|---|---|---|---|
| Username | Pointer to string | [optional] | |
| Region | Pointer to string | [optional] | |
| ScalewayAccessKey | Pointer to string | [optional] | |
| ScalewayProjectId | Pointer to string | [optional] | |
| AccessKeyId | Pointer to string | [optional] | |
| RoleArn | Pointer to string | [optional] | |
| AzureTenantId | Pointer to string | [optional] | |
| AzureSubscriptionId | Pointer to string | [optional] | |
| AzureApplicationId | Pointer to string | [optional] | |
| AzureApplicationObjectId | Pointer to string | [optional] |
func NewContainerRegistryResponseAllOfConfig() *ContainerRegistryResponseAllOfConfig
NewContainerRegistryResponseAllOfConfig instantiates a new ContainerRegistryResponseAllOfConfig 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 NewContainerRegistryResponseAllOfConfigWithDefaults() *ContainerRegistryResponseAllOfConfig
NewContainerRegistryResponseAllOfConfigWithDefaults instantiates a new ContainerRegistryResponseAllOfConfig 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 *ContainerRegistryResponseAllOfConfig) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) 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 *ContainerRegistryResponseAllOfConfig) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) 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 *ContainerRegistryResponseAllOfConfig) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetScalewayAccessKey() string
GetScalewayAccessKey returns the ScalewayAccessKey field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetScalewayAccessKeyOk() (*string, bool)
GetScalewayAccessKeyOk returns a tuple with the ScalewayAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetScalewayAccessKey(v string)
SetScalewayAccessKey sets ScalewayAccessKey field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasScalewayAccessKey() bool
HasScalewayAccessKey returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetScalewayProjectId() string
GetScalewayProjectId returns the ScalewayProjectId field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetScalewayProjectIdOk() (*string, bool)
GetScalewayProjectIdOk returns a tuple with the ScalewayProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetScalewayProjectId(v string)
SetScalewayProjectId sets ScalewayProjectId field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasScalewayProjectId() bool
HasScalewayProjectId returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetAccessKeyId(v string)
SetAccessKeyId sets AccessKeyId field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasAccessKeyId() bool
HasAccessKeyId returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetRoleArn() string
GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetRoleArnOk() (*string, bool)
GetRoleArnOk returns a tuple with the RoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetRoleArn(v string)
SetRoleArn sets RoleArn field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasRoleArn() bool
HasRoleArn returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureTenantId() string
GetAzureTenantId returns the AzureTenantId field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureTenantIdOk() (*string, bool)
GetAzureTenantIdOk returns a tuple with the AzureTenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetAzureTenantId(v string)
SetAzureTenantId sets AzureTenantId field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasAzureTenantId() bool
HasAzureTenantId returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureSubscriptionId() string
GetAzureSubscriptionId returns the AzureSubscriptionId field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureSubscriptionIdOk() (*string, bool)
GetAzureSubscriptionIdOk returns a tuple with the AzureSubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetAzureSubscriptionId(v string)
SetAzureSubscriptionId sets AzureSubscriptionId field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasAzureSubscriptionId() bool
HasAzureSubscriptionId returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureApplicationId() string
GetAzureApplicationId returns the AzureApplicationId field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureApplicationIdOk() (*string, bool)
GetAzureApplicationIdOk returns a tuple with the AzureApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetAzureApplicationId(v string)
SetAzureApplicationId sets AzureApplicationId field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasAzureApplicationId() bool
HasAzureApplicationId returns a boolean if a field has been set.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureApplicationObjectId() string
GetAzureApplicationObjectId returns the AzureApplicationObjectId field if non-nil, zero value otherwise.
func (o *ContainerRegistryResponseAllOfConfig) GetAzureApplicationObjectIdOk() (*string, bool)
GetAzureApplicationObjectIdOk returns a tuple with the AzureApplicationObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerRegistryResponseAllOfConfig) SetAzureApplicationObjectId(v string)
SetAzureApplicationObjectId sets AzureApplicationObjectId field to given value.
func (o *ContainerRegistryResponseAllOfConfig) HasAzureApplicationObjectId() bool
HasAzureApplicationObjectId returns a boolean if a field has been set.