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


4246
4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4246

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

#impersonated_userTypes::ImpersonatedUser

Information about the impersonated user.



4246
4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4246

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


4246
4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4246

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)


4246
4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4246

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)


4246
4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4246

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