INPUT_OBJECT

AddGcpCloudAccountManualAuthProjectInput

Description

Request to add a new project.

link GraphQL Schema definition

  • input AddGcpCloudAccountManualAuthProjectInput {
  • # Features with respective permission groups to be added to the account.
  • featuresWithPermissionGroups: [FeatureWithPermissionsGroups!]!
  • # 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
  • }

link Require by