SingleQueryResult 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 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound |
| 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 - High, 2 - Medium, 3 - Low |
| 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 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound
direction?: FirewallPolicyIdpsSignatureDirection
Property Value
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?: FirewallPolicyIdpsSignatureMode
Property Value
protocol
Describes the protocol the signatures is being enforced in
protocol?: string
Property Value
string
severity
Describes the severity of signature: 1 - High, 2 - Medium, 3 - Low
severity?: FirewallPolicyIdpsSignatureSeverity
Property Value
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[]