INPUT_OBJECT

AddAzureCloudAccountWithoutOauthInput

Description

Input for adding an Azure Cloud Account without OAuth.

link GraphQL Schema definition

  • input AddAzureCloudAccountWithoutOauthInput {
  • # Domain Name of the Azure tenant.
  • tenantDomainName: String!
  • # Subscriptions to be added to the Azure Cloud Account.
  • subscriptions: [AddAzureCloudAccountSubscriptionInputWithoutOauth!]!
  • # Regions to be added to the Azure Cloud Account.
  • regions: [AzureCloudAccountRegion!]!
  • # Indicates whether the Azure cloud account can be onboarded asynchronously.
  • isAsynchronous: Boolean
  • # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
  • azureCloudType: AzureCloudType
  • }

link Require by