INPUT_OBJECT

UpdateAzureAccountInput

Description

Input for editing an Azure account.

link GraphQL Schema definition

  • input UpdateAzureAccountInput {
  • # ID of the Azure account.
  • id: String!
  • # 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