Show / Hide Table of Contents

Class ExploitAttemptEventContent

Provides information collected for the exploit attempt event.

Inheritance
object
EventContent
ExploitAttemptEventContent
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 ExploitAttemptEventContent : EventContent

Properties

ExploitDetectionLogContent

Declaration
[JsonProperty(PropertyName = "exploitDetectionLogContent")]
public string ExploitDetectionLogContent { get; set; }
Property Value
Type Description
string

The content of the exploit detection log.

ExploitObjectStoreLocation

Declaration
[JsonProperty(PropertyName = "exploitObjectStoreLocation")]
public string ExploitObjectStoreLocation { get; set; }
Property Value
Type Description
string

The location of the exploit detection log within object storage.

In this article
Back to top