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