Group Policies
Give the "support" team read access to all managed collections.
Policy
json
{
"version": "2024-01-01",
"statement": [
{
"sid": "SupportReadAll",
"effect": "Allow",
"action": ["collections:read"],
"resource": ["*"]
}
]
}Setup
- Create a group called "support" in
iam_groups - Create the policy above
- Attach the policy to the "support" group via
iam_group_policies - Add team members to the group via
iam_group_users
All users in the "support" group can now list and view records in every managed collection. They cannot create, update, or delete.