VulnerabilityAssessmentScanRecord Class
A vulnerability assessment scan record.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceVulnerabilityAssessmentScanRecord
Constructor
VulnerabilityAssessmentScanRecord(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
scan_id
|
The scan ID. |
trigger_type
|
The scan trigger type. Possible values include: "OnDemand", "Recurring". |
state
|
The scan status. Possible values include: "Passed", "Failed", "FailedToRun", "InProgress". |
start_time
|
The scan start time (UTC). |
end_time
|
The scan end time (UTC). |
errors
|
The scan errors. |
storage_container_path
|
The scan results storage container path. |
number_of_failed_security_checks
|
The number of failed security checks. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python