OBJECT
AzureCloudAccountSubscription
Description
Azure Cloud Account Subscription for a given feature.
link GraphQL Schema definition
- type AzureCloudAccountSubscription {
- # Subscription UUID as specified in Azure.
- String! :
- # Subscription name as specified in Azure.
- String! :
- # Specifies whether the requester has appropriate permissions on this
- # subscription.
- Boolean! :
- # Cloud account ID of the subscription.
- String! :
- # Rubrik ID of the Azure tenant in which this subscription is present.
- String! :
- # Cloud type of the Azure subscription.
- AzureCloudType! :
- }