INPUT_OBJECT

GcpCloudAccountUpgradeProjectsInput

Description

Input required to upgrade a list of GCP projects.

link GraphQL Schema definition

  • input GcpCloudAccountUpgradeProjectsInput {
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # List of GCP project IDs to be upgraded.
  • projectIds: [UUID!]!
  • # Cloud account feature.
  • feature: CloudAccountFeature!
  • }

link Require by