INPUT_OBJECT

AzureCloudAccountSubscriptionInput

Description

Input required to update the Azure subscription.

link GraphQL Schema definition

  • input AzureCloudAccountSubscriptionInput {
  • # Rubrik ID of the Azure subscription to be updated.
  • id: String
  • # Name or subscription alias to identify the Azure subscription to be updated.
  • name: String
  • }