Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.75 KB

UserFactorU2FProfile.md

File metadata and controls

56 lines (31 loc) · 1.75 KB

UserFactorU2FProfile

Properties

Name Type Description Notes
CredentialId Pointer to string ID for the Factor credential [optional]

Methods

NewUserFactorU2FProfile

func NewUserFactorU2FProfile() *UserFactorU2FProfile

NewUserFactorU2FProfile instantiates a new UserFactorU2FProfile 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

NewUserFactorU2FProfileWithDefaults

func NewUserFactorU2FProfileWithDefaults() *UserFactorU2FProfile

NewUserFactorU2FProfileWithDefaults instantiates a new UserFactorU2FProfile 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

GetCredentialId

func (o *UserFactorU2FProfile) GetCredentialId() string

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

GetCredentialIdOk

func (o *UserFactorU2FProfile) 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 *UserFactorU2FProfile) SetCredentialId(v string)

SetCredentialId sets CredentialId field to given value.

HasCredentialId

func (o *UserFactorU2FProfile) HasCredentialId() bool

HasCredentialId returns a boolean if a field has been set.

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