| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Name | string | ||
| AccessKeyId | NullableString | ||
| ObjectType | string | ||
| ScalewayAccessKey | string | ||
| ScalewayProjectId | string | ||
| ScalewayOrganizationId | string | ||
| RoleArn | NullableString | ||
| VsphereUser | string | ||
| AzureSubscriptionId | string | ||
| AzureTenantId | string | ||
| AzureApplicationId | string | ||
| AzureApplicationObjectId | string | ||
| ProjectId | string | ||
| ServiceAccountEmail | string | ||
| WorkloadIdentityProviderResource | string | ||
| TokenLifetimeSeconds | int32 |
func NewClusterCredentials(id string, name string, accessKeyId NullableString, objectType string, scalewayAccessKey string, scalewayProjectId string, scalewayOrganizationId string, roleArn NullableString, vsphereUser string, azureSubscriptionId string, azureTenantId string, azureApplicationId string, azureApplicationObjectId string, projectId string, serviceAccountEmail string, workloadIdentityProviderResource string, tokenLifetimeSeconds int32, ) *ClusterCredentials
NewClusterCredentials instantiates a new ClusterCredentials 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 NewClusterCredentialsWithDefaults() *ClusterCredentials
NewClusterCredentialsWithDefaults instantiates a new ClusterCredentials 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 *ClusterCredentials) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterCredentials) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterCredentials) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetAccessKeyId(v string)
SetAccessKeyId sets AccessKeyId field to given value.
func (o *ClusterCredentials) SetAccessKeyIdNil(b bool)
SetAccessKeyIdNil sets the value for AccessKeyId to be an explicit nil
func (o *ClusterCredentials) UnsetAccessKeyId()
UnsetAccessKeyId ensures that no value is present for AccessKeyId, not even an explicit nil
func (o *ClusterCredentials) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ClusterCredentials) GetScalewayAccessKey() string
GetScalewayAccessKey returns the ScalewayAccessKey field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetScalewayAccessKey(v string)
SetScalewayAccessKey sets ScalewayAccessKey field to given value.
func (o *ClusterCredentials) GetScalewayProjectId() string
GetScalewayProjectId returns the ScalewayProjectId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetScalewayProjectId(v string)
SetScalewayProjectId sets ScalewayProjectId field to given value.
func (o *ClusterCredentials) GetScalewayOrganizationId() string
GetScalewayOrganizationId returns the ScalewayOrganizationId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetScalewayOrganizationIdOk() (*string, bool)
GetScalewayOrganizationIdOk returns a tuple with the ScalewayOrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetScalewayOrganizationId(v string)
SetScalewayOrganizationId sets ScalewayOrganizationId field to given value.
func (o *ClusterCredentials) GetRoleArn() string
GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetRoleArn(v string)
SetRoleArn sets RoleArn field to given value.
func (o *ClusterCredentials) SetRoleArnNil(b bool)
SetRoleArnNil sets the value for RoleArn to be an explicit nil
func (o *ClusterCredentials) UnsetRoleArn()
UnsetRoleArn ensures that no value is present for RoleArn, not even an explicit nil
func (o *ClusterCredentials) GetVsphereUser() string
GetVsphereUser returns the VsphereUser field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetVsphereUserOk() (*string, bool)
GetVsphereUserOk returns a tuple with the VsphereUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetVsphereUser(v string)
SetVsphereUser sets VsphereUser field to given value.
func (o *ClusterCredentials) GetAzureSubscriptionId() string
GetAzureSubscriptionId returns the AzureSubscriptionId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetAzureSubscriptionId(v string)
SetAzureSubscriptionId sets AzureSubscriptionId field to given value.
func (o *ClusterCredentials) GetAzureTenantId() string
GetAzureTenantId returns the AzureTenantId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetAzureTenantId(v string)
SetAzureTenantId sets AzureTenantId field to given value.
func (o *ClusterCredentials) GetAzureApplicationId() string
GetAzureApplicationId returns the AzureApplicationId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetAzureApplicationId(v string)
SetAzureApplicationId sets AzureApplicationId field to given value.
func (o *ClusterCredentials) GetAzureApplicationObjectId() string
GetAzureApplicationObjectId returns the AzureApplicationObjectId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) 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 *ClusterCredentials) SetAzureApplicationObjectId(v string)
SetAzureApplicationObjectId sets AzureApplicationObjectId field to given value.
func (o *ClusterCredentials) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *ClusterCredentials) GetServiceAccountEmail() string
GetServiceAccountEmail returns the ServiceAccountEmail field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetServiceAccountEmailOk() (*string, bool)
GetServiceAccountEmailOk returns a tuple with the ServiceAccountEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetServiceAccountEmail(v string)
SetServiceAccountEmail sets ServiceAccountEmail field to given value.
func (o *ClusterCredentials) GetWorkloadIdentityProviderResource() string
GetWorkloadIdentityProviderResource returns the WorkloadIdentityProviderResource field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetWorkloadIdentityProviderResourceOk() (*string, bool)
GetWorkloadIdentityProviderResourceOk returns a tuple with the WorkloadIdentityProviderResource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetWorkloadIdentityProviderResource(v string)
SetWorkloadIdentityProviderResource sets WorkloadIdentityProviderResource field to given value.
func (o *ClusterCredentials) GetTokenLifetimeSeconds() int32
GetTokenLifetimeSeconds returns the TokenLifetimeSeconds field if non-nil, zero value otherwise.
func (o *ClusterCredentials) GetTokenLifetimeSecondsOk() (*int32, bool)
GetTokenLifetimeSecondsOk returns a tuple with the TokenLifetimeSeconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterCredentials) SetTokenLifetimeSeconds(v int32)
SetTokenLifetimeSeconds sets TokenLifetimeSeconds field to given value.