OBJECT

AzureSubscriptionWithFeaturesType

Description

Azure subscription with features.

link GraphQL Schema definition

  • type AzureSubscriptionWithFeaturesType {
  • # Azure subscription cloud account ID.
  • id: String!
  • # Cloud type of the Azure subscription.
  • cloudType: AzureCloudType!
  • # Azure subscription native ID.
  • nativeId: String!
  • # Azure subscription native name.
  • name: String!
  • # Azure tenant ID.
  • customerTenantId: String!
  • # Feature details for the cloud account.
  • featureDetails: [AzureCloudAccountFeatureDetail!]!
  • }