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