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.
- : [FeatureWithPermissionsGroups!]!
- # The native project ID of the GCP project.
- : String!
- # The project name of the GCP project.
- : String!
- # The project number of the GCP project.
- : Long!
- # The name of the organization containing the project.
- : String
- # The JWT configuration of the service account.
- : String
- }