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