CData Python Connector for Okta

Build 24.0.9060

ApiTokens

API tokens.

View Specific Information

Required Scopes

To query this view, Scope must include okta.apiTokens.read.

Select

The connector 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 connector.

For example, the following query is processed server-side:

SELECT * FROM ApiTokens WHERE Id = '00Tabcdefg1234567890'

Columns

Name Type Description
Id [KEY] String Id of the api token
Name String Name of the API token
UserId String The user ID
TokenWindow String Time duration of the token
NetworkConnection String The connection type of the Network Condition
ClientName String Client name
ExpiresAt Datetime When the item expires
Created Datetime When the item was created
LastUpdated Datetime When the item was last updated

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060