INPUT_OBJECT

DeleteAzureCloudAccountInput

Description

Input for deleting an Azure Cloud Account.

link GraphQL Schema definition

  • input DeleteAzureCloudAccountInput {
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # Features enabled on the Azure Cloud Account.
  • features: [CloudAccountFeature!]!
  • # Rubrik IDs of the subscriptions to be deleted.
  • azureSubscriptionRubrikIds: [UUID!]!
  • }

link Require by