Skip to content

gcpBulkSetCloudAccountProperties

Sets the properties of GCP cloud accounts.

Arguments

Argument Type Description
input (required) GcpBulkSetCloudAccountPropertiesInput! Input required to set the properties of GCP cloud accounts in bulk.

Returns

Boolean!

Sample

mutation GcpBulkSetCloudAccountProperties($input: GcpBulkSetCloudAccountPropertiesInput!) {
  gcpBulkSetCloudAccountProperties(input: $input)
}
{
  "input": {
    "cloudAccountIds": [
      "00000000-0000-0000-0000-000000000000"
    ],
    "projectCredentialsJwt": "example-string"
  }
}
{
  "data": {
    "gcpBulkSetCloudAccountProperties": true
  }
}