@itentialopensource/adapter-okta
Version:
This adapter integrates with system described as: okta.
126 lines • 3.38 kB
JSON
{
"actions": [
{
"name": "listUserTypes",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/api/v1/meta/types/user?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listUserTypes-default.json"
}
]
},
{
"name": "createUserType",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/api/v1/meta/types/user?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createUserType-default.json"
}
]
},
{
"name": "deleteUserType",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/api/v1/meta/types/user/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getUserType",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/api/v1/meta/types/user/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getUserType-default.json"
}
]
},
{
"name": "updateUserType",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/api/v1/meta/types/user/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateUserType-default.json"
}
]
},
{
"name": "replaceUserType",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/api/v1/meta/types/user/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/replaceUserType-default.json"
}
]
}
]
}