diff --git a/plugins/duo_admin/.CHECKSUM b/plugins/duo_admin/.CHECKSUM index add51f1242..67ebe691da 100644 --- a/plugins/duo_admin/.CHECKSUM +++ b/plugins/duo_admin/.CHECKSUM @@ -1,5 +1,5 @@ { - "spec": "678168c70a95dacd186d109a0623ac45", + "spec": "4a94a77c37f17820e8768bb2850f6ee5", "manifest": "672f0da4df4edb87ab669d69e435c5c7", "setup": "8a8919e13bd1afe4849427d3dae6dbf4", "schemas": [ @@ -17,7 +17,7 @@ }, { "identifier": "get_logs/schema.py", - "hash": "eb18c676af3b2653f5cf7bc13ea67b9a" + "hash": "3502cb177351d18ff8a31266a49db228" }, { "identifier": "get_phones_by_user_id/schema.py", diff --git a/plugins/duo_admin/help.md b/plugins/duo_admin/help.md index 22edc92035..b665dc020a 100644 --- a/plugins/duo_admin/help.md +++ b/plugins/duo_admin/help.md @@ -180,9 +180,8 @@ This action is used to get auth logs, limited to past 180 days. [Currentmillis.com](https://currentmillis.com/) is useful for finding a usable UNIX timestamp. -Available inputs for parameters can be found on [Duo Admin API +Available inputs for parameters can be found in [Duo Admin API docs](https://duo.com/docs/adminapi#logs:~:text=The%20factor%20or%20method%20used%20for%20an%20authentication%20attempt.%20One%20of%3A) - ##### Input diff --git a/plugins/duo_admin/komand_duo_admin/actions/get_logs/schema.py b/plugins/duo_admin/komand_duo_admin/actions/get_logs/schema.py index 1aa4297998..1e93938303 100755 --- a/plugins/duo_admin/komand_duo_admin/actions/get_logs/schema.py +++ b/plugins/duo_admin/komand_duo_admin/actions/get_logs/schema.py @@ -4,7 +4,7 @@ class Component: - DESCRIPTION = "This action is used to get auth logs, limited to past 180 days.[Currentmillis.com](https://currentmillis.com/) is useful for finding a usable UNIX timestamp.Available inputs for parameters can be found on [Duo Admin's API docs](https://duo.com/docs/adminapi#logs:~:text=The%20factor%20or%20method%20used%20for%20an%20authentication%20attempt.%20One%20of%3A)" + DESCRIPTION = "This action is used to get auth logs, limited to past 180 days.[Currentmillis.com](https://currentmillis.com/) is useful for finding a usable UNIX timestamp.Available inputs for parameters can be found in [Duo Admin API docs](https://duo.com/docs/adminapi#logs:~:text=The%20factor%20or%20method%20used%20for%20an%20authentication%20attempt.%20One%20of%3A)" class Input: diff --git a/plugins/duo_admin/plugin.spec.yaml b/plugins/duo_admin/plugin.spec.yaml index 64eb14230c..b63e28d6eb 100644 --- a/plugins/duo_admin/plugin.spec.yaml +++ b/plugins/duo_admin/plugin.spec.yaml @@ -1075,7 +1075,7 @@ actions: example: { "alias1": "alias1", "alias2": "alias2", "alias3": "alias3", "alias4": "alias4", "aliases": { "alias1": "alias1", "alias2": "alias2", "alias3": "alias3", "alias4": "alias4" }, "created": 1684765611, "email": "user@example.com", "isEnrolled": false, "notes": "Example", "realname": "Example", "status": "active", "userId": "DUCUULF6HBMZ43IG9MBH", "username": "Example" } get_logs: title: Get Authentication Logs - description: "This action is used to get auth logs, limited to past 180 days.\n[Currentmillis.com](https://currentmillis.com/) is useful for finding a usable UNIX timestamp.\n\nAvailable inputs for parameters can be found on [Duo Admin's API docs](https://duo.com/docs/adminapi#logs:~:text=The%20factor%20or%20method%20used%20for%20an%20authentication%20attempt.%20One%20of%3A)" + description: "This action is used to get auth logs, limited to past 180 days.\n[Currentmillis.com](https://currentmillis.com/) is useful for finding a usable UNIX timestamp.\n\nAvailable inputs for parameters can be found in [Duo Admin API docs](https://duo.com/docs/adminapi#logs:~:text=The%20factor%20or%20method%20used%20for%20an%20authentication%20attempt.%20One%20of%3A)" input: mintime: title: Mintime