OBJECT

AzureNativeSubscriptionDetails

Description

Azure native subscription details.

link GraphQL Schema definition

  • type AzureNativeSubscriptionDetails {
  • # The account connection identifier for the Azure subscription.
  • accountConnectionId: String!
  • # The cloud type for the Azure subscription.
  • cloudType: AzureCloudType!
  • # Details of features enabled for the subscription.
  • enabledFeatures: [AzureNativeSubscriptionEnabledFeature!]!
  • # The unique identifier for the Azure subscription.
  • id: String!
  • # The name of the Azure subscription.
  • name: String!
  • # The native identifier for the Azure subscription.
  • nativeId: String!
  • # The region specifications for the Azure subscription.
  • regionSpecs: [AzureNativeRegionSpec!]!
  • # The current status of the Azure subscription.
  • status: AzureSubscriptionStatus!
  • # The tenant identifier for the Azure subscription.
  • tenantId: String!
  • }