SSIS Components for Okta

Build 24.0.9060

ApplicationTokens

Application refresh tokens.

View Specific Information

Required Scopes

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

Select

The component uses the Okta API to process WHERE clause conditions built with the following columns and operators.
  • Id supports the '=' operator
  • AppId supports the '=' operator

All other filters are processed client-side within the component.

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

SELECT * FROM ApplicationTokens WHERE AppId = '0oafxqCAJWWGELFTYASJ'

Columns

Name Type Description
Id [KEY] String Id of the token
Status String Status of the API token
UserId String The user ID associated with the token
ClientId String The client ID associated with the token
Issuer String The URL of the authorization server that issued the Token
Scopes String The scope names attached to the Token
ExpiresAt Datetime When the item expires
Created Datetime When the item was created
LastUpdated Datetime When the item was last updated
AppId String Application Id

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