user_swg_sessions_deauth - User monitor +++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.1.0 .. contents:: :local: :depth: 1 Synopsis -------- User monitor. Use API "/monitor-api/v1/user/swg/sessions/deauth". Requirements ------------ The below requirements are needed on the host that executes this module. - ansible>=2.17.0 Parameters ---------- .. raw:: html Examples ------------- .. code-block:: yaml - name: Deauth user SWG sessions hosts: fortisase gather_facts: false tasks: - name: Deauth user SWG sessions fortinet.fortisase.user_swg_sessions_deauth: params: usernames: - "employee@company.com" - "user@company.com" session_ids: - "Ottawa - Canada-demo@demo.com-0" - "San Jose - USA-demo@demo.com-1" Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)