OBJECT
AzureNativeSubscriptionDetails
Description
Azure native subscription details.
link GraphQL Schema definition
- type AzureNativeSubscriptionDetails {
- #   The account connection identifier for the Azure subscription.
- : String! 
- #   The cloud type for the Azure subscription.
- : AzureCloudType! 
- #   Details of features enabled for the subscription.
- : [AzureNativeSubscriptionEnabledFeature!]! 
- #   The unique identifier for the Azure subscription.
- : String! 
- #   The name of the Azure subscription.
- : String! 
- #   The native identifier for the Azure subscription.
- : String! 
- #   The region specifications for the Azure subscription.
- : [AzureNativeRegionSpec!]! 
- #   The current status of the Azure subscription.
- : AzureSubscriptionStatus! 
- #   The tenant identifier for the Azure subscription.
- : String! 
- }
link Require by
- AzureNativeResourceGroupAn Azure Native Resource Group. Refers to a collection of resources in which multiple Azure services can reside.
- AzureNativeResourceGroupAndSubscriptionDetailsAzure native resource group and subscription details.
- AzureResourceGroupDetailsAzure native resource group and subscription details.