Resource Type: GCP > Compute Engine > Project
The Project resource type is a top-level resource that contains all the settings, configurations, and resources necessary for running virtual machines (VMs) and other compute-related services in Google Compute Engine.
Resource Context
Project is a part of the Compute Engine service.
Each Project lives under a Project.
Controls
The primary controls for GCP > Compute Engine > Project are:
It is also targeted by these controls:
- GCP > CIS v1 > 4 Virtual Machines > 4.03 Ensure oslogin is enabled for a Project (Scored)
- GCP > CIS v2.0 > 4 - Virtual Machines > 4.04 - Ensure Oslogin Is Enabled for a Project
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-computeengine#/resource/types/computeProject
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/gcp-computeengine#/resource/types/computeProject"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-computeengine#/resource/types/computeProject';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-computeengine#/resource/types/computeProject"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-computeengine#/resource/types/computeProject' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query