INPUT_OBJECT
GcpCloudAccountAddManualAuthProjectInput
Description
Input required to add a GCP cloud account manually.
link GraphQL Schema definition
- input GcpCloudAccountAddManualAuthProjectInput {
- # Deprecated due to Permission Groups rollout, use featuresWithPermissionGroups.
- : [CloudAccountFeature!]
- # 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
- }