SingleQueryResultOutput interface
Properties
| description | Describes what is the signature enforces |
| destination |
Describes the list of destination ports related to this signature |
| direction | Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional |
| group | Describes the groups the signature belongs to |
| inherited |
Describes if this override is inherited from base policy or not |
| last |
Describes the last updated time of the signature (provided from 3rd party vendor) |
| mode | The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny |
| protocol | Describes the protocol the signatures is being enforced in |
| severity | Describes the severity of signature: 1 - Low, 2 - Medium, 3 - High |
| signature |
The ID of the signature |
| source |
Describes the list of source ports related to this signature |
Property Details
description
Describes what is the signature enforces
description?: string
Property Value
string
destinationPorts
Describes the list of destination ports related to this signature
destinationPorts?: string[]
Property Value
string[]
direction
Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional
direction?: "0" | "1" | "2"
Property Value
"0" | "1" | "2"
group
Describes the groups the signature belongs to
group?: string
Property Value
string
inheritedFromParentPolicy
Describes if this override is inherited from base policy or not
inheritedFromParentPolicy?: boolean
Property Value
boolean
lastUpdated
Describes the last updated time of the signature (provided from 3rd party vendor)
lastUpdated?: string
Property Value
string
mode
The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny
mode?: "0" | "1" | "2"
Property Value
"0" | "1" | "2"
protocol
Describes the protocol the signatures is being enforced in
protocol?: string
Property Value
string
severity
Describes the severity of signature: 1 - Low, 2 - Medium, 3 - High
severity?: "1" | "2" | "3"
Property Value
"1" | "2" | "3"
signatureId
The ID of the signature
signatureId?: number
Property Value
number
sourcePorts
Describes the list of source ports related to this signature
sourcePorts?: string[]
Property Value
string[]