SecurityPostureConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
mode |
google.cloud.container_v1.types.SecurityPostureConfig.Mode
Sets which mode to use for Security Posture features. This field is a member of oneof_ _mode.
|
vulnerability_mode |
google.cloud.container_v1.types.SecurityPostureConfig.VulnerabilityMode
Sets which mode to use for vulnerability scanning. This field is a member of oneof_ _vulnerability_mode.
|
Classes
Mode
Mode(value)Mode defines enablement mode for GKE Security posture features.
Applies the Security Posture off cluster
Enterprise level features.
VulnerabilityMode
VulnerabilityMode(value)VulnerabilityMode defines enablement mode for vulnerability scanning.
Applies basic vulnerability scanning on the
cluster.
VULNERABILITY_ENTERPRISE (3):
Applies the Security Posture's vulnerability
on cluster Enterprise level features.