OBJECT

AzureCloudAccountTenant

Description

Azure Tenant with details of subscriptions that are configured for a given feature.

link GraphQL Schema definition

  • type AzureCloudAccountTenant {
  • # Rubrik ID of the Azure Tenant.
  • azureCloudAccountTenantRubrikId: String!
  • # Domain Name of the Azure Tenant.
  • domainName: String!
  • # Count of subscriptions added to the Rubrik ecosystem for this Azure Tenant.
  • subscriptionCount: Int!
  • # Subscriptions added to the Rubrik ecosystem for this Azure Tenant.
  • subscriptions: [AzureCloudAccountSubscriptionDetail!]!
  • # Client ID of the application configured for authentication of the Azure tenant.
  • clientId: String!
  • # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
  • cloudType: AzureCloudType!
  • # App name of the application configured for authentication of the Azure 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!
  • }

link Require by