INPUT_OBJECT
AddAzureCloudAccountInput
Description
Input for adding an Azure Cloud Account.
link GraphQL Schema definition
- input AddAzureCloudAccountInput {
- # Session ID of the current OAuth session.
- String! :
- # Domain name of the Azure Tenant.
- String! :
- # Subscriptions to be added to the Azure Cloud Account.
- AddAzureCloudAccountSubscriptionInput!]! : [
- # Regions to be added to the Azure Cloud Account.
- AzureCloudAccountRegion!]! : [
- # Indicates whether the Azure cloud account can be onboarded asynchronously.
- Boolean :
- }