mode property

String? mode
getter/setter pair

Sets which mode to use for Security Posture features. Possible string values are:

  • "MODE_UNSPECIFIED" : Default value not specified.
  • "DISABLED" : Disables Security Posture features on the cluster.
  • "BASIC" : Applies Security Posture features on the cluster.
  • "ENTERPRISE" : Applies the Security Posture off cluster Enterprise level features.

Implementation

core.String? mode;