Google Cloud Gke Hub V1 Client - Class SecurityPostureConfig (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class SecurityPostureConfig.

SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.

Generated from protobuf message google.cloud.gkehub.v1.SecurityPostureConfig

Namespace

Google \ Cloud \ GkeHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ mode int

Sets which mode to use for Security Posture features.

↳ vulnerability_mode int

Sets which mode to use for vulnerability scanning.

getMode

Sets which mode to use for Security Posture features.

Returns
Type Description
int Enum of type Mode.

setMode

Sets which mode to use for Security Posture features.

Parameter
Name Description
var int

Enum of type Mode.

Returns
Type Description
$this

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