INPUT_OBJECT

AddAzureCloudAccountInput

Description

Input for adding an Azure Cloud Account.

link GraphQL Schema definition

  • input AddAzureCloudAccountInput {
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # Domain name of the Azure Tenant.
  • tenantDomainName: String!
  • # Subscriptions to be added to the Azure Cloud Account.
  • subscriptions: [AddAzureCloudAccountSubscriptionInput!]!
  • # Regions to be added to the Azure Cloud Account.
  • regions: [AzureCloudAccountRegion!]!
  • # Indicates whether the Azure cloud account can be onboarded asynchronously.
  • isAsynchronous: Boolean
  • }

link Require by