ApiServiceIntegrations
API service integration instances.
View Specific Information
Required Scopes
To query this view, Scope must include okta.oauthIntegrations.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 ApiServiceIntegrations WHERE Id = '0oa72lrepvp4WqEET1d9'
Columns
Name | Type | Description |
Id [KEY] | String | Id of the api service |
Type | String | The type of the API service integration. This is an underscore-concatenated, lowercased API service integration name. |
Name | String | Full name of the API service integration listed in the Okta Integration Network (OIN) catalog. |
CreatedAt | Datetime | When the item was created |
CreatedBy | String | The user ID of the API Service Integration instance creator |
ConfigGuideUrl | String | The URL to the API service integration configuration guide |
GrantedScopes | String | The list of Okta management scopes granted to the API Service Integration instance |