INPUT_OBJECT

UpgradeAzureCloudAccountInput

Description

Input for upgrading an Azure Cloud Account.

link GraphQL Schema definition

  • input UpgradeAzureCloudAccountInput {
  • # Rubrik IDs of the subscriptions to be upgraded.
  • azureSubscriptionRubrikIds: [UUID!]
  • # Deprecated, use subscriptionIdsWithFeaturesToUpgrade instead.Features enabled on
  • # the Azure Cloud Account.
  • features: [CloudAccountFeature!]
  • # Deprecated, use subscriptionIdsWithFeaturesToUpgrade instead. Features enabled
  • # on the Azure Cloud Account.
  • featuresToUpgrade: [UpgradeAzureCloudAccountFeatureInput!]
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # Map of subscription IDs to features to upgrade. This allows granular control
  • # over which features to upgrade for each subscription.
  • subscriptionIdsWithFeaturesToUpgrade: [SubscriptionIdWithFeaturesToUpgradeInput!]
  • }

link Require by