Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.67 KB

PostAPIServiceIntegrationInstance.md

File metadata and controls

18 lines (14 loc) · 1.67 KB

Okta.Sdk.Model.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. [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 [optional]
ClientSecret string The client secret for the API Service Integration instance. This property is only returned in a POST response. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]