CaseMgmtIncidentTypesByRole

Restricts the Incident Types a user can create manually, based on their assigned XSOAR Role(s). Requirements - Create an XSOAR List called IncidentTypeRBAC with the following structure, the names must match exactly to the names in the Incident Types under Settings! Example List: { "Default":["Case","Job","Unclassified"], "Analyst":["Phishing","Malware"], "ThreatHunters":["Hunt"] }

python · CaseManagement-Generic

Details

IDCaseMgmtIncidentTypesByRole
Languagepython
From Version6.5.0
Docker Imagedemisto/python3:3.12.13.11879924
Tagsfield-display

README

Restricts the Incident Types a user can create manually, based on their assigned XSOAR Role(s).

Requirements - Create an XSOAR List called IncidentTypeRBAC with the following structure, the names must match exactly to the names in the Incident Types under Settings!

Example List:
{
“Default”:[“Case”,”Job”,”Unclassified”],
“Analyst”:[“Phishing”,”Malware”],
“ThreatHunters”:[“Hunt”]
}

Script Data


Name Description
Script Type python3
Tags field-display
Cortex XSOAR Version 6.5.0

Inputs


There are no inputs for this script.

Outputs


There are no outputs for this script.

comment: "Restricts the Incident Types a user can create manually, based on their assigned XSOAR Role(s). \n\nRequirements - Create an XSOAR List called IncidentTypeRBAC with the following structure, the names must match exactly to the names in the Incident Types under Settings!\n\nExample List:\n{\n\"Default\":[\"Case\",\"Job\",\"Unclassified\"],\n\"Analyst\":[\"Phishing\",\"Malware\"],\n\"ThreatHunters\":[\"Hunt\"]\n}"
commonfields:
  id: CaseMgmtIncidentTypesByRole
  version: -1
dockerimage: demisto/python3:3.12.13.11879924
enabled: true
name: CaseMgmtIncidentTypesByRole
runas: DBotWeakRole
script: ''
scripttarget: 0
subtype: python3
tags:
- field-display
type: python
fromversion: 6.5.0
tests:
- No tests (auto formatted)