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 {
  • # Rubrik IDs of the Cloud Accounts to not be enabled.
  • cloudAccountIds: [UUID!]!
  • # Indicates whether managed snapshots should be deleted.
  • deleteSnapshots: Boolean
  • # Feature to not be enabled.
  • feature: CloudAccountFeature!
  • # Session ID of the current OAuth session.
  • sessionId: UUID
  • }

link Require by