Details
| ID | ContextContains |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Searches for a value in a context path.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags |
Inputs
| Argument Name | Description |
|---|---|
| path | The path in the context. |
| value | The value to search for. |
Outputs
There are no outputs for this script.
commonfields: id: ContextContains version: -1 name: ContextContains script: '' type: python subtype: python3 tags: [] comment: This script searches for a value in a context path. enabled: true args: - name: path description: Path in the context. - name: value required: true default: true description: Value to search. scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)