Remove-VBRGoogleCloudComputeAccount
Short Description
Removes Google Cloud service account credentials records.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRGoogleCloudComputeAccount -Account <VBRGoogleCloudComputeAccount> [<CommonParameters>] |
Detailed Description
This cmdlet removes Google Cloud service account credentials records.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies a Google Cloud service account credentials record that you want to remove.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Removing Google Cloud Service Account Credentials Record
This example shows how to remove the GCP service account 1 Google Cloud service account credentials record.
|
$account = Get-VBRGoogleCloudComputeAccount -Name "GCP service account 1" Remove-VBRGoogleCloudComputeAccount -Account $account |
Perform the following steps:
- Run the
Get-VBRGoogleCloudComputeAccountReturns Google Cloud service account credentials record. cmdlet. Specify theNameparameter value. Save the result to the$accountvariable. - Run the
Remove-VBRGoogleCloudComputeAccountcmdlet. Set the$accountvariable as theAccountparameter.
Related Commands
Get-VBRGoogleCloudAccountReturns Google Cloud credentials records.