ExploitAttemptEventData

class oci.os_management_hub.models.ExploitAttemptEventData(**kwargs)

Bases: object

Information about the exploit attempt event.

Methods

__init__(**kwargs) Initializes a new ExploitAttemptEventData object with values from keyword arguments.

Attributes

additional_details Gets the additional_details of this ExploitAttemptEventData.
content Gets the content of this ExploitAttemptEventData.
count [Required] Gets the count of this ExploitAttemptEventData.
__init__(**kwargs)

Initializes a new ExploitAttemptEventData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
additional_details

Gets the additional_details of this ExploitAttemptEventData.

Returns:The additional_details of this ExploitAttemptEventData.
Return type:oci.os_management_hub.models.ExploitAttemptAdditionalDetails
content

Gets the content of this ExploitAttemptEventData.

Returns:The content of this ExploitAttemptEventData.
Return type:oci.os_management_hub.models.ExploitAttemptEventContent
count

[Required] Gets the count of this ExploitAttemptEventData. Number of times the event has occurred.

Returns:The count of this ExploitAttemptEventData.
Return type:int