INPUT_OBJECT

CreateAzureAccountInput

Description

Input for creating an Azure account.

link GraphQL Schema definition

  • input CreateAzureAccountInput {
  • # Name of the Azure account.
  • name: String!
  • # Description of the Azure account.
  • description: String
  • # Subscription ID of the Azure account.
  • subscriptionId: String!
  • }

link Require by