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.
- : [UUID!]!
- # Indicates whether managed snapshots should be deleted.
- : Boolean
- # Feature to not be enabled.
- : CloudAccountFeature!
- # Session ID of the current OAuth session.
- : UUID
- }