OBJECT

DeleteAzureCloudAccountStatus

Description

Status of the operation to delete Azure Cloud Account.

link GraphQL Schema definition

  • type DeleteAzureCloudAccountStatus {
  • # Native ID of the Azure Subscription.
  • azureSubscriptionNativeId: String!
  • # Specifies whether the deletion of Azure Cloud Account was successful. When true,
  • # the deletion was successful.
  • isSuccess: Boolean!
  • # Error received during deletion of Azure Cloud Account.
  • error: String!
  • }