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