OBJECT
Status of the operation to delete Azure Cloud Account.
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! }