OBJECT
AzureCloudAccountTenantWithExoConfigs
Description
Azure Cloud Account Tenant with details of exocompute configured for subscriptions for a given feature.
link GraphQL Schema definition
- type AzureCloudAccountTenantWithExoConfigs {
- # App name of Azure application for the tenant.
- : String!
- # Client ID of azure application for the tenant.
- : String!
- # Type of Azure Tenant. Can be Azure Public Cloud or Azure China Cloud.
- : AzureCloudType!
- # Azure Active Directory (AD) domain corresponding to subscription.
- : 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!
- # Rubrik ID of the Azure Tenant.
- : String!
- # Number of subscriptions for the tenant.
- : Int!
- # Details of subscriptions for the tenant.
- : [AzureSubscriptionWithExoConfigs!]!
- }