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