OBJECT

AzureCloudAccountSubscription

Description

Azure Cloud Account Subscription for a given feature.

link GraphQL Schema definition

  • type AzureCloudAccountSubscription {
  • # Subscription UUID as specified in Azure.
  • nativeId: String!
  • # Subscription name as specified in Azure.
  • name: String!
  • # Specifies whether the requester has appropriate permissions on this
  • # subscription.
  • isAuthorized: Boolean!
  • # Cloud account ID of the subscription.
  • customerSubscriptionId: String!
  • # Rubrik ID of the Azure tenant in which this subscription is present.
  • customerTenantId: String!
  • # Cloud type of the Azure subscription.
  • cloudType: AzureCloudType!
  • }