Cloud KMS V1 Client - Class AddQuorumMember (2.6.0)

Reference documentation and code samples for the Cloud KMS V1 Client class AddQuorumMember.

Add a quorum member to the SingleTenantHsmInstance.

This will increase the total_approver_count by 1. The SingleTenantHsmInstance must be in the ACTIVE state to perform this operation.

Generated from protobuf message google.cloud.kms.v1.SingleTenantHsmInstanceProposal.AddQuorumMember

Namespace

Google \ Cloud \ Kms \ V1 \ SingleTenantHsmInstanceProposal

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ two_factor_public_key_pem string

Required. The public key associated with the 2FA key for the new quorum member to add. Public keys must be associated with RSA 2048 keys.

getTwoFactorPublicKeyPem

Required. The public key associated with the 2FA key for the new quorum member to add. Public keys must be associated with RSA 2048 keys.

Returns
Type Description
string

setTwoFactorPublicKeyPem

Required. The public key associated with the 2FA key for the new quorum member to add. Public keys must be associated with RSA 2048 keys.

Parameter
Name Description
var string
Returns
Type Description
$this