Skip to content

Commit

Permalink
plugin.spec sync (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 authored Jan 10, 2025
1 parent 812558c commit de13db6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 24 deletions.
4 changes: 2 additions & 2 deletions plugins/okta/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "c52fa69769d8388de102d29fa011df8e",
"spec": "a8ad8ec4b8abc7671ab7bdc628101543",
"manifest": "2db4eb90f95f2a5eec67e4e28f1a736d",
"setup": "2913648b2ac528d2c75f3b1032a57d60",
"schemas": [
Expand Down Expand Up @@ -73,7 +73,7 @@
},
{
"identifier": "monitor_logs/schema.py",
"hash": "c7846002b9cb1c3069e098b40868f0d2"
"hash": "e099836cf02d62fce308a9c2043b79e1"
},
{
"identifier": "users_added_removed_from_group/schema.py",
Expand Down
19 changes: 1 addition & 18 deletions plugins/okta/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,15 +661,6 @@ Example output:
}
```

When no groups are found, the action returns:

```
{
"success": false,
"groups": []
}
```

#### Remove User from Group

This action is used to remove a user from an existing group
Expand Down Expand Up @@ -850,14 +841,6 @@ Example output:
}
```

When the user is not found, the action returns:

```
{
"success": false
}
```

#### Unsuspend User

This action is used to unsuspend a user
Expand Down Expand Up @@ -1594,7 +1577,7 @@ Example output:

## 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.
* 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.

# Version History

Expand Down
4 changes: 1 addition & 3 deletions plugins/okta/komand_okta/tasks/monitor_logs/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ class MonitorLogsOutput(insightconnect_plugin_runtime.Output):
"type": "array",
"title": "Logs",
"description": "All system logs within the specified time range",
"items": {
"type": "object"
},
"items": {},
"required": [
"logs"
],
Expand Down
3 changes: 2 additions & 1 deletion plugins/okta/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ hub_tags:
use_cases: [application_management, user_management]
keywords: [sso, provisioning, deprovisioning, saml, cloud_enabled]
features: []
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."
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."
version_history:
- "4.2.12 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "4.2.11 - Initial updates for fedramp compliance | Updated SDK to the latest version"
Expand Down

0 comments on commit de13db6

Please sign in to comment.