UNPKG

@itentialopensource/adapter-okta

Version:

This adapter integrates with system described as: okta.

45 lines 1.19 kB
{ "actions": [ { "name": "getCurrentConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/threats/configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getCurrentConfiguration-default.json" } ] }, { "name": "updateConfiguration", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/v1/threats/configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateConfiguration-default.json" } ] } ] }