Authenticators
Available authenticators.
View Specific Information
Required Scopes
To query this view, Scope must include okta.authenticators.read.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM Authenticators WHERE Id = 'aut1nd8PQhGcQtSxB0g4'
Columns
Name | Type | Description |
Id [KEY] | String | Id of the authenticator |
Type | String | Type of authenticator |
Key | String | Human-readable string identifying the authenticator |
Status | String | Status of the authenticator |
Name | String | Display name of the authenticator |
Created | Datetime | When the item was created |
LastUpdated | Datetime | When the item was last updated |
ProviderType | String | Provider type |
ProviderConfig | String | Provider configuration |
AgreeToTerms | Boolean | Whether the admin accepts the terms to create a new authenticator |
Settings | String | Authenticator settings |