你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerVulnerabilityProperties type

服务器漏洞评估的其他上下文字段

type ServerVulnerabilityProperties = AdditionalData & {
  assessedResourceType: "ServerVulnerabilityAssessment"
  cve?: Cve[]
  cvss?: { [propertyName: string]: Cvss }
  patchable?: boolean
  publishedTime?: Date
  threat?: string
  type?: string
  vendorReferences?: VendorReference[]
}