Module: Google::Cloud::Container::V1beta1::SecurityPostureConfig::Mode
- Defined in:
- proto_docs/google/container/v1beta1/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 =
Deprecated: Security Posture Enterprise features are no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation.
Applies the Security Posture off cluster Enterprise level features.
3