@itentialopensource/adapter-solarwinds_servicedesk
Version:
This adapter integrates with system described as: solarwindsServiceDeskApi.
42 lines • 960 B
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": "createMembership",
"enum": [
"createMembership",
"deleteMemebershipById"
],
"external_name": "ph_request_type"
},
"groupId": {
"type": "string",
"description": "Numeric ID of the group",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "group_id"
},
"userIds": {
"type": "string",
"description": "Numeric IDs of the users",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "user_ids"
}
},
"definitions": {}
}