UNPKG

@itentialopensource/adapter-adtran_mosaic_cloud_platform

Version:

This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).

45 lines 1.16 kB
{ "$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": "createUserAccount", "enum": [ "createUserAccount", "overridePassword", "resetPassword", "assignUsertoUserGroup", "getUser", "modifyUserAAAModes", "getAllUsers", "setPassword", "logoutUser", "expirePassword", "logoutAllUsers", "deleteUser", "createVendorSpecificAttributeMappingforRadius", "getVendorSpecificAttributeMappingforRadius", "modifyVendorSpecificAttributeMappingforRadius", "deleteVendorSpecificAttributeMappingforRadius" ], "external_name": "ph_request_type" }, "username": { "type": "string", "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Username" } }, "definitions": {} }