RubrikSonarSetIncidentSeverityUsingUserRiskLevel
Script used to set the incident severity using the risk level(s) provided from the argument.
python · Rubrik Security Cloud
Details
| ID | RubrikSonarSetIncidentSeverityUsingUserRiskLevel |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Script used to set the incident severity using the risk level(s) provided from the argument.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| risk_levels | The comma-separated list of risk levels. Supported values are: UNKNOWN_RISK, HIGH_RISK, MEDIUM_RISK, LOW_RISK, NO_RISK. |
Outputs
There are no outputs for this script.
args: - description: "The comma-separated list of risk levels.\n\nSupported values are: UNKNOWN_RISK, HIGH_RISK, MEDIUM_RISK, LOW_RISK, NO_RISK." name: risk_levels auto: PREDEFINED predefined: - UNKNOWN_RISK - HIGH_RISK - MEDIUM_RISK - LOW_RISK - NO_RISK isArray: true comment: 'Script used to set the incident severity using the risk level(s) provided from the argument.' commonfields: id: RubrikSonarSetIncidentSeverityUsingUserRiskLevel version: -1 enabled: false name: RubrikSonarSetIncidentSeverityUsingUserRiskLevel script: '-' system: false timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 6.5.0 marketplaces: - xsoar - marketplacev2 - platform