hidden: true removes a topic.
Unlike hidden, a user who satisfies the grants sees the topic normally. Existing queries and dashboard tiles built on the topic continue to work for users who don’t satisfy the grants.
Syntax
Properties
An array of access grant names that control whether the topic is offered to a user. Each value must match an access grant defined in the model file’s
access_grants parameter.Use | for OR conditions and & for AND conditions within the same array element, using the same syntax as required_access_grants. A grant name that doesn’t match an existing access grant hides the topic from everyone.Limitations
This parameter does not apply to composite topics.Examples
Hide a topic unless a single access grant is satisfied
Hide a topic unless one of two access grants is satisfied
Hide a topic unless marketing OR sales AND product is satisfied

