SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.
| JSON representation |
|---|
{ "mode": enum ( |
| Fields | |
|---|---|
mode |
Sets which mode to use for Security Posture features. |
vulnerabilityMode |
Sets which mode to use for vulnerability scanning. |
SecurityPostureConfig.Mode
Mode defines enablement mode for GKE Security posture features.
| Enums | |
|---|---|
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. |
SecurityPostureConfig.VulnerabilityMode
VulnerabilityMode defines enablement mode for vulnerability scanning.
| Enums | |
|---|---|
VULNERABILITY_MODE_UNSPECIFIED |
Default value not specified. |
VULNERABILITY_DISABLED |
Disables vulnerability scanning on the cluster. |
VULNERABILITY_BASIC |
Applies basic vulnerability scanning on the cluster. |
VULNERABILITY_ENTERPRISE |
Applies the Security Posture's vulnerability on cluster Enterprise level features. |