Class: Aws::GuardDuty::Types::KubernetesUserDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesUserDetails
- 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
-
#groups ⇒ Array<String>
The groups that include the user who called the Kubernetes API.
-
#impersonated_user ⇒ Types::ImpersonatedUser
Information about the impersonated user.
-
#session_name ⇒ Array<String>
Entity that assumes the IAM role when Kubernetes RBAC permissions are assigned to that role.
-
#uid ⇒ String
The user ID of the user who called the Kubernetes API.
-
#username ⇒ String
The username of the user who called the Kubernetes API.
Instance Attribute Details
#groups ⇒ Array<String>
The groups that include the user who called the Kubernetes API.
4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4810 class KubernetesUserDetails < Struct.new( :username, :uid, :groups, :session_name, :impersonated_user) SENSITIVE = [] include Aws::Structure end |
#impersonated_user ⇒ Types::ImpersonatedUser
Information about the impersonated user.
4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4810 class KubernetesUserDetails < Struct.new( :username, :uid, :groups, :session_name, :impersonated_user) SENSITIVE = [] include Aws::Structure end |
#session_name ⇒ Array<String>
Entity that assumes the IAM role when Kubernetes RBAC permissions are assigned to that role.
4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4810 class KubernetesUserDetails < Struct.new( :username, :uid, :groups, :session_name, :impersonated_user) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
The user ID of the user who called the Kubernetes API.
4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4810 class KubernetesUserDetails < Struct.new( :username, :uid, :groups, :session_name, :impersonated_user) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username of the user who called the Kubernetes API.
4810 4811 4812 4813 4814 4815 4816 4817 4818 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4810 class KubernetesUserDetails < Struct.new( :username, :uid, :groups, :session_name, :impersonated_user) SENSITIVE = [] include Aws::Structure end |