OBJECT

UpdateAzureCloudAccountStatus

Description

Status of the operation to Update Azure Cloud Account.

link GraphQL Schema definition

  • 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!
  • }