Resource Type: GCP
The Google Cloud Platform (GCP) service provides scalable cloud computing capabilities in the Google Cloud. It allows users to deploy, manage, and scale applications and resources, offering a wide range of services such as virtual machines, storage, databases, and machine learning tools to support diverse business and technical needs.
Controls
The primary controls for GCP are:
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/gcp
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/gcp#/resource/types/gcp"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/gcp';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp#/resource/types/gcp"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/gcp' 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