INPUT_OBJECT
Input for creating an Azure account.
input CreateAzureAccountInput {# Name of the Azure account.name: String!# Description of the Azure account.description: String# Subscription ID of the Azure account.subscriptionId: String!}