Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.38 KB

UserFactorCustomHOTP.md

File metadata and controls

20 lines (16 loc) · 1.38 KB

Okta.Sdk.Model.UserFactorCustomHOTP

Properties

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

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