Name | Type | Description | Notes |
---|---|---|---|
RealmCertificate | Pointer to bool | [optional] | |
StorePassword | Pointer to string | [optional] | |
KeyPassword | Pointer to string | [optional] | |
KeyAlias | Pointer to string | [optional] | |
RealmAlias | Pointer to string | [optional] | |
Format | Pointer to string | [optional] |
func NewKeyStoreConfig() *KeyStoreConfig
NewKeyStoreConfig instantiates a new KeyStoreConfig 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 NewKeyStoreConfigWithDefaults() *KeyStoreConfig
NewKeyStoreConfigWithDefaults instantiates a new KeyStoreConfig 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 *KeyStoreConfig) GetRealmCertificate() bool
GetRealmCertificate returns the RealmCertificate field if non-nil, zero value otherwise.
func (o *KeyStoreConfig) GetRealmCertificateOk() (*bool, bool)
GetRealmCertificateOk returns a tuple with the RealmCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyStoreConfig) SetRealmCertificate(v bool)
SetRealmCertificate sets RealmCertificate field to given value.
func (o *KeyStoreConfig) HasRealmCertificate() bool
HasRealmCertificate returns a boolean if a field has been set.
func (o *KeyStoreConfig) GetStorePassword() string
GetStorePassword returns the StorePassword field if non-nil, zero value otherwise.
func (o *KeyStoreConfig) GetStorePasswordOk() (*string, bool)
GetStorePasswordOk returns a tuple with the StorePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyStoreConfig) SetStorePassword(v string)
SetStorePassword sets StorePassword field to given value.
func (o *KeyStoreConfig) HasStorePassword() bool
HasStorePassword returns a boolean if a field has been set.
func (o *KeyStoreConfig) GetKeyPassword() string
GetKeyPassword returns the KeyPassword field if non-nil, zero value otherwise.
func (o *KeyStoreConfig) GetKeyPasswordOk() (*string, bool)
GetKeyPasswordOk returns a tuple with the KeyPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyStoreConfig) SetKeyPassword(v string)
SetKeyPassword sets KeyPassword field to given value.
func (o *KeyStoreConfig) HasKeyPassword() bool
HasKeyPassword returns a boolean if a field has been set.
func (o *KeyStoreConfig) GetKeyAlias() string
GetKeyAlias returns the KeyAlias field if non-nil, zero value otherwise.
func (o *KeyStoreConfig) GetKeyAliasOk() (*string, bool)
GetKeyAliasOk returns a tuple with the KeyAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyStoreConfig) SetKeyAlias(v string)
SetKeyAlias sets KeyAlias field to given value.
func (o *KeyStoreConfig) HasKeyAlias() bool
HasKeyAlias returns a boolean if a field has been set.
func (o *KeyStoreConfig) GetRealmAlias() string
GetRealmAlias returns the RealmAlias field if non-nil, zero value otherwise.
func (o *KeyStoreConfig) GetRealmAliasOk() (*string, bool)
GetRealmAliasOk returns a tuple with the RealmAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyStoreConfig) SetRealmAlias(v string)
SetRealmAlias sets RealmAlias field to given value.
func (o *KeyStoreConfig) HasRealmAlias() bool
HasRealmAlias returns a boolean if a field has been set.
func (o *KeyStoreConfig) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *KeyStoreConfig) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyStoreConfig) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *KeyStoreConfig) HasFormat() bool
HasFormat returns a boolean if a field has been set.