-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ciac 5471 exabeam fetch users (#34900)
* add section to yml * add command fetch_notable_users * fix referenced before assignment * format * fix fetch_notable_users * fix set_integration_context * clear TODO * add reset-notable-users-cached and classifier * add Exabeam Notable User to IncidentFields * add incident layout mapper and type * add limit to context * pre commit * rename pack & integration * add incidentType to mapping * update layout * rename incident field * add UT * update dockerimage * update layout & release note * Merge branch 'master' of github.com:demisto/content into ciac-5471-exabeam-fetch-users * add checkbox fetch_user_duplicates * replace name parameter Fetch user duplicates * release notes * fix name of filed * fix incidentfield * ReleaseNotes * IncidentFields * peck metadata * ReleaseNotes * rename incident fide in mapper * return name incident fide * mapping * ReleaseNotes * add filed to mapping * add Multi Select type fetch * fix UT * save in last run instead of context * - dev * fix layout * try to fix GR103 * fix in ReleaseNotes * ReleaseNotes * document review * Bump pack from version CommonTypes to 3.5.7. * document review * remove command reset-notable-users-cached * update readme about the fetch * Fix from CR * Add validation for interval * update docker * Updated Docker image in ReleaseNotes * Bump pack from version CommonTypes to 3.5.8. * add test to test_module * Bump pack from version CommonTypes to 3.5.9. * fix time_period --------- Co-authored-by: Content Bot <[email protected]>
- Loading branch information
Showing
37 changed files
with
3,661 additions
and
260 deletions.
There are no files selected for viewing
81 changes: 41 additions & 40 deletions
81
Packs/CommonTypes/IncidentFields/incidentfield-Department.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,42 @@ | ||
{ | ||
"id": "incident_department", | ||
"version": -1, | ||
"modified": "2020-09-29T12:43:19.261344539Z", | ||
"name": "Department", | ||
"ownerOnly": false, | ||
"description": "Department", | ||
"cliName": "department", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"SysAid Change", | ||
"SysAid Incident", | ||
"SysAid Problem", | ||
"SysAid Request", | ||
"IAM - Rehire User", | ||
"IAM - New Hire", | ||
"IAM - Terminate User", | ||
"IAM - Update User", | ||
"User Profile", | ||
"IAM - Sync User", | ||
"Vectra Account" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.0.0" | ||
{ | ||
"id": "incident_department", | ||
"version": -1, | ||
"modified": "2020-09-29T12:43:19.261344539Z", | ||
"name": "Department", | ||
"ownerOnly": false, | ||
"description": "Department", | ||
"cliName": "department", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"SysAid Change", | ||
"SysAid Incident", | ||
"SysAid Problem", | ||
"SysAid Request", | ||
"IAM - Rehire User", | ||
"IAM - New Hire", | ||
"IAM - Terminate User", | ||
"IAM - Update User", | ||
"User Profile", | ||
"IAM - Sync User", | ||
"Vectra Account", | ||
"Exabeam Notable User" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 41 additions & 40 deletions
81
Packs/CommonTypes/IncidentFields/incidentfield-Location.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,42 @@ | ||
{ | ||
"id": "incident_location", | ||
"version": -1, | ||
"modified": "2020-09-29T12:47:15.280457549Z", | ||
"name": "Location", | ||
"ownerOnly": false, | ||
"description": "Location", | ||
"cliName": "location", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"SysAid Change", | ||
"SysAid Incident", | ||
"SysAid Problem", | ||
"SysAid Request", | ||
"IAM - New Hire", | ||
"IAM - Terminate User", | ||
"IAM - Update User", | ||
"User Profile", | ||
"IAM - Sync User", | ||
"IAM - Rehire User", | ||
"Azure Active Directory Identity and Access" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.0.0" | ||
{ | ||
"id": "incident_location", | ||
"version": -1, | ||
"modified": "2020-09-29T12:47:15.280457549Z", | ||
"name": "Location", | ||
"ownerOnly": false, | ||
"description": "Location", | ||
"cliName": "location", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"SysAid Change", | ||
"SysAid Incident", | ||
"SysAid Problem", | ||
"SysAid Request", | ||
"IAM - New Hire", | ||
"IAM - Terminate User", | ||
"IAM - Update User", | ||
"User Profile", | ||
"IAM - Sync User", | ||
"IAM - Rehire User", | ||
"Azure Active Directory Identity and Access", | ||
"Exabeam Notable User" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.0.0" | ||
} |
79 changes: 40 additions & 39 deletions
79
Packs/CommonTypes/IncidentFields/incidentfield-Manager_Name.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
{ | ||
"id": "incident_managername", | ||
"version": -1, | ||
"modified": "2020-09-06T10:29:12.223513078Z", | ||
"name": "Manager Name", | ||
"ownerOnly": false, | ||
"description": "Manager Name", | ||
"cliName": "managername", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"SysAid Change", | ||
"SysAid Incident", | ||
"SysAid Problem", | ||
"SysAid Request", | ||
"IAM - New Hire", | ||
"IAM - Terminate User", | ||
"IAM - Update User", | ||
"User Profile", | ||
"IAM - Sync User", | ||
"IAM - Rehire User" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.0.0" | ||
{ | ||
"id": "incident_managername", | ||
"version": -1, | ||
"modified": "2020-09-06T10:29:12.223513078Z", | ||
"name": "Manager Name", | ||
"ownerOnly": false, | ||
"description": "Manager Name", | ||
"cliName": "managername", | ||
"type": "shortText", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"associatedTypes": [ | ||
"SysAid Change", | ||
"SysAid Incident", | ||
"SysAid Problem", | ||
"SysAid Request", | ||
"IAM - New Hire", | ||
"IAM - Terminate User", | ||
"IAM - Update User", | ||
"User Profile", | ||
"IAM - Sync User", | ||
"IAM - Rehire User", | ||
"Exabeam Notable User" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "5.0.0" | ||
} |
67 changes: 34 additions & 33 deletions
67
Packs/CommonTypes/IncidentFields/incidentfield-Mobile_Phone.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
{ | ||
"associatedToAll": false, | ||
"associatedTypes": [ | ||
"User Profile", | ||
"IAM - New Hire", | ||
"IAM - Update User", | ||
"IAM - Terminate User", | ||
"IAM - Sync User", | ||
"IAM - Rehire User" | ||
], | ||
"caseInsensitive": true, | ||
"cliName": "mobilephone", | ||
"closeForm": false, | ||
"content": true, | ||
"editForm": true, | ||
"group": 0, | ||
"hidden": false, | ||
"id": "incident_mobilephone", | ||
"isReadOnly": false, | ||
"locked": false, | ||
"name": "Mobile Phone", | ||
"neverSetAsRequired": false, | ||
"ownerOnly": false, | ||
"required": false, | ||
"sla": 0, | ||
"system": false, | ||
"threshold": 72, | ||
"type": "shortText", | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"useAsKpi": false, | ||
"version": -1, | ||
"fromVersion": "5.0.0" | ||
{ | ||
"associatedToAll": false, | ||
"associatedTypes": [ | ||
"User Profile", | ||
"IAM - New Hire", | ||
"IAM - Update User", | ||
"IAM - Terminate User", | ||
"IAM - Sync User", | ||
"IAM - Rehire User", | ||
"Exabeam Notable User" | ||
], | ||
"caseInsensitive": true, | ||
"cliName": "mobilephone", | ||
"closeForm": false, | ||
"content": true, | ||
"editForm": true, | ||
"group": 0, | ||
"hidden": false, | ||
"id": "incident_mobilephone", | ||
"isReadOnly": false, | ||
"locked": false, | ||
"name": "Mobile Phone", | ||
"neverSetAsRequired": false, | ||
"ownerOnly": false, | ||
"required": false, | ||
"sla": 0, | ||
"system": false, | ||
"threshold": 72, | ||
"type": "shortText", | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"useAsKpi": false, | ||
"version": -1, | ||
"fromVersion": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.