Reference documentation and code samples for the Cloud KMS V1 Client class RemoveQuorumMember.
Remove a quorum member from the SingleTenantHsmInstance.
This will reduce 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.RemoveQuorumMember
Namespace
Google \ Cloud \ Kms \ V1 \ SingleTenantHsmInstanceProposalMethods
__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 quorum member to remove. Public keys must be associated with RSA 2048 keys. |
getTwoFactorPublicKeyPem
Required. The public key associated with the 2FA key for the quorum member to remove. 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 quorum member to remove. Public keys must be associated with RSA 2048 keys.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|