INPUT_OBJECT

GcpBulkSetCloudAccountPropertiesInput

Description

Input required to set the properties of GCP cloud account in bulk.

link GraphQL Schema definition

  • input GcpBulkSetCloudAccountPropertiesInput {
  • # List of cloud accounts for which the property update is to be performed.
  • cloudAccountIds: [UUID!]!
  • # Credentials to be used for cloud interactions for the project.
  • projectCredentialsJwt: String!
  • }

link Require by