INPUT_OBJECT
GcpCloudAccountUpgradeProjectsInput
Description
Input required to upgrade a list of GCP projects.
link GraphQL Schema definition
- input GcpCloudAccountUpgradeProjectsInput {
- # Session ID of the current OAuth session.
- String! :
- # List of GCP project IDs to be upgraded.
- UUID!]! : [
- # Cloud account feature. Either of this or featuresWithPermissionGroupsfield is
- # required.
- CloudAccountFeature :
- # Features with respected permission groups to be upgraded.
- FeatureWithPermissionsGroups!] : [
- }