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 featuresToUpgrade instead. Features enabled on the Azure Cloud
- # Account.
- : [CloudAccountFeature!]
- # Features enabled on the Azure Cloud Account.
- : [UpgradeAzureCloudAccountFeatureInput!]
- # Session ID of the current OAuth session.
- : String!
- }