Get-VBRGoogleCloudComputeAccount
Short Description
Returns Google Cloud service account credentials record.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRGoogleCloudComputeAccount [-Id <Guid>] [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Google Cloud service account credential records.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of the service account. The cmdlet will return the service account with this ID. |
|
False |
Named |
False |
|
Name |
Specifies a name of the service account. The cmdlet will return the service account with this name. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Google Cloud Service Account by ID
|
This command gets a Google Cloud service account credentials record with the
|
Example 2. Getting Google Cloud Service Account by Name
|
This command gets a Google Cloud credentials record with the
|