Authentication Factor
An Authentication Factor object describes a category of methods used for identity verification in an authentication attempt.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Device | device |
Device[] | Device used to complete an authentication request. |
Email Address | email_addr |
Email Address | The email address used in an email-based authentication factor. |
Factor Type | factor_type |
String | The type of authentication factor used in an authentication attempt. |
Factor Type ID | factor_type_id |
Integer |
The normalized identifier for the authentication factor.
|
HMAC-based One-time Password (HOTP) | is_hotp |
Boolean | Whether the authentication factor is an HMAC-based One-time Password (HOTP). |
Time-based One-time Password (TOTP) | is_totp |
Boolean | Whether the authentication factor is a Time-based One-time Password (TOTP). |
Phone Number | phone_number |
String | The phone number used for a telephony-based authentication request. |
Provider | provider |
String | The name of provider for an authentication factor. |
Raw Data | raw_data |
JSON | The event data as received from the event source. |
Record ID | record_id |
String | Unique identifier for the object |
Security Questions | security_questions |
String[] | The question(s) provided to user for a question-based authentication factor. |
Unmapped Data | unmapped |
Unmapped[] | The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source. |
Relationships
Inbound Relationships
These objects and events reference Authentication Factor in their attributes:
Outbound Relationships
Authentication Factor references the following objects and events in its attributes:
This page describes qdm-1.3.2+ocsf-1.3.0
Updated about 1 month ago