RubrikPushDSPMViolationStatus
Syncs the DSPM violation status from XSOAR to RSC.
python · Rubrik Security Cloud
Details
| ID | RubrikPushDSPMViolationStatus |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | field-change-triggered |
README
Syncs the DSPM violation status from XSOAR to RSC.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | field-change-triggered |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| violation_id | The ID of the DSPM Violation. Note: If not provided, the script will try to retrieve it from the incident context. |
| violation_status | The status to update for violation. Note: If not provided, the script will try to retrieve it from the incident context. |
Outputs
There are no outputs for this script.
commonfields: id: RubrikPushDSPMViolationStatus version: -1 name: RubrikPushDSPMViolationStatus script: '' type: python tags: - field-change-triggered comment: Syncs the DSPM violation status from XSOAR to RSC. enabled: true args: - name: violation_id description: "The ID of the DSPM Violation.\n\nNote: If not provided, the script will try to retrieve it from the incident context." - name: violation_status description: "The status to update for violation.\n\nNote: If not provided, the script will try to retrieve it from the incident context." auto: PREDEFINED predefined: - UNSPECIFIED - OPEN - IN_PROGRESS - REMEDIATED - DISMISSED - CLOSED scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)