How to Use Logic Statements
This logic table helps you to write logic statements for use in Scan Playbooks
Use the following to help you write logic statements for Scan Playbooks:
Name | Description | Example |
|---|---|---|
AND | All conditions must be met. |
|
AND Single Match | Single condition is met. | Red AND Green: Must contain red and green items. |
AND Group Match | Multiple conditions are met. | (Red AND Green) AND (Red AND White): Must |
OR | Any of the conditions can be met. |
|
OR Single Choice | Single condition is met. | Yellow OR Blue: Can contain yellow or blue items. |
OR Group Choice | Multiple conditions are met. | Yellow OR Blue OR Green:The matches must |