@itentialopensource/adapter-okta
Version:
This adapter integrates with system described as: okta.
62 lines • 1.81 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "listApplications",
"enum": [
"listApplications",
"createApplication",
"deleteApplication",
"getApplication",
"updateApplication",
"listCsrsForApplication",
"generateCsrForApplication",
"revokeCsrFromApplication",
"getCsrForApplication",
"postApiV1AppsAppIdCredentialsCsrsCsrIdLifecyclePublish",
"listApplicationKeys",
"generateApplicationKey",
"getApplicationKey",
"cloneApplicationKey",
"listScopeConsentGrants",
"grantConsentToScope",
"revokeScopeConsentGrant",
"getScopeConsentGrant",
"listApplicationGroupAssignments",
"deleteApplicationGroupAssignment",
"getApplicationGroupAssignment",
"createApplicationGroupAssignment",
"activateApplication",
"deactivateApplication",
"revokeOAuth2TokensForApplication",
"listOAuth2TokensForApplication",
"revokeOAuth2TokenForApplication",
"getOAuth2TokenForApplication",
"listApplicationUsers",
"assignUserToApplication",
"deleteApplicationUser",
"getApplicationUser",
"updateApplicationUser"
],
"external_name": "ph_request_type"
},
"queryScope": {
"type": "string",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "query_scope"
}
},
"definitions": {}
}