Skip to main content

Retrieve a Google Cloud storage account

GET /accounts/gcp/{cloudProviderAccountId}

Retrieves a Google Cloud storage account using the public ID.

Caution This operation is deprecated.

Parameters

Name Type In Required Description

cloudProviderAccountId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

publicId

string

True

accountName

string

False

accountType

string

False

accessKey

string

False

vsaList

array[AccountWorkingEnvironmentResponse]

True

occmRole

string

False

Example error response
{
  "publicId": "string",
  "accountName": "string",
  "accountType": "string",
  "accessKey": "string",
  "vsaList": [
    {
      "publicId": "string",
      "name": "string",
      "workingEnvironmentType": "string"
    }
  ],
  "occmRole": "string"
}

Definitions

See Definitions

AccountWorkingEnvironmentResponse

Name Type Required Description

publicId

string

False

name

string

False

workingEnvironmentType

string

False