| Name | Type | Description |
|---|---|---|
| operator | str | The logic operator for the group (AND, OR, NOT) |
| clauses | list[SecurityScreenClause] | The logic clauses in the group |
| groups | list[SecurityScreenGroup] | The nested groups within the group |
| Name | Type | Description |
|---|---|---|
| operator | str | The logic operator for the group (AND, OR, NOT) |
| clauses | list[SecurityScreenClause] | The logic clauses in the group |
| groups | list[SecurityScreenGroup] | The nested groups within the group |