INPUT_OBJECT

UpgradeAzureCloudAccountFeatureInput

Description

Input to upgrade a feature for an Azure cloud account.

link GraphQL Schema definition

  • input UpgradeAzureCloudAccountFeatureInput {
  • # Feature to be upgraded.
  • featureType: CloudAccountFeature!
  • # Specifies a list of permission groups for upgrading the feature. If the list is
  • # empty, existing permission groups are upgraded if they are available.
  • permissionsGroups: [PermissionsGroup!]!
  • }