{ "name": "DuoBypassUserAccount", "version": "1.0", "author": "jahamilto", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "Put User Account into Bypass mode in Duo Security via AdminAPI (The user will not be prompted when logging in.)", "dataTypeList": ["thehive:case_artifact"], "command": "Duo_Security/duoBypassUserAccount.py", "baseConfig": "Duo_Security_main", "configurationItems": [ { "name": "API_hostname", "description": "Duo Admin API hostname, api-XXXXXXXX.duosecurity.com", "type": "string", "multi": false, "required": true }, { "name": "Integration_Key", "description": "Integration Key", "type": "string", "multi": false, "required": true }, { "name": "Secret_Key", "description": "Secret Key", "type": "string", "multi": false, "required": true } ] }