| Name | Type | Description | Notes |
|---|---|---|---|
| Credentials | Pointer to CredentialsSpecCredentials | [optional] | |
| Provider | Pointer to string | Provider of Credential Access | [optional] [default to "aws"] |
| Secret | Pointer to File | [optional] | |
| Sharing | Pointer to SharingSpec | [optional] | |
| Type | Pointer to string | Type of Credentials Access | [optional] [default to "ClusterProvisioning"] |
func NewCredentialsSpec() *CredentialsSpec
NewCredentialsSpec instantiates a new CredentialsSpec 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 NewCredentialsSpecWithDefaults() *CredentialsSpec
NewCredentialsSpecWithDefaults instantiates a new CredentialsSpec 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 *CredentialsSpec) GetCredentials() CredentialsSpecCredentials
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *CredentialsSpec) GetCredentialsOk() (*CredentialsSpecCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialsSpec) SetCredentials(v CredentialsSpecCredentials)
SetCredentials sets Credentials field to given value.
func (o *CredentialsSpec) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (o *CredentialsSpec) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *CredentialsSpec) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialsSpec) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *CredentialsSpec) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *CredentialsSpec) GetSecret() File
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *CredentialsSpec) GetSecretOk() (*File, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialsSpec) SetSecret(v File)
SetSecret sets Secret field to given value.
func (o *CredentialsSpec) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (o *CredentialsSpec) GetSharing() SharingSpec
GetSharing returns the Sharing field if non-nil, zero value otherwise.
func (o *CredentialsSpec) GetSharingOk() (*SharingSpec, bool)
GetSharingOk returns a tuple with the Sharing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialsSpec) SetSharing(v SharingSpec)
SetSharing sets Sharing field to given value.
func (o *CredentialsSpec) HasSharing() bool
HasSharing returns a boolean if a field has been set.
func (o *CredentialsSpec) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CredentialsSpec) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CredentialsSpec) SetType(v string)
SetType sets Type field to given value.
func (o *CredentialsSpec) HasType() bool
HasType returns a boolean if a field has been set.