OBJECT
AzureCloudAccountSubscriptionDetail
Description
Azure Cloud Account Subscription details for a given feature.
link GraphQL Schema definition
- type AzureCloudAccountSubscriptionDetail {
- # Rubrik ID of the Azure Subscription.
- String! :
- # Subscription UUID as specified in Azure.
- String! :
- # Subscription name as specified in Azure.
- String! :
- # One of the enabled features on this subscription.
- AzureCloudAccountFeatureDetail :
- }