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 {
- # Cloud account ID associated with the subscription.
- : String!
- # Organizations to which this hierarchy object belongs.
- : [Org!]!
- # Rsc tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]!
- # List of Exocompute configurations for the Azure subscription.
- : AzureApplicationCloudAccountToExocomputeConfig!
- # The authorized operations on the object.
- : [PolarisObjectAuthorizedOperationsEnum!]!
- # Type of Azure cloud, for example, Azure Public Cloud and Azure China Cloud.
- : AzureCloudType!
- # 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!
- # 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!
- # Native ID of 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!
- # CloudSlab DNS that must be in the allowlist to protect object store workloads.
- : String!
- # SLA Domain configured for the hierarchy object.
- : SlaDomain!
- # Count of managed disks in the subscription.
- : Int!
- # Effective retention of the SLA Domain of the hierarchy object.
- : SlaDomain
- # Effective SLA Domain of the hierarchy object.
- : SlaDomain!
- # Path node of the effective SLA Domain source.
- : PathNode
- # Details of features enabled for the subscription.
- : [AzureNativeSubscriptionEnabledFeature!]!
- # FID of the hierarchy object.
- : UUID!
- # Last refresh time of the subscription, in UTC date-time format.
- : DateTime
- # Sequential list of the logical ancestors of this object.
- : [PathNode!]!
- # Name of the hierarchy object.
- : String!
- # Number of descendant workloads of this object.
- #
- # 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.
- # objectTypes: Types of objects to limit the results. If absent,
- # all object types are returned.
- (
- : Int,
- : String,
- : Int,
- : String,
- : [ManagedObjectType!]
- ): Int!
- # Pause status of the hierarchy object.
- : ObjectPauseStatus
- # Type of this object.
- : HierarchyObjectTypeEnum!
- # Sequential list of the physical ancestors of this object.
- : [PathNode!]!
- # List of Azure region specifications associated with the subscription.
- : [AzureNativeRegionSpec!]!
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- : CompactSlaDomain
- # Object pause pending assignment details for RSC objects.
- : PendingObjectPauseAssignmentStatus
- # Security posture metadata.
- : SecurityMetadata
- # SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- # Pause status of the effective SLA Domain of the hierarchy object.
- : Boolean!
- # A list of mappings between object types and details about the backup setup.
- : [WorkloadTypeToBackupSetupSpecs!]!
- # Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution!
- # Tenant ID associated with the subscription.
- : String!
- # Count of virtual machines (VMs) in the subscription.
- : Int!
- }
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