Skip to content

Latest commit

 

History

History
446 lines (241 loc) · 12.7 KB

ClassicKeyDetailsInfo.md

File metadata and controls

446 lines (241 loc) · 12.7 KB

ClassicKeyDetailsInfo

Properties

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]

Methods

NewClassicKeyDetailsInfo

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

NewClassicKeyDetailsInfoWithDefaults

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

GetClassicKeyAttributes

func (o *ClassicKeyDetailsInfo) GetClassicKeyAttributes() map[string][]string

GetClassicKeyAttributes returns the ClassicKeyAttributes field if non-nil, zero value otherwise.

GetClassicKeyAttributesOk

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.

SetClassicKeyAttributes

func (o *ClassicKeyDetailsInfo) SetClassicKeyAttributes(v map[string][]string)

SetClassicKeyAttributes sets ClassicKeyAttributes field to given value.

HasClassicKeyAttributes

func (o *ClassicKeyDetailsInfo) HasClassicKeyAttributes() bool

HasClassicKeyAttributes returns a boolean if a field has been set.

GetClassicKeyId

func (o *ClassicKeyDetailsInfo) GetClassicKeyId() string

GetClassicKeyId returns the ClassicKeyId field if non-nil, zero value otherwise.

GetClassicKeyIdOk

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.

SetClassicKeyId

func (o *ClassicKeyDetailsInfo) SetClassicKeyId(v string)

SetClassicKeyId sets ClassicKeyId field to given value.

HasClassicKeyId

func (o *ClassicKeyDetailsInfo) HasClassicKeyId() bool

HasClassicKeyId returns a boolean if a field has been set.

GetCredentialId

func (o *ClassicKeyDetailsInfo) GetCredentialId() string

GetCredentialId returns the CredentialId field if non-nil, zero value otherwise.

GetCredentialIdOk

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.

SetCredentialId

func (o *ClassicKeyDetailsInfo) SetCredentialId(v string)

SetCredentialId sets CredentialId field to given value.

HasCredentialId

func (o *ClassicKeyDetailsInfo) HasCredentialId() bool

HasCredentialId returns a boolean if a field has been set.

GetGwClusterId

func (o *ClassicKeyDetailsInfo) GetGwClusterId() int64

GetGwClusterId returns the GwClusterId field if non-nil, zero value otherwise.

GetGwClusterIdOk

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.

SetGwClusterId

func (o *ClassicKeyDetailsInfo) SetGwClusterId(v int64)

SetGwClusterId sets GwClusterId field to given value.

HasGwClusterId

func (o *ClassicKeyDetailsInfo) HasGwClusterId() bool

HasGwClusterId returns a boolean if a field has been set.

GetHasCertificate

func (o *ClassicKeyDetailsInfo) GetHasCertificate() bool

GetHasCertificate returns the HasCertificate field if non-nil, zero value otherwise.

GetHasCertificateOk

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.

SetHasCertificate

func (o *ClassicKeyDetailsInfo) SetHasCertificate(v bool)

SetHasCertificate sets HasCertificate field to given value.

HasHasCertificate

func (o *ClassicKeyDetailsInfo) HasHasCertificate() bool

HasHasCertificate returns a boolean if a field has been set.

GetIsProvidedByUser

func (o *ClassicKeyDetailsInfo) GetIsProvidedByUser() bool

GetIsProvidedByUser returns the IsProvidedByUser field if non-nil, zero value otherwise.

GetIsProvidedByUserOk

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.

SetIsProvidedByUser

func (o *ClassicKeyDetailsInfo) SetIsProvidedByUser(v bool)

SetIsProvidedByUser sets IsProvidedByUser field to given value.

HasIsProvidedByUser

func (o *ClassicKeyDetailsInfo) HasIsProvidedByUser() bool

HasIsProvidedByUser returns a boolean if a field has been set.

GetIsUnexportable

func (o *ClassicKeyDetailsInfo) GetIsUnexportable() bool

GetIsUnexportable returns the IsUnexportable field if non-nil, zero value otherwise.

GetIsUnexportableOk

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.

SetIsUnexportable

func (o *ClassicKeyDetailsInfo) SetIsUnexportable(v bool)

SetIsUnexportable sets IsUnexportable field to given value.

HasIsUnexportable

func (o *ClassicKeyDetailsInfo) HasIsUnexportable() bool

HasIsUnexportable returns a boolean if a field has been set.

GetKeyState

func (o *ClassicKeyDetailsInfo) GetKeyState() string

GetKeyState returns the KeyState field if non-nil, zero value otherwise.

GetKeyStateOk

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.

SetKeyState

func (o *ClassicKeyDetailsInfo) SetKeyState(v string)

SetKeyState sets KeyState field to given value.

HasKeyState

func (o *ClassicKeyDetailsInfo) HasKeyState() bool

HasKeyState returns a boolean if a field has been set.

GetKeyType

func (o *ClassicKeyDetailsInfo) GetKeyType() string

GetKeyType returns the KeyType field if non-nil, zero value otherwise.

GetKeyTypeOk

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.

SetKeyType

func (o *ClassicKeyDetailsInfo) SetKeyType(v string)

SetKeyType sets KeyType field to given value.

HasKeyType

func (o *ClassicKeyDetailsInfo) HasKeyType() bool

HasKeyType returns a boolean if a field has been set.

GetLastError

func (o *ClassicKeyDetailsInfo) GetLastError() string

GetLastError returns the LastError field if non-nil, zero value otherwise.

GetLastErrorOk

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.

SetLastError

func (o *ClassicKeyDetailsInfo) SetLastError(v string)

SetLastError sets LastError field to given value.

HasLastError

func (o *ClassicKeyDetailsInfo) HasLastError() bool

HasLastError returns a boolean if a field has been set.

GetPublicKey

func (o *ClassicKeyDetailsInfo) GetPublicKey() string

GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.

GetPublicKeyOk

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.

SetPublicKey

func (o *ClassicKeyDetailsInfo) SetPublicKey(v string)

SetPublicKey sets PublicKey field to given value.

HasPublicKey

func (o *ClassicKeyDetailsInfo) HasPublicKey() bool

HasPublicKey returns a boolean if a field has been set.

GetTargetAliasHelper

func (o *ClassicKeyDetailsInfo) GetTargetAliasHelper() string

GetTargetAliasHelper returns the TargetAliasHelper field if non-nil, zero value otherwise.

GetTargetAliasHelperOk

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.

SetTargetAliasHelper

func (o *ClassicKeyDetailsInfo) SetTargetAliasHelper(v string)

SetTargetAliasHelper sets TargetAliasHelper field to given value.

HasTargetAliasHelper

func (o *ClassicKeyDetailsInfo) HasTargetAliasHelper() bool

HasTargetAliasHelper returns a boolean if a field has been set.

GetTargetTypes

func (o *ClassicKeyDetailsInfo) GetTargetTypes() []string

GetTargetTypes returns the TargetTypes field if non-nil, zero value otherwise.

GetTargetTypesOk

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.

SetTargetTypes

func (o *ClassicKeyDetailsInfo) SetTargetTypes(v []string)

SetTargetTypes sets TargetTypes field to given value.

HasTargetTypes

func (o *ClassicKeyDetailsInfo) HasTargetTypes() bool

HasTargetTypes returns a boolean if a field has been set.

GetTargets

func (o *ClassicKeyDetailsInfo) GetTargets() []ClassicKeyTargetInfo

GetTargets returns the Targets field if non-nil, zero value otherwise.

GetTargetsOk

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.

SetTargets

func (o *ClassicKeyDetailsInfo) SetTargets(v []ClassicKeyTargetInfo)

SetTargets sets Targets field to given value.

HasTargets

func (o *ClassicKeyDetailsInfo) HasTargets() bool

HasTargets returns a boolean if a field has been set.

GetUsername

func (o *ClassicKeyDetailsInfo) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *ClassicKeyDetailsInfo) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *ClassicKeyDetailsInfo) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetWebsites

func (o *ClassicKeyDetailsInfo) GetWebsites() []string

GetWebsites returns the Websites field if non-nil, zero value otherwise.

GetWebsitesOk

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.

SetWebsites

func (o *ClassicKeyDetailsInfo) SetWebsites(v []string)

SetWebsites sets Websites field to given value.

HasWebsites

func (o *ClassicKeyDetailsInfo) HasWebsites() bool

HasWebsites returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]