category: Authentication & Identity Management provider: Fortinet commonfields: id: FortiAuthenticator version: -1 sectionorder: - Connect - Collect configuration: - display: Server URL (e.g. https://192.168.0.1) name: server required: true type: 0 section: Connect - display: Username displaypassword: Access Key name: credentials required: true type: 9 section: Connect - display: Trust any certificate (not secure) name: unsecure type: 8 required: false section: Connect - defaultvalue: 'false' display: Use system proxy settings name: proxy type: 8 section: Connect required: false description: This integration allows you to manage the user configuration on FortiAuthenticator. display: FortiAuthenticator name: FortiAuthenticator script: commands: - arguments: - auto: PREDEFINED defaultValue: localusers description: 'The user type: localusers (Local Users), ldapuser (Remote Users).' name: user_type predefined: - localusers - ldapusers required: true - name: email description: The user's email that is defined in the User Information on FortiAuthenticator. - name: username description: The username that is defined in the User Information on FortiAuthenticator. - name: token_serial description: The serial no. of the assigned Token on FortiAuthenticator. name: fortiauthenticator-get-user description: Get the user details for specific user by email. - arguments: - auto: PREDEFINED defaultValue: 'true' description: 'Define user''s active status: false = Disabled, true = enabled.' name: active predefined: - 'true' - 'false' required: true - auto: PREDEFINED defaultValue: localusers description: 'The user type: localusers (Local Users), ldapuser (Remote Users).' name: user_type predefined: - localusers - ldapusers required: true - name: email description: The user's email that is defined in the User Information on FortiAuthenticator. - name: username description: The username that is defined in the User Information on FortiAuthenticator. name: fortiauthenticator-update-user description: Update the active status for specific user by email dockerimage: demisto/python3:3.12.12.7090913 runonce: false script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)