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.
- 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 :
- # Features to be enabled for the GCP cloud account.
- CloudAccountFeature!]! : [
- }