INTERFACE
PolarisHierarchyObject
Description
A Polaris Managed Hierarchy Object.
link GraphQL Schema definition
- interface PolarisHierarchyObject {
- # 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
- AwsNativeAccountAWS native account.
- AwsNativeEbsVolumeAWS native EBS volume.
- AwsNativeEc2InstanceAWS native EC2 instance.
- AwsNativeRdsInstanceAWS native RDS instance.
- AwsNativeS3BucketAWS native S3 Bucket.
- AzureAdDirectoryDetails of the Azure AD directory object.
- AzureNativeManagedDiskAn Azure Native Managed Disk that refers to the block storage designed to be used with Azure Virtual Machines. Some examples are: ultra disks, premium solid-state drives (SSD), standard SSDs, and standard hard disk drives (HDD). For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview.
- AzureNativeResourceGroupAn Azure Native Resource Group. Refers to a collection of resources in which multiple Azure services can reside.
- AzureNativeSubscriptionAn Azure Native Subscription. Refers to the logical entity that provides entitlement to deploy and consume Azure resources.
- AzureNativeVirtualMachineAn Azure Native Virtual Machine that refers to the Azure infrastructure as a service (IaaS) used to deploy persistent VMs. For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/.
- AzureSqlDatabaseDbAn Azure SQL Database. Refers to the fully managed SQL database built for the cloud. For more info, see https://azure.microsoft.com/en-us/products/azure-sql/database/.
- AzureSqlDatabaseServerRetrieves an Azure SQL Database Server. Refers to the server the Azure SQL Database is a part of. For more info, see https://docs.microsoft.com/en-us/azure/azure-sql/database/logical-servers.
- AzureSqlManagedInstanceDatabaseRetrieves an Azure SQL Managed Instance Database. Refers to the database engine compatible with the latest SQL Server (Enterprise Edition) database engine. For more information, see https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview.
- AzureSqlManagedInstanceServerRetrieves an Azure SQL Managed Instance Server. Refers to the server the Azure SQL Managed Instance Database is a part of.
- AzureStorageAccountAn Azure storage account that contains Azure storage data objects including blobs, file shares, queues, tables, and disks. For more information, see https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview.
- CassandraColumnFamilyCassandra Column Family information.
- CassandraKeyspaceCassandra Keyspace information.
- CassandraSourceCassandra Source information.
- GcpNativeDisk
- GcpNativeGceInstanceRepresents a GCP GCE instance.
- GcpNativeProjectRepresents a GCP project.
- K8sClusterKubernetes cluster.
- K8sNamespaceKubernetes namespace.
- M365BackupStorageMailboxMicrosoft 365 Backup Storage Mailbox.
- M365BackupStorageOnedriveMicrosoft 365 Backup Storage OneDrive.
- M365BackupStorageOrgMicrosoft 365 Backup Storage Organization.
- M365BackupStorageSiteMicrosoft 365 Backup Storage SharePoint Site.
- MongodbCollectionInformation about MongoDB Collection.
- MongodbDatabaseInformation about MongoDB Database.
- MongodbSourceInformation about MongoDB Source.
- O365Calendar
- O365GroupO365 Groups from O365 hierarchy.
- O365Mailbox
- O365Onedrive
- O365Org
- O365SharepointDrive
- O365SharepointList
- O365Site
- O365Teams
- O365User
- PolarisHierarchyObjectConnectionPaginated list of PolarisHierarchyObject objects with additional pagination information. Use `nodes` if per-object cursors are not needed. Each page of the results will include at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- PolarisHierarchyObjectEdgeWrapper around the PolarisHierarchyObject object. This wrapper is used for pagination.