DeviceCVE class
This data object contains information about a specific common vulnerabilities and exposures (CVE).
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string Id { get; set; }
- CVE ID
- public string Name { get; set; }
- CVE name
- public string Severity { get; set; }
- CVE severity
- public string Link { get; set; }
- Link where the CVE is detailed
- public LXCOComponentVersion FixedVersion { get; set; }
- Component version which fixes this vulnerability
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