Skip to content

Commit

Permalink
plugin.spec sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 10, 2025
1 parent df9487b commit 8aebaba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/duo_admin/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "678168c70a95dacd186d109a0623ac45",
"spec": "4a94a77c37f17820e8768bb2850f6ee5",
"manifest": "672f0da4df4edb87ab669d69e435c5c7",
"setup": "8a8919e13bd1afe4849427d3dae6dbf4",
"schemas": [
Expand All @@ -17,7 +17,7 @@
},
{
"identifier": "get_logs/schema.py",
"hash": "eb18c676af3b2653f5cf7bc13ea67b9a"
"hash": "3502cb177351d18ff8a31266a49db228"
},
{
"identifier": "get_phones_by_user_id/schema.py",
Expand Down
3 changes: 1 addition & 2 deletions plugins/duo_admin/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/duo_admin/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]", "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
Expand Down

0 comments on commit 8aebaba

Please sign in to comment.