INPUT_OBJECT

AzureCloudAccountAddWithCustomerAppInitiateInput

Description

Request to initiate Azure cloud account addition using customer app credentials.

link GraphQL Schema definition

  • input AzureCloudAccountAddWithCustomerAppInitiateInput {
  • # Customer's Azure application ID.
  • appId: String
  • # Customer's Azure application secret key.
  • appSecretKey: String
  • # Azure cloud type.
  • cloudType: AzureCloudType
  • # Redirect URL.
  • redirectUrl: String
  • # Azure tenant domain name.
  • tenantDomainName: String
  • }

link Require by