Google Cloud Container V1 Client - Class SecretManagerConfig (2.7.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class SecretManagerConfig.

SecretManagerConfig is config for secret manager enablement.

Generated from protobuf message google.container.v1.SecretManagerConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enabled bool

Enable/Disable Secret Manager Config.

↳ rotation_config SecretManagerConfig\RotationConfig

Rotation config for secret manager.

getEnabled

Enable/Disable Secret Manager Config.

Returns
Type Description
bool

hasEnabled

clearEnabled

setEnabled

Enable/Disable Secret Manager Config.

Parameter
Name Description
var bool
Returns
Type Description
$this

getRotationConfig

Rotation config for secret manager.

Returns
Type Description
SecretManagerConfig\RotationConfig|null

hasRotationConfig

clearRotationConfig

setRotationConfig

Rotation config for secret manager.

Parameter
Name Description
var SecretManagerConfig\RotationConfig
Returns
Type Description
$this