ImportGcpProjectInput
ImportGcpProjectInput
ImportGcpProjectInput
Import a GCP project with credentials configured atomically
accessMode |
GcpAccessMode! | The access mode for authentication |
clientEmail |
String! | The service account client email to use or impersonate |
externalIdLabelKey |
String | The external ID label key - required for SERVICEACCOUNTIMPERSONATION mode |
externalIdLabelValue |
String | The external ID label value - required for SERVICEACCOUNTIMPERSONATION mode |
parent |
ID! | The parent resource to import the project under, either as an id, or an AKA |
privateKey |
String | The service account private key (PEM format) - required for PRIVATE_KEY mode |
projectId |
String! | The GCP project ID (alphanumeric string) |
title |
String | Optional display title for the project |