ServerVulnerabilityProperties Class

Definition

Additional context fields for server vulnerability assessment.

public class ServerVulnerabilityProperties : Azure.ResourceManager.SecurityCenter.Models.SecuritySubAssessmentAdditionalInfo
public class ServerVulnerabilityProperties : Azure.ResourceManager.SecurityCenter.Models.SecuritySubAssessmentAdditionalInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.ServerVulnerabilityProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.ServerVulnerabilityProperties>
type ServerVulnerabilityProperties = class
    inherit SecuritySubAssessmentAdditionalInfo
type ServerVulnerabilityProperties = class
    inherit SecuritySubAssessmentAdditionalInfo
    interface IJsonModel<ServerVulnerabilityProperties>
    interface IPersistableModel<ServerVulnerabilityProperties>
Public Class ServerVulnerabilityProperties
Inherits SecuritySubAssessmentAdditionalInfo
Public Class ServerVulnerabilityProperties
Inherits SecuritySubAssessmentAdditionalInfo
Implements IJsonModel(Of ServerVulnerabilityProperties), IPersistableModel(Of ServerVulnerabilityProperties)
Inheritance
ServerVulnerabilityProperties
Implements

Constructors

ServerVulnerabilityProperties()

Initializes a new instance of ServerVulnerabilityProperties.

Properties

Cve

List of CVEs.

Cvss

Dictionary from cvss version to cvss details object.

IsPatchable

Indicates whether a patch is available or not.

PublishedOn

Published time.

ServerVulnerabilityType

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

Threat

Threat name.

VendorReferences

Gets the vendor references.

Explicit Interface Implementations

IJsonModel<SecuritySubAssessmentAdditionalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IJsonModel<SecuritySubAssessmentAdditionalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IJsonModel<ServerVulnerabilityProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServerVulnerabilityProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecuritySubAssessmentAdditionalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IPersistableModel<SecuritySubAssessmentAdditionalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IPersistableModel<SecuritySubAssessmentAdditionalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecuritySubAssessmentAdditionalInfo)
IPersistableModel<ServerVulnerabilityProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerVulnerabilityProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServerVulnerabilityProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to