Skip to main content

Update a Google Cloud storage account

PUT /accounts/gcp/{cloudProviderAccountId}

Updates an existing Google Cloud storage account.

Caution This operation is deprecated.

Parameters

Name Type In Required Description

cloudProviderAccountId

string

path

True

Request Body

Name Type Required Description

accountName

string

False

providerKeys

GcpKeysForCloudStorageWithValidation

True

Example request
{
  "accountName": "string",
  "providerKeys": {
    "accessKey": "string",
    "secretKey": "string"
  }
}

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

GcpKeysForCloudStorageWithValidation

Name Type Required Description

accessKey

string

False

secretKey

string

False

AccountWorkingEnvironmentResponse

Name Type Required Description

publicId

string

False

name

string

False

workingEnvironmentType

string

False