Skip to main content
Defines a default list of access grants for all topics contained in a model, unless other grants are applied at the topic level. A topic is hidden from a user in the Omni UI unless the user satisfies these access grants. Refer to hidden_unless_access_grants for details on how this visibility rule works.
This parameter only controls whether a topic is visible in the Omni UI. It does not control data access. Refer to the Controlling data access guide for parameters that restrict data access.

Syntax

Properties

string[]
A list of default access grants that control whether all topics in the model are hidden, including composite topics that don’t set their own hidden_unless_access_grants. These values must be the names of access grants defined in the model’s access_grants parameter.A topic or composite topic can opt out of the default with hidden_unless_access_grants: [].
Topics created from CSV/Excel uploads are automatically exempt from this default. They receive empty access grants ([]) at creation time, so the default can’t hide an uploaded topic from the user who uploaded it.

Examples

Hides all topics unless a user has the is_analyst grant
A topic that opts out of the default so all users can see it