VulnerabilityAssessmentScanRecord interface
弱點評估掃描記錄。
- Extends
屬性
| end |
掃描結束時間(UTC)。 |
| errors | 掃描錯誤。 |
| number |
安全性檢查失敗的數目。 |
| scan |
掃描標識碼。 |
| start |
掃描開始時間 (UTC)。 |
| state | 掃描狀態。 |
| storage |
掃描結果記憶體容器路徑。 |
| trigger |
掃描觸發程序類型。 |
繼承的屬性
| id | 資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| type | 資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」 |
屬性詳細資料
endTime
掃描結束時間(UTC)。
endTime?: Date
屬性值
Date
errors
numberOfFailedSecurityChecks
安全性檢查失敗的數目。
numberOfFailedSecurityChecks?: number
屬性值
number
scanId
掃描標識碼。
scanId?: string
屬性值
string
startTime
掃描開始時間 (UTC)。
startTime?: Date
屬性值
Date
state
掃描狀態。
state?: string
屬性值
string
storageContainerPath
掃描結果記憶體容器路徑。
storageContainerPath?: string
屬性值
string
triggerType
掃描觸發程序類型。
triggerType?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
屬性值
string
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。
systemData?: SystemData
屬性值
type
資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」
type?: string
屬性值
string