| Name | Type | Description | Notes |
|---|---|---|---|
| Value | Pointer to interface{} | [optional] | |
| SecretTypeGuid | Pointer to string | [optional] | |
| InstanceId | Pointer to NullableInt32 | [optional] | |
| InstanceGuid | Pointer to NullableString | [optional] | |
| ProviderTypeParameterValues | Pointer to []CSSCMSDataModelModelsPamProviderTypeParamValue | [optional] | |
| ProviderId | Pointer to NullableInt32 | [optional] | |
| IsManaged | Pointer to bool | [optional] [readonly] | |
| SecretType | Pointer to CSSCMSDataModelEnumsSecretType | [optional] | |
| RemoteProviderName | Pointer to NullableString | [optional] | |
| DoesHaveValue | Pointer to bool | [optional] [readonly] |
func NewCSSCMSDataModelModelsKeyfactorSecret() *CSSCMSDataModelModelsKeyfactorSecret
NewCSSCMSDataModelModelsKeyfactorSecret instantiates a new CSSCMSDataModelModelsKeyfactorSecret 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 NewCSSCMSDataModelModelsKeyfactorSecretWithDefaults() *CSSCMSDataModelModelsKeyfactorSecret
NewCSSCMSDataModelModelsKeyfactorSecretWithDefaults instantiates a new CSSCMSDataModelModelsKeyfactorSecret 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 *CSSCMSDataModelModelsKeyfactorSecret) GetValue() interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetValue(v interface{})
SetValue sets Value field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeGuid() string
GetSecretTypeGuid returns the SecretTypeGuid field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeGuidOk() (*string, bool)
GetSecretTypeGuidOk returns a tuple with the SecretTypeGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetSecretTypeGuid(v string)
SetSecretTypeGuid sets SecretTypeGuid field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasSecretTypeGuid() bool
HasSecretTypeGuid returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceId() int32
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceIdOk() (*int32, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceId(v int32)
SetInstanceId sets InstanceId field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceIdNil(b bool)
SetInstanceIdNil sets the value for InstanceId to be an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetInstanceId()
UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceGuid() string
GetInstanceGuid returns the InstanceGuid field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceGuidOk() (*string, bool)
GetInstanceGuidOk returns a tuple with the InstanceGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceGuid(v string)
SetInstanceGuid sets InstanceGuid field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasInstanceGuid() bool
HasInstanceGuid returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceGuidNil(b bool)
SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetInstanceGuid()
UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetProviderTypeParameterValues() []CSSCMSDataModelModelsPamProviderTypeParamValue
GetProviderTypeParameterValues returns the ProviderTypeParameterValues field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetProviderTypeParameterValuesOk() (*[]CSSCMSDataModelModelsPamProviderTypeParamValue, bool)
GetProviderTypeParameterValuesOk returns a tuple with the ProviderTypeParameterValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetProviderTypeParameterValues(v []CSSCMSDataModelModelsPamProviderTypeParamValue)
SetProviderTypeParameterValues sets ProviderTypeParameterValues field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasProviderTypeParameterValues() bool
HasProviderTypeParameterValues returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetProviderTypeParameterValuesNil(b bool)
SetProviderTypeParameterValuesNil sets the value for ProviderTypeParameterValues to be an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetProviderTypeParameterValues()
UnsetProviderTypeParameterValues ensures that no value is present for ProviderTypeParameterValues, not even an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetProviderId() int32
GetProviderId returns the ProviderId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetProviderIdOk() (*int32, bool)
GetProviderIdOk returns a tuple with the ProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetProviderId(v int32)
SetProviderId sets ProviderId field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetProviderIdNil(b bool)
SetProviderIdNil sets the value for ProviderId to be an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetProviderId()
UnsetProviderId ensures that no value is present for ProviderId, not even an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetIsManaged() bool
GetIsManaged returns the IsManaged field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetIsManagedOk() (*bool, bool)
GetIsManagedOk returns a tuple with the IsManaged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetIsManaged(v bool)
SetIsManaged sets IsManaged field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasIsManaged() bool
HasIsManaged returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetSecretType() CSSCMSDataModelEnumsSecretType
GetSecretType returns the SecretType field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeOk() (*CSSCMSDataModelEnumsSecretType, bool)
GetSecretTypeOk returns a tuple with the SecretType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetSecretType(v CSSCMSDataModelEnumsSecretType)
SetSecretType sets SecretType field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasSecretType() bool
HasSecretType returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetRemoteProviderName() string
GetRemoteProviderName returns the RemoteProviderName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetRemoteProviderNameOk() (*string, bool)
GetRemoteProviderNameOk returns a tuple with the RemoteProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetRemoteProviderName(v string)
SetRemoteProviderName sets RemoteProviderName field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasRemoteProviderName() bool
HasRemoteProviderName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetRemoteProviderNameNil(b bool)
SetRemoteProviderNameNil sets the value for RemoteProviderName to be an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetRemoteProviderName()
UnsetRemoteProviderName ensures that no value is present for RemoteProviderName, not even an explicit nil
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetDoesHaveValue() bool
GetDoesHaveValue returns the DoesHaveValue field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsKeyfactorSecret) GetDoesHaveValueOk() (*bool, bool)
GetDoesHaveValueOk returns a tuple with the DoesHaveValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsKeyfactorSecret) SetDoesHaveValue(v bool)
SetDoesHaveValue sets DoesHaveValue field to given value.
func (o *CSSCMSDataModelModelsKeyfactorSecret) HasDoesHaveValue() bool
HasDoesHaveValue returns a boolean if a field has been set.