Property reference

sn_communities.implicit_access_mapping

The sn_communities.implicit_access_mapping property assigns user access rights based on their roles within the community. Admins should review this property to ensure users have appropriate permissions for community interactions.

Default: { "forum_admin": ["forum_read", "forum_write", "forum_moderator", "forum_admin", "content_write"], "forum_moderator": ["forum_read", "forum_write", "forum_moderator", "content_write"], "content_write": ["content_read", "content_write"], "community_moderator": ["forum_read","forum_moderator","content_write"] } Type: string Application: Communities

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines implicit access rights for community users, mapping roles like forum_admin and forum_moderator to specific permissions.
What area does it affect? Community Permissions
What does the default mean? The default value is "{ "forum_admin": ["forum_read", "forum_write", "forum_moderator", "forum_admin", "content_write"], "forum_moderator": ["forum_read", "forum_write", "forum_moderator", "content_write"], "content_write": ["content_read", "content_write"], "community_moderator": ["forum_read","forum_moderator","content_write"] }", which is the baseline setting used unless it is changed.
When should you review it? Review this property when adjusting user roles or permissions in the community.

Out of the box property record

Raw metadata from the property record.

Property name sn_communities.implicit_access_mapping
Sys ID 0968499b93132200dd773511e57ffbd1
Type string
Application Communities
Default value { "forum_admin": ["forum_read", "forum_write", "forum_moderator", "forum_admin", "content_write"], "forum_moderator": ["forum_read", "forum_write", "forum_moderator", "content_write"], "content_write": ["content_read", "content_write"], "community_moderator": ["forum_read","forum_moderator","content_write"] }
Description This will be used in the Community Permission Calculation Scripts to implicitly assign access to users based on the access they have.
Updated 2019-01-28 22:52:54

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... • Default value: true sn_communities.enable_user_mentions Enables or disables the user-mentions functiona sn_communities.glide.script.block.client.globals Set the value to true to re-enable most of the ina • Type: boolean • Default value: false sn_communities.implicit_access_mapping Assign access implicitly to users based on the p • If a user is given forum_admin access, they ca • If a user is given forum moderation rights, they • ...