Show / Hide Table of Contents

Class ExploitAttemptAdditionalDetails

Provides additional information about the Ksplice known exploit detection.

Inheritance
object
ExploitAttemptAdditionalDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ExploitAttemptAdditionalDetails

Properties

ExploitCves

Declaration
[Required(ErrorMessage = "ExploitCves is required.")]
[JsonProperty(PropertyName = "exploitCves")]
public List<string> ExploitCves { get; set; }
Property Value
Type Description
List<string>

List of CVEs in the exploit.

Remarks

Required

In this article
Back to top