Show / Hide Table of Contents

Class ExploitAttemptEventData

Information about the exploit attempt event.

Inheritance
object
ExploitAttemptEventData
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 ExploitAttemptEventData

Properties

AdditionalDetails

Declaration
[JsonProperty(PropertyName = "additionalDetails")]
public ExploitAttemptAdditionalDetails AdditionalDetails { get; set; }
Property Value
Type Description
ExploitAttemptAdditionalDetails

Content

Declaration
[JsonProperty(PropertyName = "content")]
public ExploitAttemptEventContent Content { get; set; }
Property Value
Type Description
ExploitAttemptEventContent

Count

Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type Description
int?

Number of times the event has occurred.

Remarks

Required

In this article
Back to top