你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VulnerabilityAssessmentScanRecord interface
漏洞评估扫描记录。
- 扩展
属性
end |
扫描结束时间 (UTC) 。 注意:此属性不会序列化。 它只能由服务器填充。 |
errors | 扫描错误。 注意:此属性不会序列化。 它只能由服务器填充。 |
number |
安全检查失败的次数。 注意:此属性不会序列化。 它只能由服务器填充。 |
scan |
扫描 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
start |
扫描开始时间 (UTC) 。 注意:此属性不会序列化。 它只能由服务器填充。 |
state | 扫描状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
storage |
扫描结果存储容器路径。 注意:此属性不会序列化。 它只能由服务器填充。 |
trigger |
扫描触发器类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
id | 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
endTime
扫描结束时间 (UTC) 。 注意:此属性不会序列化。 它只能由服务器填充。
endTime?: Date
属性值
Date
errors
扫描错误。 注意:此属性不会序列化。 它只能由服务器填充。
errors?: VulnerabilityAssessmentScanError[]
属性值
numberOfFailedSecurityChecks
安全检查失败的次数。 注意:此属性不会序列化。 它只能由服务器填充。
numberOfFailedSecurityChecks?: number
属性值
number
scanId
扫描 ID。 注意:此属性不会序列化。 它只能由服务器填充。
scanId?: string
属性值
string
startTime
扫描开始时间 (UTC) 。 注意:此属性不会序列化。 它只能由服务器填充。
startTime?: Date
属性值
Date
state
扫描状态。 注意:此属性不会序列化。 它只能由服务器填充。
state?: string
属性值
string
storageContainerPath
扫描结果存储容器路径。 注意:此属性不会序列化。 它只能由服务器填充。
storageContainerPath?: string
属性值
string
triggerType
扫描触发器类型。 注意:此属性不会序列化。 它只能由服务器填充。
triggerType?: string
属性值
string