OBJECT
AzureSubscriptionWithFeaturesType
Description
Azure subscription with features.
link GraphQL Schema definition
- type AzureSubscriptionWithFeaturesType {
- # Azure subscription cloud account ID.
- String! :
- # Cloud type of the Azure subscription.
- AzureCloudType! :
- # Azure subscription native ID.
- String! :
- # Azure subscription native name.
- String! :
- # Azure tenant ID.
- String! :
- # Feature details for the cloud account.
- AzureCloudAccountFeatureDetail!]! : [
- }