INPUT_OBJECT
UpgradeAzureCloudAccountInput
Description
Input for upgrading an Azure Cloud Account.
link GraphQL Schema definition
- input UpgradeAzureCloudAccountInput {
- # Session ID of the current OAuth session.
- String! :
- # Deprecated, use featuresToUpgrade instead. Features enabled on the Azure Cloud
- # Account.
- CloudAccountFeature!] : [
- # Features enabled on the Azure Cloud Account.
- UpgradeAzureCloudAccountFeatureInput!] : [
- # Rubrik IDs of the subscriptions to be upgraded.
- UUID!]! : [
- }