Resource Type: GCP > Organization
The Organization resource type represents the top-level container for all GCP resources associated with a specific enterprise or institution, enabling centralized management of projects, folders, and policies across the entire cloud environment.
Controls
The primary controls for GCP > Organization are:
It is also targeted by these controls:
- GCP > Folder > Discovery
- GCP > Organization Policy > Discovery
- GCP > Organization Policy Constraint > Discovery
- GCP > Project > Discovery
- GCP > Turbot > Organization Event Poller
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/organization
- tmod:@turbot/turbot#/resource/categories/cloudOrganization
- turbot graphql resource --id "tmod:@turbot/gcp#/resource/types/organization"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/organization';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp#/resource/types/organization"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/organization' 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