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.
- String! :
- # Subscriptions to be added to the Azure Cloud Account.
- AddAzureCloudAccountSubscriptionInputWithoutOauth!]! : [
- # Regions to be added to the Azure Cloud Account.
- AzureCloudAccountRegion!]! : [
- # Indicates whether the Azure cloud account can be onboarded asynchronously.
- Boolean :
- # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
- AzureCloudType :
- }