OBJECT

AddAzureCloudAccountStatus

Description

Status of the operation to add Azure Cloud Account.

link GraphQL Schema definition

  • type AddAzureCloudAccountStatus {
  • # Native ID of the Azure Subscription.
  • azureSubscriptionNativeId: String!
  • # Rubrik ID of the Azure Subscription.
  • azureSubscriptionRubrikId: String!
  • # Error encountered, if any.
  • error: String!
  • }