ServerVulnerabilityProperties Class

Additional context fields for server vulnerability assessment.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.AdditionalData
ServerVulnerabilityProperties

Constructor

ServerVulnerabilityProperties(**kwargs)

Parameters

assessed_resource_type
str or AssessedResourceType
Required

Required. Sub-assessment resource type.Constant filled by server. Possible values include: "SqlServerVulnerability", "ContainerRegistryVulnerability", "ServerVulnerability".

Variables

type
str

Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered.

cvss
dict[str, CVSS]

Dictionary from cvss version to cvss details object.

patchable
bool

Indicates whether a patch is available or not.

cve
list[CVE]

List of CVEs.

threat
str

Threat name.

published_time
datetime

Published time.

vendor_references
list[VendorReference]