Skip to content

Commit de13db6

Browse files
authored
plugin.spec sync (#3035)
1 parent 812558c commit de13db6

File tree

4 files changed

+6
-24
lines changed

4 files changed

+6
-24
lines changed

plugins/okta/.CHECKSUM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"spec": "c52fa69769d8388de102d29fa011df8e",
2+
"spec": "a8ad8ec4b8abc7671ab7bdc628101543",
33
"manifest": "2db4eb90f95f2a5eec67e4e28f1a736d",
44
"setup": "2913648b2ac528d2c75f3b1032a57d60",
55
"schemas": [
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"identifier": "monitor_logs/schema.py",
76-
"hash": "c7846002b9cb1c3069e098b40868f0d2"
76+
"hash": "e099836cf02d62fce308a9c2043b79e1"
7777
},
7878
{
7979
"identifier": "users_added_removed_from_group/schema.py",

plugins/okta/help.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -661,15 +661,6 @@ Example output:
661661
}
662662
```
663663

664-
When no groups are found, the action returns:
665-
666-
```
667-
{
668-
"success": false,
669-
"groups": []
670-
}
671-
```
672-
673664
#### Remove User from Group
674665

675666
This action is used to remove a user from an existing group
@@ -850,14 +841,6 @@ Example output:
850841
}
851842
```
852843

853-
When the user is not found, the action returns:
854-
855-
```
856-
{
857-
"success": false
858-
}
859-
```
860-
861844
#### Unsuspend User
862845

863846
This action is used to unsuspend a user
@@ -1594,7 +1577,7 @@ Example output:
15941577

15951578
## Troubleshooting
15961579

1597-
Actions may fail depending on the state of the resource you attempt to operate over. They will return a best-effort message indicating why the Okta API responded the way it did when possible. Depending on the API endpoint, this message is either provided by Okta themselves, or constructed by the plugin based on the information it has at hand.
1580+
* Actions may fail depending on the state of the resource you attempt to operate over. They will return a best-effort message indicating why the Okta API responded the way it did when possible. Depending on the API endpoint, this message is either provided by Okta themselves, or constructed by the plugin based on the information it has at hand.
15981581

15991582
# Version History
16001583

plugins/okta/komand_okta/tasks/monitor_logs/schema.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ class MonitorLogsOutput(insightconnect_plugin_runtime.Output):
4343
"type": "array",
4444
"title": "Logs",
4545
"description": "All system logs within the specified time range",
46-
"items": {
47-
"type": "object"
48-
},
46+
"items": {},
4947
"required": [
5048
"logs"
5149
],

plugins/okta/plugin.spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ hub_tags:
3030
use_cases: [application_management, user_management]
3131
keywords: [sso, provisioning, deprovisioning, saml, cloud_enabled]
3232
features: []
33-
troubleshooting: "Actions may fail depending on the state of the resource you attempt to operate over. They will return a best-effort message indicating why the Okta API responded the way it did when possible. Depending on the API endpoint, this message is either provided by Okta themselves, or constructed by the plugin based on the information it has at hand."
33+
troubleshooting:
34+
- "Actions may fail depending on the state of the resource you attempt to operate over. They will return a best-effort message indicating why the Okta API responded the way it did when possible. Depending on the API endpoint, this message is either provided by Okta themselves, or constructed by the plugin based on the information it has at hand."
3435
version_history:
3536
- "4.2.12 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
3637
- "4.2.11 - Initial updates for fedramp compliance | Updated SDK to the latest version"

0 commit comments

Comments
 (0)