Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

File metadata and controls

20 lines (16 loc) · 1.33 KB

Okta.Sdk.Model.UserFactorTokenHOTP

Properties

Name Type Description Notes
Created DateTimeOffset Timestamp when the factor was enrolled [optional] [readonly]
Id string ID of the factor [optional] [readonly]
LastUpdated DateTimeOffset Timestamp when the factor was last updated [optional] [readonly]
Status UserFactorStatus [optional]
VendorName string Name of the factor vendor. This is usually the same as the provider except for On-Prem MFA, which depends on admin settings. [optional] [readonly]
Embedded Dictionary<string, Object> [optional] [readonly]
Links UserFactorLinks [optional]
FactorProfileId string ID of an existing Custom TOTP factor profile. To create this, see Custom TOTP factor. [optional]
FactorType Object [optional]
Profile UserFactorTokenHOTPProfile [optional]
Provider string [optional]

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