INPUT_OBJECT

StartDisableAzureCloudAccountJobInput

Description

Input for starting jobs to disable a cloud account feature for a list of Azure Cloud Accounts.

link GraphQL Schema definition

  • input StartDisableAzureCloudAccountJobInput {
  • # Feature to not be enabled.
  • feature: CloudAccountFeature!
  • # Rubrik IDs of the Cloud Accounts to not be enabled.
  • cloudAccountIds: [UUID!]!
  • }

link Require by