Resource Type: GCP > Storage > Object
The Object resource type is a piece of unstructured data (such as text or binary data) that can be uploaded and accessed within a Google Cloud Storage Bucket.
Resource Context
Object is a part of the Storage service.
Each Object lives under a Bucket.
Controls
The primary controls for GCP > Storage > Object are:
It is also targeted by these controls:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-storage#/resource/types/object
- tmod:@turbot/turbot#/resource/categories/storageObject
- turbot graphql resource --id "tmod:@turbot/gcp-storage#/resource/types/object"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-storage#/resource/types/object';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-storage#/resource/types/object"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-storage#/resource/types/object' 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