Class ExploitAttemptEventData
Information about the exploit attempt event.
Inherited Members
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