Okta.Sdk.Model.APIServiceIntegrationInstance
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConfigGuideUrl | string | The URL to the API service integration configuration guide | [optional] [readonly] |
| CreatedAt | string | Timestamp when the API Service Integration instance was created | [optional] [readonly] |
| CreatedBy | string | The user ID of the API Service Integration instance creator | [optional] [readonly] |
| GrantedScopes | List<string> | The list of Okta management scopes granted to the API Service Integration instance. See Okta management OAuth 2.0 scopes. | [optional] |
| Id | string | The ID of the API Service Integration instance | [optional] [readonly] |
| Name | string | The name of the API service integration that corresponds with the `type` property. This is the full name of the API service integration listed in the Okta Integration Network (OIN) catalog. | [optional] [readonly] |
| Properties | Dictionary<string, AppPropertiesValue> | App instance properties | [optional] |
| Type | string | The type of the API service integration. This string is an underscore-concatenated, lowercased API service integration name. For example, `my_api_log_integration`. | [optional] |
| Links | APIServiceIntegrationLinks | [optional] |