INPUT_OBJECT

UpgradeAzureCloudAccountPermissionsWithoutOauthInput

Description

Input for upgrading Azure Cloud Account feature to connected state from update permissions without OAuth.

link GraphQL Schema definition

  • input UpgradeAzureCloudAccountPermissionsWithoutOauthInput {
  • # Rubrik ID of the cloud accounts to upgrade permissions.
  • cloudAccountId: UUID!
  • # Deprecated, use featureToUpgrade instead. Feature enabled on the Azure Cloud
  • # Account, which is currently in Update Permissions state.
  • feature: CloudAccountFeature
  • # Features enabled on the Azure Cloud Account, which are currently in the Update
  • # Permissions state.
  • featureToUpgrade: [UpgradeAzureCloudAccountFeatureInput!]
  • }

link Require by