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