Class: Aws::SecurityHub::Types::ActorUser

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

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 and GuardDuty S3 Protection enabled. For more information, see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.

[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountTypes::UserAccount

The account of the threat actor.

Returns:



393
394
395
396
397
398
399
400
401
# File 'lib/aws-sdk-securityhub/types.rb', line 393

class ActorUser < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#credential_uidString

Unique identifier of the threat actor’s user credentials.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
# File 'lib/aws-sdk-securityhub/types.rb', line 393

class ActorUser < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the threat actor.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
# File 'lib/aws-sdk-securityhub/types.rb', line 393

class ActorUser < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of user.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
# File 'lib/aws-sdk-securityhub/types.rb', line 393

class ActorUser < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

The unique identifier of the threat actor.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
# File 'lib/aws-sdk-securityhub/types.rb', line 393

class ActorUser < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end