We've created a view containing PII mapping values in Unity Catalog. We need to grant other users the ability to query this view and access the mapping values, but we must prevent them from seeing the view's definition. Is it possible to grant "execute" access (querying the view) while completely hiding the view definition in Unity Catalog? The goal is to restrict users from understanding how these mapping values are derived.