Alert interface
属性
alert |
警报的标识符。 这在 Azure DevOps 组织中是不可思的。 |
alert |
警报的类型。 例如机密、代码等。 |
confidence | 警报的置信度。 |
dismissal | 包含警报已消除时消除警报的信息。 |
first |
此值由服务计算并返回。 此值表示服务在分析实例中首次看到报告此问题的时间。 |
fixed |
此值由服务计算并返回。 如果问题已修复,则此值表示服务在分析实例中发现此问题已修复的时间。 |
git |
对 git 对象的引用,例如 branch ref。 |
introduced |
此值由服务计算并返回。 此值表示首次引入漏洞。 |
last |
此值由服务计算并返回。 此值表示服务上次在分析实例中报告此问题的时间。 |
logical |
警报的逻辑位置。 此值由服务计算并返回。 它是基于所有分析配置的结果的值。 逻辑位置的一个示例是组件。 |
physical |
此值由服务计算并返回。 它是基于所有分析配置的结果的值。 物理位置的一个示例是文件位置。 |
relations | 警报与其他项目之间的关系。 |
repository |
检测到警报的存储库 URL。 |
severity | 警报的严重性。 |
state | 此值由服务计算并返回。 它是基于所有分析配置的结果的值。 |
title | 标题将仅呈现为文本,不支持 Markdown 格式。 最大字符数限制为 256。 |
tools | 检测到此问题的工具。 |
truncated |
与警报相关的机密的截断/模糊处理版本 ((如果适用)) 。 |
validation |
机密活动检查的 ValidationFingerprints。 仅在 Get API 中按需返回,而 Expand 参数设置为 ValidationFingerprint (列表 API) |
属性详细信息
alertId
警报的标识符。 这在 Azure DevOps 组织中是不可思的。
alertId: number
属性值
number
alertType
confidence
dismissal
firstSeenDate
此值由服务计算并返回。 此值表示服务在分析实例中首次看到报告此问题的时间。
firstSeenDate: Date
属性值
Date
fixedDate
此值由服务计算并返回。 如果问题已修复,则此值表示服务在分析实例中发现此问题已修复的时间。
fixedDate: Date
属性值
Date
gitRef
对 git 对象的引用,例如 branch ref。
gitRef: string
属性值
string
introducedDate
此值由服务计算并返回。 此值表示首次引入漏洞。
introducedDate: Date
属性值
Date
lastSeenDate
此值由服务计算并返回。 此值表示服务上次在分析实例中报告此问题的时间。
lastSeenDate: Date
属性值
Date
logicalLocations
警报的逻辑位置。 此值由服务计算并返回。 它是基于所有分析配置的结果的值。 逻辑位置的一个示例是组件。
logicalLocations: LogicalLocation[]
属性值
physicalLocations
此值由服务计算并返回。 它是基于所有分析配置的结果的值。 物理位置的一个示例是文件位置。
physicalLocations: PhysicalLocation[]
属性值
relations
repositoryUrl
检测到警报的存储库 URL。
repositoryUrl: string
属性值
string
severity
state
title
标题将仅呈现为文本,不支持 Markdown 格式。 最大字符数限制为 256。
title: string
属性值
string
tools
truncatedSecret
与警报相关的机密的截断/模糊处理版本 ((如果适用)) 。
truncatedSecret: string
属性值
string
validationFingerprints
机密活动检查的 ValidationFingerprints。 仅在 Get API 中按需返回,而 Expand 参数设置为 ValidationFingerprint (列表 API)
validationFingerprints: ValidationFingerprint[]