INPUT_OBJECT

AzureSubscriptionInput

Description

Input required to add the Azure subscription.

link GraphQL Schema definition

  • input AzureSubscriptionInput {
  • # The native subscription ID of the Azure subscription.
  • nativeId: String!
  • # Name or subscription alias to identify the Azure subscription.
  • name: String!
  • }