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.
- String! :
- # Azure Active Directory (AD) domain corresponding to subscription.
- String! :
- # Number of subscriptions for the tenant.
- Int! :
- # Client ID of azure application for the tenant.
- String! :
- # Type of Azure Tenant. Can be Azure Public Cloud or Azure China Cloud.
- AzureCloudType! :
- # App name of Azure application for the tenant.
- 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.
- Boolean! :
- # Details of subscriptions for the tenant.
- AzureSubscriptionWithExoConfigs!]! : [
- }