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.
- 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! :
- # Type of native protection to not be enabled.
- AzureNativeProtectionFeature! :
- }