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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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>)


4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4200

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

#impersonated_userTypes::ImpersonatedUser

Information about the impersonated user.



4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4200

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>)


4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4200

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)


4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4200

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)


4200
4201
4202
4203
4204
4205
4206
4207
4208
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4200

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