Resource Type: GCP > Pub/Sub > Topic IAM Member
The Topic IAM Member resource type represents a specific IAM policy associated with a Pub/Sub topic, which can be used to manage access control for the corresponding topic.
Resource Context
Topic IAM Member is a part of the Pub/Sub service.
Each Topic IAM Member lives under a Topic.
Controls
The primary controls for GCP > Pub/Sub > Topic IAM Member 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-pubsub#/resource/types/topicIamMember
- tmod:@turbot/turbot#/resource/categories/iamUser
- turbot graphql resource --id "tmod:@turbot/gcp-pubsub#/resource/types/topicIamMember"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-pubsub#/resource/types/topicIamMember';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-pubsub#/resource/types/topicIamMember"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-pubsub#/resource/types/topicIamMember' 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