Module: Google::Cloud::Container::V1::SecurityPostureConfig::Mode
- Defined in:
 - proto_docs/google/container/v1/cluster_service.rb
 
Overview
Mode defines enablement mode for GKE Security posture features.
Constant Summary collapse
- MODE_UNSPECIFIED =
          
Default value not specified.
 0- DISABLED =
          
Disables Security Posture features on the cluster.
 1- BASIC =
          
Applies Security Posture features on the cluster.
 2- ENTERPRISE =
          
Applies the Security Posture off cluster Enterprise level features.
 3