INPUT_OBJECT

StartDisableAzureNativeSubscriptionProtectionJobInput

Description

Input for the job to start disabling protection from the Azure Native Subscription.

link GraphQL Schema definition

  • input StartDisableAzureNativeSubscriptionProtectionJobInput {
  • # The Rubrik ID of the Azure subscription for which to disable protection.
  • azureSubscriptionRubrikId: UUID!
  • # Specifies whether to delete the snapshots associated with the subscription being
  • # deleted. When true, deletes the snapshots associated with the subscription being
  • # deleted.
  • shouldDeleteNativeSnapshots: Boolean!
  • # Type of native protection to not be enabled.
  • azureNativeProtectionFeature: AzureNativeProtectionFeature!
  • }

link Require by