Class: Aws::GuardDuty::Types::KubernetesUserDetails

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

Overview

Details about the Kubernetes user involved in a Kubernetes finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<String>

The groups that include the user who called the Kubernetes API.

Returns:

  • (Array<String>)


5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-guardduty/types.rb', line 5050

class KubernetesUserDetails < Struct.new(
  :username,
  :uid,
  :groups,
  :session_name,
  :impersonated_user)
  SENSITIVE = []
  include Aws::Structure
end

#impersonated_userTypes::ImpersonatedUser

Information about the impersonated user.



5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-guardduty/types.rb', line 5050

class KubernetesUserDetails < Struct.new(
  :username,
  :uid,
  :groups,
  :session_name,
  :impersonated_user)
  SENSITIVE = []
  include Aws::Structure
end

#session_nameArray<String>

Entity that assumes the IAM role when Kubernetes RBAC permissions are assigned to that role.

Returns:

  • (Array<String>)


5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-guardduty/types.rb', line 5050

class KubernetesUserDetails < Struct.new(
  :username,
  :uid,
  :groups,
  :session_name,
  :impersonated_user)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

The user ID of the user who called the Kubernetes API.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-guardduty/types.rb', line 5050

class KubernetesUserDetails < Struct.new(
  :username,
  :uid,
  :groups,
  :session_name,
  :impersonated_user)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The username of the user who called the Kubernetes API.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-guardduty/types.rb', line 5050

class KubernetesUserDetails < Struct.new(
  :username,
  :uid,
  :groups,
  :session_name,
  :impersonated_user)
  SENSITIVE = []
  include Aws::Structure
end