OBJECT
Status of the operation to Update Azure Cloud Account.
type UpdateAzureCloudAccountStatus {# Native ID of the Azure Subscription.azureSubscriptionNativeId: String! # Specifies whether the update of Azure Cloud Account was successful. When true, # the update was successful.isSuccess: Boolean! }