Skip to content

GcpNativeProject

Represents a GCP project.

Implements: PolarisHierarchyObject, HierarchyObject, GcpNativeHierarchyObject

Fields

Field Type Description
allOrgs [Org!]! Organizations to which this hierarchy object belongs.
allTags [AssignedRscTag!]! RSC tags to which this hierarchy object is assigned.
authorizedOperations [PolarisObjectAuthorizedOperationsEnum!]! The authorized operations on the object.
cloudAccountId String! Cloud account ID associated with the project.
cloudNativeId String! GCP Native ID of the object.
configuredSlaDomain SlaDomain! SLA Domain configured for the hierarchy object.
diskCount Int! Number of disks in the GCP project.
effectiveRetentionSlaDomain SlaDomain Effective retention of the SLA Domain of the hierarchy object.
effectiveSlaDomain SlaDomain! Effective SLA Domain of the hierarchy object.
effectiveSlaSourceObject PathNode Path node of the effective SLA Domain source.
gcpNativeGceInstanceConnection GcpNativeGceInstanceConnection! List of all GCE instances under this GCP project.
id UUID! ID of the hierarchy object.
isRelic Boolean! Whether the object is a relic.
labels [Label!]! List of labels that are assigned to the object.
lastRefreshedAt DateTime Last refreshed time of the GCP project.
logicalChildConnection GcpNativeProjectLogicalChildTypeConnection! List of logical children.
logicalPath [PathNode!]! Sequential list of the logical ancestors of this object.
name String! Name of the hierarchy object.
nativeId String! Native id of the GCP project.
nativeName String! Native name of the GCP project.
numWorkloadDescendants Int! Number of descendant workloads of this object.
objectPauseStatus ObjectPauseStatus Pause status of the hierarchy object.
objectType HierarchyObjectTypeEnum! Type of this object.
organizationName String! Organization name of the GCP project.
physicalPath [PathNode!]! Sequential list of the physical ancestors of this object.
projectNumber String! Project number of the GCP project.
region String! The GCP region to which the object belongs.
rscNativeObjectPendingSla CompactSlaDomain SLA Domain assignment which is pending on the Rubrik Security Cloud native objects.
rscPendingObjectPauseAssignment PendingObjectPauseAssignmentStatus Object pause pending assignment details for RSC objects.
securityMetadata SecurityMetadata Security posture metadata.
slaAssignment SlaAssignmentTypeEnum! SLA Domain assignment type for this object.
slaPauseStatus Boolean! Pause status of the effective SLA Domain of the hierarchy object.
snapshotDistribution SnapshotDistribution! Distribution of the snapshots of the hierarchy object.
sqlInstanceCount Int! Number of Cloud SQL instances in the GCP project.
status GcpNativeProjectStatus! Status of the GCP project.
vmCount Int! Number of virtual machines in the GCP project.

Field Arguments

Field Argument Type Description
gcpNativeGceInstanceConnection first Int Returns the first n elements from the list.
gcpNativeGceInstanceConnection after String Returns the elements in the list that occur after the specified cursor.
gcpNativeGceInstanceConnection last Int Returns the last n elements from the list.
gcpNativeGceInstanceConnection before String Returns the elements in the list that occur before the specified cursor.
gcpNativeGceInstanceConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
gcpNativeGceInstanceConnection sortOrder SortOrder Sorts the order of results.
gcpNativeGceInstanceConnection gceInstanceFilters GcpNativeGceInstanceFilters
logicalChildConnection first Int Returns the first n elements from the list.
logicalChildConnection after String Returns the elements in the list that occur after the specified cursor.
logicalChildConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
logicalChildConnection sortOrder SortOrder Sorts the order of results.
logicalChildConnection typeFilter [HierarchyObjectTypeEnum!] Types of objects to include.
logicalChildConnection filter [Filter!] Hierarchy object filter.
logicalChildConnection workloadHierarchy WorkloadLevelHierarchy Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types.
numWorkloadDescendants first Int Returns the first n elements from the list.
numWorkloadDescendants after String Returns the elements in the list that occur after the specified cursor.
numWorkloadDescendants last Int Returns the last n elements from the list.
numWorkloadDescendants before String Returns the elements in the list that occur before the specified cursor.
numWorkloadDescendants objectTypes [ManagedObjectType!] Types of objects to limit the results. If absent, all object types are returned.

Used By

Queries

Referenced by