Skip to content

User mgmt #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Jul 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cliName": "code42alertdescription",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand All @@ -19,7 +19,7 @@
"isReadOnly": false,
"locked": false,
"mergeStrategy": "",
"name": "Code42 Alert Description",
"name": "Code42 SecurityAlert Description",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, but the validate command got mad for using the word Alert.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing that XSOAR has a concept of alerts that they want to make sure nothing collides with.

"neverSetAsRequired": false,
"ownerOnly": false,
"placeholder": "",
Expand All @@ -37,5 +37,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cliName": "code42alertid",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand All @@ -19,7 +19,7 @@
"isReadOnly": false,
"locked": false,
"mergeStrategy": "",
"name": "Code42 Alert ID",
"name": "Code42 SecurityAlert ID",
"neverSetAsRequired": false,
"ownerOnly": false,
"placeholder": "",
Expand All @@ -37,5 +37,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cliName": "code42alertname",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand All @@ -19,7 +19,7 @@
"isReadOnly": false,
"locked": false,
"mergeStrategy": "",
"name": "Code42 Alert Name",
"name": "Code42 SecurityAlert Name",
"neverSetAsRequired": false,
"ownerOnly": false,
"placeholder": "",
Expand All @@ -37,5 +37,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cliName": "code42alertstate",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand All @@ -19,7 +19,7 @@
"isReadOnly": false,
"locked": false,
"mergeStrategy": "",
"name": "Code42 Alert State",
"name": "Code42 SecurityAlert State",
"neverSetAsRequired": false,
"ownerOnly": false,
"placeholder": "",
Expand All @@ -37,5 +37,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cliName": "code42alerttimestamp",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand All @@ -19,7 +19,7 @@
"isReadOnly": false,
"locked": false,
"mergeStrategy": "",
"name": "Code42 Alert Timestamp",
"name": "Code42 SecurityAlert Timestamp",
"neverSetAsRequired": false,
"ownerOnly": false,
"placeholder": "",
Expand All @@ -37,5 +37,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cliName": "code42severity",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand Down Expand Up @@ -37,5 +37,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cliName": "code42username",
"closeForm": false,
"columns": null,
"content": false,
"content": true,
"defaultRows": null,
"description": "",
"editForm": true,
Expand Down Expand Up @@ -35,5 +35,6 @@
"useAsKpi": false,
"validatedError": "",
"validationRegex": "",
"version": -1
"version": -1,
"fromVersion": "5.0.0"
}
5 changes: 5 additions & 0 deletions Packs/Code42/Integrations/Code42/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Added new commands:
Optionally takes a list of risk tags and only gets employees who have those risk tags.
- **code42-highriskemployee-add-risk-tags** that takes a username and risk tags and associates the risk tags with the user.
- **code42-highriskemployee-remove-risk-tags** that takes a username and risk tags and disassociates the risk tags from the user.
- **code42-user-deactivate** that deactivates a user in Code42.
- **code42-user-reactivate** that reactivates a user in Code42.
- **code42-user-block** that blocks a user in Code42.
- **code42-user-unblock** that unblocks a user in Code42.
- **code42-user-create** that creates a user in Code42.
Improve error messages for all Commands to include exception detail.

## [20.3.3] - 2020-03-18
Expand Down
Loading