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