Resource Type: GCP > Secret Manager > Secret
The Secret resource type is a secured unit of sensitive data that can be used to store and manage application credentials, tokens, API keys, and other sensitive data.
Resource Context
Secret is a part of the Secret Manager service.
Each Secret lives under a Project.
Controls
The primary controls for GCP > Secret Manager > Secret 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-secretmanager#/resource/types/secret
- tmod:@turbot/turbot#/resource/categories/endUserComputing
- turbot graphql resource --id "tmod:@turbot/gcp-secretmanager#/resource/types/secret"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-secretmanager#/resource/types/secret';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-secretmanager#/resource/types/secret"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-secretmanager#/resource/types/secret' 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