| Name | Type | Description | Notes |
|---|---|---|---|
| AuthPath | Pointer to string | Authentication path for cluster linked to secret store resource | [optional] |
| ClusterName | Pointer to string | Cluster name for cluster linked to secret store resource | [optional] |
| VaultNamespace | Pointer to string | Namespace for cluster linked to secret store resource | [optional] |
func NewSecretStoreSpecConfigVaultCluster() *SecretStoreSpecConfigVaultCluster
NewSecretStoreSpecConfigVaultCluster instantiates a new SecretStoreSpecConfigVaultCluster 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 NewSecretStoreSpecConfigVaultClusterWithDefaults() *SecretStoreSpecConfigVaultCluster
NewSecretStoreSpecConfigVaultClusterWithDefaults instantiates a new SecretStoreSpecConfigVaultCluster 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 *SecretStoreSpecConfigVaultCluster) GetAuthPath() string
GetAuthPath returns the AuthPath field if non-nil, zero value otherwise.
func (o *SecretStoreSpecConfigVaultCluster) GetAuthPathOk() (*string, bool)
GetAuthPathOk returns a tuple with the AuthPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreSpecConfigVaultCluster) SetAuthPath(v string)
SetAuthPath sets AuthPath field to given value.
func (o *SecretStoreSpecConfigVaultCluster) HasAuthPath() bool
HasAuthPath returns a boolean if a field has been set.
func (o *SecretStoreSpecConfigVaultCluster) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
func (o *SecretStoreSpecConfigVaultCluster) GetClusterNameOk() (*string, bool)
GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreSpecConfigVaultCluster) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *SecretStoreSpecConfigVaultCluster) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.
func (o *SecretStoreSpecConfigVaultCluster) GetVaultNamespace() string
GetVaultNamespace returns the VaultNamespace field if non-nil, zero value otherwise.
func (o *SecretStoreSpecConfigVaultCluster) GetVaultNamespaceOk() (*string, bool)
GetVaultNamespaceOk returns a tuple with the VaultNamespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreSpecConfigVaultCluster) SetVaultNamespace(v string)
SetVaultNamespace sets VaultNamespace field to given value.
func (o *SecretStoreSpecConfigVaultCluster) HasVaultNamespace() bool
HasVaultNamespace returns a boolean if a field has been set.