Skip to content

Code42 readme update #30

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 3 commits into from
Jul 31, 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
2 changes: 1 addition & 1 deletion Packs/Code42/Integrations/Code42/Code42.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ script:
secret: false
- default: false
defaultValue: The email to give to the user.
description: The email of the employee to create.
description: The email of the user to create.
isArray: false
name: email
required: true
Expand Down
34 changes: 17 additions & 17 deletions Packs/Code42/Integrations/Code42/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,17 +351,17 @@ Get all employees on the Departing Employee List.
### All Departing Employees
|DepartureDate|Note|UserID|Username|
|---|---|---|---|
| | test | 921286907298179098 | [email protected] |
| 2020-07-20 | This is added using csv file to test bulk adding of users to high risk employee list | 948938588694228306 | [email protected] |
| | | 912249223544144039 | [email protected] |
| | | 894165832411107815 | [email protected] |
| | L3 security risk | 949093399968329042 | [email protected] |
| | tests and more tests | 942897397520286581 | [email protected] |
| | | 906619740182876328 | [email protected] |
| | | 906619632003387560 | [email protected] |
| | | 912338501981077099 | [email protected] |
| | leaving for competition | 951984198921509692 | [email protected] |
| | Leaving for competitor | 895005723650937319 | [email protected] |
| 2020-07-19 | User added from XSOAR | 921286907298179098 | [email protected] |
| 2020-07-20 | User added from Jira ticket | 948938588694228306 | [email protected] |
| 2020-07-20 | No note. | 912249223544144039 | [email protected] |
| 2020-07-20 | Lots of suspicious activity | 894165832411107815 | [email protected] |
| 2020-07-20 | L3 security risk | 949093399968329042 | [email protected] |
| 2020-07-21 | Problems with performance | 942897397520286581 | [email protected] |
| 2020-07-21 | Problems with performance | 906619740182876328 | [email protected] |
| 2020-07-21 | Was a contract employee | 906619632003387560 | [email protected] |
| 2020-07-21 | Was a contract employee | 912338501981077099 | [email protected] |
| 2020-07-25 | Leaving for competitor | 951984198921509692 | [email protected] |
| 2020-07-25 | Leaving for competitor | 895005723650937319 | [email protected] |


### code42-highriskemployee-add
Expand Down Expand Up @@ -562,11 +562,11 @@ Get all employees on the High Risk Employee List.
### Retrieved All High Risk Employees
|Note|UserID|Username|
|---|---|---|
| tests and more tests | 942897397520286581 | [email protected] |
| Leaving for competitor | 895005723650937319 | [email protected] |
| Test user addition from XSOAR | 912098363086307495 | [email protected] |
| test | 921286907298179098 | [email protected] |
| Risky activity | 942876157732602741 | [email protected] |
| Clicked Phishing link | 942897397520286581 | [email protected] |
| Lots of non-work-related activity | 895005723650937319 | [email protected] |
| User added using XSOAR | 912098363086307495 | [email protected] |
| User has performance concerns | 921286907298179098 | [email protected] |
| Highly demanded employee | 942876157732602741 | [email protected] |


### code42-highriskemployee-add-risk-tags
Expand Down Expand Up @@ -668,7 +668,7 @@ Creates a Code42 user.
| --- | --- | --- |
| orgname | The name of the Code42 organization from which to add the user. | Required |
| username | The username to give to the user. | Required |
| email | | Required |
| email | The email of the user to create. | Required |


#### Context Output
Expand Down