PopulateCriticalAssets
Populates critical assets in a grid field that has the section headers "Asset Type" and "Asset Name".
python · Common Scripts
Details
| ID | PopulateCriticalAssets |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Populates critical assets in a grid field that has the section headers “Asset Type” and “Asset Name”.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Used In
This script is used in the following playbooks and scripts.
- Calculate Severity - Critical Assets v2
Inputs
| Argument Name | Description |
|---|---|
| critical_assets | A list of all critical assets. Received as output from “Calculate Severity - Critical Assets v2” playbook. |
Outputs
There are no outputs for this script.
commonfields: id: PopulateCriticalAssets version: -1 name: PopulateCriticalAssets comment: Populates critical assets in a grid field that has the section headers "Asset Type" and "Asset Name". script: '-' type: python subtype: python3 tags: [] enabled: true args: - name: critical_assets required: true description: A list of all critical assets. Received as output from "Calculate Severity - Critical Assets v2" playbook. isArray: true scripttarget: 0 runas: DBotWeakRole tests: - Calculate Severity - Generic v2 - Test fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775