Resource Type: GCP > Folder
The Folder resource type serves as an organizational unit that groups related projects under a common structure, allowing users to manage and apply policies, access controls, and billing settings across multiple projects within the GCP environment.
Controls
The primary controls for GCP > Folder are:
It is also targeted by these controls:
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#/resource/types/folder
- tmod:@turbot/turbot#/resource/categories/cloudOrganization
- turbot graphql resource --id "tmod:@turbot/gcp#/resource/types/folder"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/folder';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp#/resource/types/folder"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/folder' 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