Name | Type | Description | Notes |
---|---|---|---|
ClassicKeyId | Pointer to string | [optional] | |
ClassicKeyName | Pointer to string | [optional] | |
ClassicKeyType | Pointer to string | [optional] | |
PublicKey | Pointer to string | [optional] |
func NewCreatePasskeyOutput() *CreatePasskeyOutput
NewCreatePasskeyOutput instantiates a new CreatePasskeyOutput 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 NewCreatePasskeyOutputWithDefaults() *CreatePasskeyOutput
NewCreatePasskeyOutputWithDefaults instantiates a new CreatePasskeyOutput 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 *CreatePasskeyOutput) GetClassicKeyId() string
GetClassicKeyId returns the ClassicKeyId field if non-nil, zero value otherwise.
func (o *CreatePasskeyOutput) 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 *CreatePasskeyOutput) SetClassicKeyId(v string)
SetClassicKeyId sets ClassicKeyId field to given value.
func (o *CreatePasskeyOutput) HasClassicKeyId() bool
HasClassicKeyId returns a boolean if a field has been set.
func (o *CreatePasskeyOutput) GetClassicKeyName() string
GetClassicKeyName returns the ClassicKeyName field if non-nil, zero value otherwise.
func (o *CreatePasskeyOutput) GetClassicKeyNameOk() (*string, bool)
GetClassicKeyNameOk returns a tuple with the ClassicKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatePasskeyOutput) SetClassicKeyName(v string)
SetClassicKeyName sets ClassicKeyName field to given value.
func (o *CreatePasskeyOutput) HasClassicKeyName() bool
HasClassicKeyName returns a boolean if a field has been set.
func (o *CreatePasskeyOutput) GetClassicKeyType() string
GetClassicKeyType returns the ClassicKeyType field if non-nil, zero value otherwise.
func (o *CreatePasskeyOutput) GetClassicKeyTypeOk() (*string, bool)
GetClassicKeyTypeOk returns a tuple with the ClassicKeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatePasskeyOutput) SetClassicKeyType(v string)
SetClassicKeyType sets ClassicKeyType field to given value.
func (o *CreatePasskeyOutput) HasClassicKeyType() bool
HasClassicKeyType returns a boolean if a field has been set.
func (o *CreatePasskeyOutput) GetPublicKey() string
GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.
func (o *CreatePasskeyOutput) 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 *CreatePasskeyOutput) SetPublicKey(v string)
SetPublicKey sets PublicKey field to given value.
func (o *CreatePasskeyOutput) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.