OBJECT

AzureCloudAccountTenantWithExoConfigs

Description

Azure Cloud Account Tenant with details of exocompute configured for subscriptions for a given feature.

link GraphQL Schema definition

  • type AzureCloudAccountTenantWithExoConfigs {
  • # Rubrik ID of the Azure Tenant.
  • rubrikId: String!
  • # Azure Active Directory (AD) domain corresponding to subscription.
  • domainName: String!
  • # Number of subscriptions for the tenant.
  • subscriptionCount: Int!
  • # Client ID of azure application for the tenant.
  • clientId: String!
  • # Type of Azure Tenant. Can be Azure Public Cloud or Azure China Cloud.
  • cloudType: AzureCloudType!
  • # App name of Azure application for the tenant.
  • appName: String!
  • # If Rubrik manages the application associated with this tenant, this field will
  • # be set to FALSE. However, if the application is customer-managed and the
  • # customers manually added the credentials, this field will have a different
  • # value.
  • isAppRubrikManaged: Boolean!
  • # Details of subscriptions for the tenant.
  • subscriptions: [AzureSubscriptionWithExoConfigs!]!
  • }

link Require by