INTERFACE
PolarisHierarchyObject
Description
A Polaris Managed Hierarchy Object.
link GraphQL Schema definition
- interface PolarisHierarchyObject {
- #   Organizations to which this hierarchy object belongs.
- : [Org!]! 
- #   Rsc tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]! 
- #   SLA Domain configured for the hierarchy object.
- : SlaDomain! 
- #   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 
- #   FID of the hierarchy object.
- : UUID! 
- #   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!]! 
- #   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! 
- #   Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution! 
- }
link Require by
- AwsNativeAccountAWS native account.
- AwsNativeDynamoDbTableAWS native DynamoDB Table.
- 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.
- M365BackupStorageGroupM365 Backup Storage Groups from M365 Backup Storage hierarchy.
- 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.