INPUT_OBJECT

GcpCloudAccountAddManualAuthProjectInput

Description

Input required to add a GCP cloud account manually.

link GraphQL Schema definition

  • input GcpCloudAccountAddManualAuthProjectInput {
  • # The native project ID of the GCP project.
  • gcpNativeProjectId: String!
  • # The project name of the GCP project.
  • gcpProjectName: String!
  • # The project number of the GCP project.
  • gcpProjectNumber: Long!
  • # The name of the organization containing the project.
  • organizationName: String
  • # The JWT configuration of the service account.
  • serviceAccountJwtConfig: String
  • # Features to be enabled for the GCP cloud account.
  • features: [CloudAccountFeature!]!
  • }

link Require by