Name | Type | Description | Notes |
---|---|---|---|
ClassicKeyAttributes | Pointer to map[string][]string | [optional] | |
ClassicKeyId | Pointer to string | [optional] | |
CredentialId | Pointer to string | [optional] | |
GwClusterId | Pointer to int64 | [optional] | |
HasCertificate | Pointer to bool | [optional] | |
IsProvidedByUser | Pointer to bool | [optional] | |
IsUnexportable | Pointer to bool | [optional] | |
KeyState | Pointer to string | ItemState defines the different states an Item can be in | [optional] |
KeyType | Pointer to string | [optional] | |
LastError | Pointer to string | [optional] | |
PublicKey | Pointer to string | [optional] | |
TargetAliasHelper | Pointer to string | [optional] | |
TargetTypes | Pointer to []string | [optional] | |
Targets | Pointer to []ClassicKeyTargetInfo | [optional] | |
Username | Pointer to string | [optional] | |
Websites | Pointer to []string | [optional] |
func NewClassicKeyDetailsInfo() *ClassicKeyDetailsInfo
NewClassicKeyDetailsInfo instantiates a new ClassicKeyDetailsInfo 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 NewClassicKeyDetailsInfoWithDefaults() *ClassicKeyDetailsInfo
NewClassicKeyDetailsInfoWithDefaults instantiates a new ClassicKeyDetailsInfo 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 *ClassicKeyDetailsInfo) GetClassicKeyAttributes() map[string][]string
GetClassicKeyAttributes returns the ClassicKeyAttributes field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetClassicKeyAttributesOk() (*map[string][]string, bool)
GetClassicKeyAttributesOk returns a tuple with the ClassicKeyAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetClassicKeyAttributes(v map[string][]string)
SetClassicKeyAttributes sets ClassicKeyAttributes field to given value.
func (o *ClassicKeyDetailsInfo) HasClassicKeyAttributes() bool
HasClassicKeyAttributes returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetClassicKeyId() string
GetClassicKeyId returns the ClassicKeyId field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetClassicKeyIdOk() (*string, bool)
GetClassicKeyIdOk returns a tuple with the ClassicKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetClassicKeyId(v string)
SetClassicKeyId sets ClassicKeyId field to given value.
func (o *ClassicKeyDetailsInfo) HasClassicKeyId() bool
HasClassicKeyId returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetCredentialId() string
GetCredentialId returns the CredentialId field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetCredentialIdOk() (*string, bool)
GetCredentialIdOk returns a tuple with the CredentialId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetCredentialId(v string)
SetCredentialId sets CredentialId field to given value.
func (o *ClassicKeyDetailsInfo) HasCredentialId() bool
HasCredentialId returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetGwClusterId() int64
GetGwClusterId returns the GwClusterId field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetGwClusterIdOk() (*int64, bool)
GetGwClusterIdOk returns a tuple with the GwClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetGwClusterId(v int64)
SetGwClusterId sets GwClusterId field to given value.
func (o *ClassicKeyDetailsInfo) HasGwClusterId() bool
HasGwClusterId returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetHasCertificate() bool
GetHasCertificate returns the HasCertificate field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetHasCertificateOk() (*bool, bool)
GetHasCertificateOk returns a tuple with the HasCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetHasCertificate(v bool)
SetHasCertificate sets HasCertificate field to given value.
func (o *ClassicKeyDetailsInfo) HasHasCertificate() bool
HasHasCertificate returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetIsProvidedByUser() bool
GetIsProvidedByUser returns the IsProvidedByUser field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetIsProvidedByUserOk() (*bool, bool)
GetIsProvidedByUserOk returns a tuple with the IsProvidedByUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetIsProvidedByUser(v bool)
SetIsProvidedByUser sets IsProvidedByUser field to given value.
func (o *ClassicKeyDetailsInfo) HasIsProvidedByUser() bool
HasIsProvidedByUser returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetIsUnexportable() bool
GetIsUnexportable returns the IsUnexportable field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetIsUnexportableOk() (*bool, bool)
GetIsUnexportableOk returns a tuple with the IsUnexportable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetIsUnexportable(v bool)
SetIsUnexportable sets IsUnexportable field to given value.
func (o *ClassicKeyDetailsInfo) HasIsUnexportable() bool
HasIsUnexportable returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetKeyState() string
GetKeyState returns the KeyState field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetKeyStateOk() (*string, bool)
GetKeyStateOk returns a tuple with the KeyState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetKeyState(v string)
SetKeyState sets KeyState field to given value.
func (o *ClassicKeyDetailsInfo) HasKeyState() bool
HasKeyState returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *ClassicKeyDetailsInfo) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetLastError() string
GetLastError returns the LastError field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetLastErrorOk() (*string, bool)
GetLastErrorOk returns a tuple with the LastError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetLastError(v string)
SetLastError sets LastError field to given value.
func (o *ClassicKeyDetailsInfo) HasLastError() bool
HasLastError returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *ClassicKeyDetailsInfo) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetTargetAliasHelper() string
GetTargetAliasHelper returns the TargetAliasHelper field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetTargetAliasHelperOk() (*string, bool)
GetTargetAliasHelperOk returns a tuple with the TargetAliasHelper field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetTargetAliasHelper(v string)
SetTargetAliasHelper sets TargetAliasHelper field to given value.
func (o *ClassicKeyDetailsInfo) HasTargetAliasHelper() bool
HasTargetAliasHelper returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetTargetTypes() []string
GetTargetTypes returns the TargetTypes field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetTargetTypesOk() (*[]string, bool)
GetTargetTypesOk returns a tuple with the TargetTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetTargetTypes(v []string)
SetTargetTypes sets TargetTypes field to given value.
func (o *ClassicKeyDetailsInfo) HasTargetTypes() bool
HasTargetTypes returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetTargets() []ClassicKeyTargetInfo
GetTargets returns the Targets field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetTargetsOk() (*[]ClassicKeyTargetInfo, bool)
GetTargetsOk returns a tuple with the Targets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetTargets(v []ClassicKeyTargetInfo)
SetTargets sets Targets field to given value.
func (o *ClassicKeyDetailsInfo) HasTargets() bool
HasTargets returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ClassicKeyDetailsInfo) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ClassicKeyDetailsInfo) GetWebsites() []string
GetWebsites returns the Websites field if non-nil, zero value otherwise.
func (o *ClassicKeyDetailsInfo) GetWebsitesOk() (*[]string, bool)
GetWebsitesOk returns a tuple with the Websites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyDetailsInfo) SetWebsites(v []string)
SetWebsites sets Websites field to given value.
func (o *ClassicKeyDetailsInfo) HasWebsites() bool
HasWebsites returns a boolean if a field has been set.