OBJECT
AzureNativeSubscription
Description
An Azure Native Subscription. Refers to the logical entity that provides entitlement to deploy and consume Azure resources.
link GraphQL Schema definition
- type AzureNativeSubscription implements PolarisHierarchyObject, HierarchyObject {
- # Native ID of the subscription.
- String! :
- # Tenant ID associated with the subscription.
- String! :
- # Status of the subscription at a given time. Some examples are: added, deleted,
- # refreshed. For more information, see
- # https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/subscription-states.
- AzureSubscriptionStatus! :
- # Last refresh time of the subscription, in UTC date-time format.
- DateTime :
- # List of Azure region specifications associated with the subscription.
- AzureNativeRegionSpec!]! : [
- # Count of virtual machines (VMs) in the subscription.
- Int! :
- # Count of managed disks in the subscription.
- Int! :
- # Count of Azure SQL databases in the subscription.
- Int! :
- # Count of Azure SQL Managed Instance databases in the subscription.
- Int! :
- # The number of Azure storage accounts in the subscription.
- Int! :
- # Type of Azure cloud, for example, Azure Public Cloud and Azure China Cloud.
- AzureCloudType! :
- # Details of features enabled for the subscription.
- AzureNativeSubscriptionEnabledFeature!]! : [
- # A list of mappings between object types and details about the backup setup.
- WorkloadTypeToBackupSetupSpecs!]! : [
- # Cloud account ID associated with the subscription.
- String! :
- # The authorized operations on the object.
- PolarisObjectAuthorizedOperationsEnum!]! : [
- # List of Exocompute configurations for the Azure subscription.
- AzureApplicationCloudAccountToExocomputeConfig! :
- # CloudSlab DNS that must be in the allowlist to protect object store workloads.
- String! :
- # Paginated list of all Azure Resource Groups in the subscription.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # sortBy: Sort fields for listing Azure resource groups.
- # sortOrder: Sorts the order of results.
- # commonResourceGroupFilters: Filters for listing Azure resource
- # groups.
- (
- Int, :
- String, :
- Int, :
- String, :
- AzureNativeCommonResourceGroupSortFields, :
- SortOrder, :
- AzureNativeCommonResourceGroupFilters :
- ): AzureNativeResourceGroupConnection!
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- CompactSlaDomain :
- # FID of the hierarchy object.
- UUID! :
- # Name of the hierarchy object.
- String! :
- # Type of this object.
- HierarchyObjectTypeEnum! :
- # SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # Effective SLA Domain of the hierarchy object.
- SlaDomain! :
- # Pause status of the effective SLA Domain of the hierarchy object.
- Boolean! :
- # Distribution of the snapshots of the hierarchy object.
- SnapshotDistribution! :
- # Effective retention of the SLA Domain of the hierarchy object.
- SlaDomain :
- # SLA Domain configured for the hierarchy object.
- SlaDomain! :
- # Path node of the effective SLA Domain source.
- PathNode :
- # Sequential list of this object's logical ancestors.
- PathNode!]! : [
- # Sequential list of this object's physical ancestors.
- PathNode!]! : [
- # Number of descendant workloads of this object.
- Int! :
- # Organizations to which this hierarchy object belongs.
- Org!]! : [
- # Security posture metadata.
- SecurityMetadata :
- }
link Require by
- AzureNativeResourceGroupAn Azure Native Resource Group. Refers to a collection of resources in which multiple Azure services can reside.
- AzureNativeSubscriptionConnectionPaginated list of AzureNativeSubscription objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AzureNativeSubscriptionEdgeWrapper around the AzureNativeSubscription object. This wrapper is used for pagination.
- Query