All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.PostAPIServiceIntegrationInstance.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 21.0.0
Show newest version


# PostAPIServiceIntegrationInstance


## 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](/oauth2/#okta-admin-management). |  [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] |
|**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**](APIServiceIntegrationLinks.md) |  |  [optional] |
|**clientSecret** | **String** | The client secret for the API Service Integration instance. This property is only returned in a POST response. |  [optional] [readonly] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy