Skip to content

Latest commit

 

History

History
407 lines (216 loc) · 12.2 KB

File metadata and controls

407 lines (216 loc) · 12.2 KB

ClusterCredentials

Properties

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

Methods

NewClusterCredentials

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

NewClusterCredentialsWithDefaults

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

GetId

func (o *ClusterCredentials) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ClusterCredentials) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *ClusterCredentials) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ClusterCredentials) SetName(v string)

SetName sets Name field to given value.

GetAccessKeyId

func (o *ClusterCredentials) GetAccessKeyId() string

GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.

GetAccessKeyIdOk

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.

SetAccessKeyId

func (o *ClusterCredentials) SetAccessKeyId(v string)

SetAccessKeyId sets AccessKeyId field to given value.

SetAccessKeyIdNil

func (o *ClusterCredentials) SetAccessKeyIdNil(b bool)

SetAccessKeyIdNil sets the value for AccessKeyId to be an explicit nil

UnsetAccessKeyId

func (o *ClusterCredentials) UnsetAccessKeyId()

UnsetAccessKeyId ensures that no value is present for AccessKeyId, not even an explicit nil

GetObjectType

func (o *ClusterCredentials) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *ClusterCredentials) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

GetScalewayAccessKey

func (o *ClusterCredentials) GetScalewayAccessKey() string

GetScalewayAccessKey returns the ScalewayAccessKey field if non-nil, zero value otherwise.

GetScalewayAccessKeyOk

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.

SetScalewayAccessKey

func (o *ClusterCredentials) SetScalewayAccessKey(v string)

SetScalewayAccessKey sets ScalewayAccessKey field to given value.

GetScalewayProjectId

func (o *ClusterCredentials) GetScalewayProjectId() string

GetScalewayProjectId returns the ScalewayProjectId field if non-nil, zero value otherwise.

GetScalewayProjectIdOk

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.

SetScalewayProjectId

func (o *ClusterCredentials) SetScalewayProjectId(v string)

SetScalewayProjectId sets ScalewayProjectId field to given value.

GetScalewayOrganizationId

func (o *ClusterCredentials) GetScalewayOrganizationId() string

GetScalewayOrganizationId returns the ScalewayOrganizationId field if non-nil, zero value otherwise.

GetScalewayOrganizationIdOk

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.

SetScalewayOrganizationId

func (o *ClusterCredentials) SetScalewayOrganizationId(v string)

SetScalewayOrganizationId sets ScalewayOrganizationId field to given value.

GetRoleArn

func (o *ClusterCredentials) GetRoleArn() string

GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.

GetRoleArnOk

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.

SetRoleArn

func (o *ClusterCredentials) SetRoleArn(v string)

SetRoleArn sets RoleArn field to given value.

SetRoleArnNil

func (o *ClusterCredentials) SetRoleArnNil(b bool)

SetRoleArnNil sets the value for RoleArn to be an explicit nil

UnsetRoleArn

func (o *ClusterCredentials) UnsetRoleArn()

UnsetRoleArn ensures that no value is present for RoleArn, not even an explicit nil

GetVsphereUser

func (o *ClusterCredentials) GetVsphereUser() string

GetVsphereUser returns the VsphereUser field if non-nil, zero value otherwise.

GetVsphereUserOk

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.

SetVsphereUser

func (o *ClusterCredentials) SetVsphereUser(v string)

SetVsphereUser sets VsphereUser field to given value.

GetAzureSubscriptionId

func (o *ClusterCredentials) GetAzureSubscriptionId() string

GetAzureSubscriptionId returns the AzureSubscriptionId field if non-nil, zero value otherwise.

GetAzureSubscriptionIdOk

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.

SetAzureSubscriptionId

func (o *ClusterCredentials) SetAzureSubscriptionId(v string)

SetAzureSubscriptionId sets AzureSubscriptionId field to given value.

GetAzureTenantId

func (o *ClusterCredentials) GetAzureTenantId() string

GetAzureTenantId returns the AzureTenantId field if non-nil, zero value otherwise.

GetAzureTenantIdOk

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.

SetAzureTenantId

func (o *ClusterCredentials) SetAzureTenantId(v string)

SetAzureTenantId sets AzureTenantId field to given value.

GetAzureApplicationId

func (o *ClusterCredentials) GetAzureApplicationId() string

GetAzureApplicationId returns the AzureApplicationId field if non-nil, zero value otherwise.

GetAzureApplicationIdOk

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.

SetAzureApplicationId

func (o *ClusterCredentials) SetAzureApplicationId(v string)

SetAzureApplicationId sets AzureApplicationId field to given value.

GetAzureApplicationObjectId

func (o *ClusterCredentials) GetAzureApplicationObjectId() string

GetAzureApplicationObjectId returns the AzureApplicationObjectId field if non-nil, zero value otherwise.

GetAzureApplicationObjectIdOk

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.

SetAzureApplicationObjectId

func (o *ClusterCredentials) SetAzureApplicationObjectId(v string)

SetAzureApplicationObjectId sets AzureApplicationObjectId field to given value.

GetProjectId

func (o *ClusterCredentials) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

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.

SetProjectId

func (o *ClusterCredentials) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

GetServiceAccountEmail

func (o *ClusterCredentials) GetServiceAccountEmail() string

GetServiceAccountEmail returns the ServiceAccountEmail field if non-nil, zero value otherwise.

GetServiceAccountEmailOk

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.

SetServiceAccountEmail

func (o *ClusterCredentials) SetServiceAccountEmail(v string)

SetServiceAccountEmail sets ServiceAccountEmail field to given value.

GetWorkloadIdentityProviderResource

func (o *ClusterCredentials) GetWorkloadIdentityProviderResource() string

GetWorkloadIdentityProviderResource returns the WorkloadIdentityProviderResource field if non-nil, zero value otherwise.

GetWorkloadIdentityProviderResourceOk

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.

SetWorkloadIdentityProviderResource

func (o *ClusterCredentials) SetWorkloadIdentityProviderResource(v string)

SetWorkloadIdentityProviderResource sets WorkloadIdentityProviderResource field to given value.

GetTokenLifetimeSeconds

func (o *ClusterCredentials) GetTokenLifetimeSeconds() int32

GetTokenLifetimeSeconds returns the TokenLifetimeSeconds field if non-nil, zero value otherwise.

GetTokenLifetimeSecondsOk

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.

SetTokenLifetimeSeconds

func (o *ClusterCredentials) SetTokenLifetimeSeconds(v int32)

SetTokenLifetimeSeconds sets TokenLifetimeSeconds field to given value.

[Back to Model list] [Back to API list] [Back to README]