OBJECT

AddAzureCloudAccountReply

Description

Response of the operation to add an Azure Cloud Account.

link GraphQL Schema definition

  • type AddAzureCloudAccountReply {
  • # Status of the operation to add Azure Cloud Account.
  • status: [AddAzureCloudAccountStatus!]!
  • # Tenant ID for the added subscriptions.
  • tenantId: String!
  • }

link Require by