INPUT_OBJECT
DeleteAzureCloudAccountInput
Description
Input for deleting an Azure Cloud Account.
link GraphQL Schema definition
- input DeleteAzureCloudAccountInput {
- # Rubrik IDs of the subscriptions to be deleted.
- : [UUID!]!
- # Features enabled on the Azure Cloud Account.
- : [CloudAccountFeature!]!
- # Session ID of the current OAuth session.
- : String!
- }