INPUT_OBJECT

StartAzureCloudAccountOauthInput

Description

Input for initiating authentication of the Azure Cloud Accounts.

link GraphQL Schema definition

  • input StartAzureCloudAccountOauthInput {
  • # Domain name of the Azure Tenant.
  • tenantDomainName: String
  • # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
  • azureCloudType: AzureCloudType
  • }

link Require by