SingleQueryResultOutput interface
属性
| description | 描述签名强制实施的内容 |
| destination |
描述与此签名相关的目标端口列表 |
| direction | 描述要强制执行的方向签名:0 - 入站、1 - OutBound、2 - 双向 |
| group | 描述签名所属的组 |
| inherited |
描述此替代是否继承自基策略 |
| last |
描述签名的上次更新时间(由第三方供应商提供) |
| mode | 当前模式强制实施,0 - 已禁用,1 - 警报,2 -Deny |
| protocol | 描述正在强制执行签名的协议 |
| severity | 描述签名的严重性:1 - 低、2 - 中、3 - 高 |
| signature |
签名的 ID |
| source |
描述与此签名相关的源端口列表 |
属性详细信息
description
描述签名强制实施的内容
description?: string
属性值
string
destinationPorts
描述与此签名相关的目标端口列表
destinationPorts?: string[]
属性值
string[]
direction
描述要强制执行的方向签名:0 - 入站、1 - OutBound、2 - 双向
direction?: "0" | "1" | "2"
属性值
"0" | "1" | "2"
group
描述签名所属的组
group?: string
属性值
string
inheritedFromParentPolicy
描述此替代是否继承自基策略
inheritedFromParentPolicy?: boolean
属性值
boolean
lastUpdated
描述签名的上次更新时间(由第三方供应商提供)
lastUpdated?: string
属性值
string
mode
当前模式强制实施,0 - 已禁用,1 - 警报,2 -Deny
mode?: "0" | "1" | "2"
属性值
"0" | "1" | "2"
protocol
描述正在强制执行签名的协议
protocol?: string
属性值
string
severity
描述签名的严重性:1 - 低、2 - 中、3 - 高
severity?: "1" | "2" | "3"
属性值
"1" | "2" | "3"
signatureId
签名的 ID
signatureId?: number
属性值
number
sourcePorts
描述与此签名相关的源端口列表
sourcePorts?: string[]
属性值
string[]