| Name | Type | Description | Notes |
|---|---|---|---|
| Aws | Pointer to bool | [optional] | |
| Vault | Pointer to bool | [optional] |
func NewSecretStoreProvider() *SecretStoreProvider
NewSecretStoreProvider instantiates a new SecretStoreProvider 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 NewSecretStoreProviderWithDefaults() *SecretStoreProvider
NewSecretStoreProviderWithDefaults instantiates a new SecretStoreProvider 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 *SecretStoreProvider) GetAws() bool
GetAws returns the Aws field if non-nil, zero value otherwise.
func (o *SecretStoreProvider) GetAwsOk() (*bool, bool)
GetAwsOk returns a tuple with the Aws field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreProvider) SetAws(v bool)
SetAws sets Aws field to given value.
func (o *SecretStoreProvider) HasAws() bool
HasAws returns a boolean if a field has been set.
func (o *SecretStoreProvider) GetVault() bool
GetVault returns the Vault field if non-nil, zero value otherwise.
func (o *SecretStoreProvider) GetVaultOk() (*bool, bool)
GetVaultOk returns a tuple with the Vault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretStoreProvider) SetVault(v bool)
SetVault sets Vault field to given value.
func (o *SecretStoreProvider) HasVault() bool
HasVault returns a boolean if a field has been set.