Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class SecurityPostureConfig.
SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.
Generated from protobuf message google.cloud.gkemulticloud.v1.SecurityPostureConfig
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vulnerability_mode |
int
Sets which mode to use for vulnerability scanning. |
getVulnerabilityMode
Sets which mode to use for vulnerability scanning.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type VulnerabilityMode. |
setVulnerabilityMode
Sets which mode to use for vulnerability scanning.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type VulnerabilityMode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|