Reference documentation and code samples for the Secret Manager V1 Client class Replication.
A policy that defines the replication and encryption configuration of data.
Generated from protobuf message google.cloud.secretmanager.v1.Replication
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ automatic
Google\Cloud\SecretManager\V1\Replication\Automatic
The Secret will automatically be replicated without any restrictions.
↳ user_managed
Google\Cloud\SecretManager\V1\Replication\UserManaged
The Secret will only be replicated into the locations specified.
getAutomatic
The Secret will automatically be replicated without any restrictions.
Generated from protobuf field .google.cloud.secretmanager.v1.Replication.Automatic automatic = 1;
hasAutomatic
setAutomatic
The Secret will automatically be replicated without any restrictions.
Generated from protobuf field .google.cloud.secretmanager.v1.Replication.Automatic automatic = 1;
$this
getUserManaged
The Secret will only be replicated into the locations specified.
Generated from protobuf field .google.cloud.secretmanager.v1.Replication.UserManaged user_managed = 2;
hasUserManaged
setUserManaged
The Secret will only be replicated into the locations specified.
Generated from protobuf field .google.cloud.secretmanager.v1.Replication.UserManaged user_managed = 2;
$this
getReplication
string