Retrieve a Google Cloud storage account
GET /accounts/gcp/{cloudProviderAccountId}
Retrieves a Google Cloud storage account using the public ID.
|
|
This operation is deprecated. |
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
cloudProviderAccountId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
accessKey |
string |
False |
|
accountName |
string |
False |
|
accountType |
string |
False |
|
occmRole |
string |
False |
|
publicId |
string |
True |
|
vsaList |
True |
Example error response
{
"accessKey": "string",
"accountName": "string",
"accountType": "string",
"occmRole": "string",
"publicId": "string",
"vsaList": [
{
"name": "string",
"publicId": "string",
"workingEnvironmentType": "string"
}
]
}
Definitions
See Definitions
AccountWorkingEnvironmentResponse
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
False |
|
publicId |
string |
False |
|
workingEnvironmentType |
string |
False |