INPUT_OBJECT
StartDisableAzureNativeSubscriptionProtectionJobInput
Description
Input for the job to start disabling protection from the Azure Native Subscription.
link GraphQL Schema definition
- input StartDisableAzureNativeSubscriptionProtectionJobInput {
- #   Type of native protection to not be enabled.
- : AzureNativeProtectionFeature!
- #   The Rubrik ID of the Azure subscription for which to disable protection.
- : UUID!
- #   Specifies whether to delete the snapshots associated with the subscription being 
- #   deleted. When true, deletes the snapshots associated with the subscription being 
- #   deleted.
- : Boolean!
- }