INPUT_OBJECT
AddAzureCloudAccountWithoutOauthInput
Description
Input for adding an Azure Cloud Account without OAuth.
link GraphQL Schema definition
- input AddAzureCloudAccountWithoutOauthInput {
- # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
- : AzureCloudType
- # Group Object ID of the Entra ID group to be used for Entra ID authentication in
- # Exocompute.
- : String
- # Indicates whether the Azure cloud account can be onboarded asynchronously.
- : Boolean
- # Regions to be added to the Azure Cloud Account.
- : [AzureCloudAccountRegion!]!
- # Subscriptions to be added to the Azure Cloud Account.
- : [AddAzureCloudAccountSubscriptionInputWithoutOauth!]!
- # Domain Name of the Azure tenant.
- : String!
- }