Name | Type | Description | Notes |
---|---|---|---|
EncryptSensitiveData | Pointer to bool | [optional] | |
Encryption | Pointer to string | [optional] | |
EncryptionConfig | Pointer to string | [optional] | |
EncryptionConfigFile | Pointer to string | [optional] | |
EncryptionPassword | Pointer to string | [optional] | |
ExternalConfig | Pointer to bool | [optional] | |
ExternalConfigFile | Pointer to string | [optional] | |
PasswordProperty | Pointer to string | [optional] | |
Salt | Pointer to string | [optional] | |
SaltProperty | Pointer to string | [optional] | |
SaltValue | Pointer to string | [optional] |
func NewIdentityApplianceSecurityConfigDTO() *IdentityApplianceSecurityConfigDTO
NewIdentityApplianceSecurityConfigDTO instantiates a new IdentityApplianceSecurityConfigDTO 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 NewIdentityApplianceSecurityConfigDTOWithDefaults() *IdentityApplianceSecurityConfigDTO
NewIdentityApplianceSecurityConfigDTOWithDefaults instantiates a new IdentityApplianceSecurityConfigDTO 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 *IdentityApplianceSecurityConfigDTO) GetEncryptSensitiveData() bool
GetEncryptSensitiveData returns the EncryptSensitiveData field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptSensitiveDataOk() (*bool, bool)
GetEncryptSensitiveDataOk returns a tuple with the EncryptSensitiveData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetEncryptSensitiveData(v bool)
SetEncryptSensitiveData sets EncryptSensitiveData field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasEncryptSensitiveData() bool
HasEncryptSensitiveData returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryption() string
GetEncryption returns the Encryption field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionOk() (*string, bool)
GetEncryptionOk returns a tuple with the Encryption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetEncryption(v string)
SetEncryption sets Encryption field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasEncryption() bool
HasEncryption returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfig() string
GetEncryptionConfig returns the EncryptionConfig field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfigOk() (*string, bool)
GetEncryptionConfigOk returns a tuple with the EncryptionConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetEncryptionConfig(v string)
SetEncryptionConfig sets EncryptionConfig field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasEncryptionConfig() bool
HasEncryptionConfig returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfigFile() string
GetEncryptionConfigFile returns the EncryptionConfigFile field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionConfigFileOk() (*string, bool)
GetEncryptionConfigFileOk returns a tuple with the EncryptionConfigFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetEncryptionConfigFile(v string)
SetEncryptionConfigFile sets EncryptionConfigFile field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasEncryptionConfigFile() bool
HasEncryptionConfigFile returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionPassword() string
GetEncryptionPassword returns the EncryptionPassword field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetEncryptionPasswordOk() (*string, bool)
GetEncryptionPasswordOk returns a tuple with the EncryptionPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetEncryptionPassword(v string)
SetEncryptionPassword sets EncryptionPassword field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasEncryptionPassword() bool
HasEncryptionPassword returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfig() bool
GetExternalConfig returns the ExternalConfig field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfigOk() (*bool, bool)
GetExternalConfigOk returns a tuple with the ExternalConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetExternalConfig(v bool)
SetExternalConfig sets ExternalConfig field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasExternalConfig() bool
HasExternalConfig returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfigFile() string
GetExternalConfigFile returns the ExternalConfigFile field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetExternalConfigFileOk() (*string, bool)
GetExternalConfigFileOk returns a tuple with the ExternalConfigFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetExternalConfigFile(v string)
SetExternalConfigFile sets ExternalConfigFile field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasExternalConfigFile() bool
HasExternalConfigFile returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetPasswordProperty() string
GetPasswordProperty returns the PasswordProperty field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetPasswordPropertyOk() (*string, bool)
GetPasswordPropertyOk returns a tuple with the PasswordProperty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetPasswordProperty(v string)
SetPasswordProperty sets PasswordProperty field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasPasswordProperty() bool
HasPasswordProperty returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetSalt() string
GetSalt returns the Salt field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetSaltOk() (*string, bool)
GetSaltOk returns a tuple with the Salt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetSalt(v string)
SetSalt sets Salt field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasSalt() bool
HasSalt returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetSaltProperty() string
GetSaltProperty returns the SaltProperty field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetSaltPropertyOk() (*string, bool)
GetSaltPropertyOk returns a tuple with the SaltProperty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetSaltProperty(v string)
SetSaltProperty sets SaltProperty field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasSaltProperty() bool
HasSaltProperty returns a boolean if a field has been set.
func (o *IdentityApplianceSecurityConfigDTO) GetSaltValue() string
GetSaltValue returns the SaltValue field if non-nil, zero value otherwise.
func (o *IdentityApplianceSecurityConfigDTO) GetSaltValueOk() (*string, bool)
GetSaltValueOk returns a tuple with the SaltValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityApplianceSecurityConfigDTO) SetSaltValue(v string)
SetSaltValue sets SaltValue field to given value.
func (o *IdentityApplianceSecurityConfigDTO) HasSaltValue() bool
HasSaltValue returns a boolean if a field has been set.