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.
- : [UUID!]
- # Deprecated, use subscriptionIdsWithFeaturesToUpgrade instead.Features enabled on
- # the Azure Cloud Account.
- : [CloudAccountFeature!]
- # Deprecated, use subscriptionIdsWithFeaturesToUpgrade instead. Features enabled
- # on the Azure Cloud Account.
- : [UpgradeAzureCloudAccountFeatureInput!]
- # Session ID of the current OAuth session.
- : String!
- # Map of subscription IDs to features to upgrade. This allows granular control
- # over which features to upgrade for each subscription.
- : [SubscriptionIdWithFeaturesToUpgradeInput!]
- }