Class: Aws::GuardDuty::Types::SecurityContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::SecurityContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Container security context.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_privilege_escalation ⇒ Boolean
Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process.
-
#privileged ⇒ Boolean
Whether the container is privileged.
Instance Attribute Details
#allow_privilege_escalation ⇒ Boolean
Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process.
8592 8593 8594 8595 8596 8597 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8592 class SecurityContext < Struct.new( :privileged, :allow_privilege_escalation) SENSITIVE = [] include Aws::Structure end |
#privileged ⇒ Boolean
Whether the container is privileged.
8592 8593 8594 8595 8596 8597 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8592 class SecurityContext < Struct.new( :privileged, :allow_privilege_escalation) SENSITIVE = [] include Aws::Structure end |