DeviceCVEDetails class
This data object contains information about common vulnerabilities and exposures (CVEs) for a specific device.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
PropertiesDeviceCVE
- public string Severity { get; set; }
- Highest severity key of all CVEs for the component. This can be one of the following values.
- critical. Devices with one or more critical CVEs
- noncritical. Devices with one or more high, medium, and low CVEs
- protected. Devices with no CVEs
- public int AvailableFixes { get; set; }
- Total number of CVEs available for this component
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback