Show / Hide Table of Contents

Class ExploitAttemptEvent

Information about the exploit attempt event.

Inheritance
object
Event
ExploitAttemptEvent
Inherited Members
Event.Id
Event.EventSummary
Event.CompartmentId
Event.EventDetails
Event.ResourceId
Event.SystemDetails
Event.TimeOccurred
Event.TimeCreated
Event.TimeUpdated
Event.LifecycleState
Event.LifecycleDetails
Event.IsManagedByAutonomousLinux
Event.FreeformTags
Event.DefinedTags
Event.SystemTags
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 ExploitAttemptEvent : Event

Properties

Data

Declaration
[Required(ErrorMessage = "Data is required.")]
[JsonProperty(PropertyName = "data")]
public ExploitAttemptEventData Data { get; set; }
Property Value
Type Description
ExploitAttemptEventData
Remarks

Required

In this article
Back to top