| Name | Type | Description | Notes |
|---|---|---|---|
| SecretValue | Pointer to string | [optional] | |
| Parameters | Pointer to map[string]string | [optional] | |
| Provider | Pointer to int32 | [optional] |
func NewModelsKeyfactorAPISecret() *ModelsKeyfactorAPISecret
NewModelsKeyfactorAPISecret instantiates a new ModelsKeyfactorAPISecret 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 NewModelsKeyfactorAPISecretWithDefaults() *ModelsKeyfactorAPISecret
NewModelsKeyfactorAPISecretWithDefaults instantiates a new ModelsKeyfactorAPISecret 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 *ModelsKeyfactorAPISecret) GetSecretValue() string
GetSecretValue returns the SecretValue field if non-nil, zero value otherwise.
func (o *ModelsKeyfactorAPISecret) GetSecretValueOk() (*string, bool)
GetSecretValueOk returns a tuple with the SecretValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsKeyfactorAPISecret) SetSecretValue(v string)
SetSecretValue sets SecretValue field to given value.
func (o *ModelsKeyfactorAPISecret) HasSecretValue() bool
HasSecretValue returns a boolean if a field has been set.
func (o *ModelsKeyfactorAPISecret) GetParameters() map[string]string
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *ModelsKeyfactorAPISecret) GetParametersOk() (*map[string]string, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsKeyfactorAPISecret) SetParameters(v map[string]string)
SetParameters sets Parameters field to given value.
func (o *ModelsKeyfactorAPISecret) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *ModelsKeyfactorAPISecret) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ModelsKeyfactorAPISecret) GetProviderOk() (*int32, 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 *ModelsKeyfactorAPISecret) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *ModelsKeyfactorAPISecret) HasProvider() bool
HasProvider returns a boolean if a field has been set.