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