| Name | Type | Description | Notes |
|---|---|---|---|
| AuthMethod | Pointer to string | Authentication method for secret store resource | [optional] |
| Clusters | Pointer to []SecretStoreSpecConfigVaultCluster | Vault details of the secret store resource | [optional] |
| Host | Pointer to string | Host details | [optional] |
func NewSecretStoreSpecConfigVault() *SecretStoreSpecConfigVault
NewSecretStoreSpecConfigVault instantiates a new SecretStoreSpecConfigVault 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 NewSecretStoreSpecConfigVaultWithDefaults() *SecretStoreSpecConfigVault
NewSecretStoreSpecConfigVaultWithDefaults instantiates a new SecretStoreSpecConfigVault 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 *SecretStoreSpecConfigVault) GetAuthMethod() string
GetAuthMethod returns the AuthMethod field if non-nil, zero value otherwise.
func (o *SecretStoreSpecConfigVault) GetAuthMethodOk() (*string, bool)
GetAuthMethodOk returns a tuple with the AuthMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreSpecConfigVault) SetAuthMethod(v string)
SetAuthMethod sets AuthMethod field to given value.
func (o *SecretStoreSpecConfigVault) HasAuthMethod() bool
HasAuthMethod returns a boolean if a field has been set.
func (o *SecretStoreSpecConfigVault) GetClusters() []SecretStoreSpecConfigVaultCluster
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *SecretStoreSpecConfigVault) GetClustersOk() (*[]SecretStoreSpecConfigVaultCluster, bool)
GetClustersOk returns a tuple with the Clusters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreSpecConfigVault) SetClusters(v []SecretStoreSpecConfigVaultCluster)
SetClusters sets Clusters field to given value.
func (o *SecretStoreSpecConfigVault) HasClusters() bool
HasClusters returns a boolean if a field has been set.
func (o *SecretStoreSpecConfigVault) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *SecretStoreSpecConfigVault) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreSpecConfigVault) SetHost(v string)
SetHost sets Host field to given value.
func (o *SecretStoreSpecConfigVault) HasHost() bool
HasHost returns a boolean if a field has been set.