ActorUser

class ActorUser

Contains information about the credentials used by the threat actor identified in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty enabled. For more information, see GuardDuty Extended Threat Detection in the Amazon GuardDuty User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account of the threat actor.

Link copied to clipboard

Unique identifier of the threat actor’s user credentials.

Link copied to clipboard
val name: String?

The name of the threat actor.

Link copied to clipboard
val type: String?

The type of user.

Link copied to clipboard
val uid: String?

The unique identifier of the threat actor.

Functions

Link copied to clipboard
inline fun copy(block: ActorUser.Builder.() -> Unit = {}): ActorUser
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String