Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.88 KB

CreatePasskeyOutput.md

File metadata and controls

134 lines (73 loc) · 3.88 KB

CreatePasskeyOutput

Properties

Name Type Description Notes
ClassicKeyId Pointer to string [optional]
ClassicKeyName Pointer to string [optional]
ClassicKeyType Pointer to string [optional]
PublicKey Pointer to string [optional]

Methods

NewCreatePasskeyOutput

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

NewCreatePasskeyOutputWithDefaults

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

GetClassicKeyId

func (o *CreatePasskeyOutput) GetClassicKeyId() string

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

GetClassicKeyIdOk

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.

SetClassicKeyId

func (o *CreatePasskeyOutput) SetClassicKeyId(v string)

SetClassicKeyId sets ClassicKeyId field to given value.

HasClassicKeyId

func (o *CreatePasskeyOutput) HasClassicKeyId() bool

HasClassicKeyId returns a boolean if a field has been set.

GetClassicKeyName

func (o *CreatePasskeyOutput) GetClassicKeyName() string

GetClassicKeyName returns the ClassicKeyName field if non-nil, zero value otherwise.

GetClassicKeyNameOk

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.

SetClassicKeyName

func (o *CreatePasskeyOutput) SetClassicKeyName(v string)

SetClassicKeyName sets ClassicKeyName field to given value.

HasClassicKeyName

func (o *CreatePasskeyOutput) HasClassicKeyName() bool

HasClassicKeyName returns a boolean if a field has been set.

GetClassicKeyType

func (o *CreatePasskeyOutput) GetClassicKeyType() string

GetClassicKeyType returns the ClassicKeyType field if non-nil, zero value otherwise.

GetClassicKeyTypeOk

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.

SetClassicKeyType

func (o *CreatePasskeyOutput) SetClassicKeyType(v string)

SetClassicKeyType sets ClassicKeyType field to given value.

HasClassicKeyType

func (o *CreatePasskeyOutput) HasClassicKeyType() bool

HasClassicKeyType returns a boolean if a field has been set.

GetPublicKey

func (o *CreatePasskeyOutput) GetPublicKey() string

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

GetPublicKeyOk

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.

SetPublicKey

func (o *CreatePasskeyOutput) SetPublicKey(v string)

SetPublicKey sets PublicKey field to given value.

HasPublicKey

func (o *CreatePasskeyOutput) HasPublicKey() bool

HasPublicKey returns a boolean if a field has been set.

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