Created
April 19, 2026 10:28
-
-
Save wullemsb/c91c3b8646d28125a6d60f3be7abd796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "autoentities": { | |
| "public-api": { | |
| "patterns": { | |
| "include": [ "dbo.%" ], | |
| "exclude": [ "dbo.internal%" ], | |
| "name": "{schema}_{object}" | |
| }, | |
| "permissions": [ | |
| { "role": "anonymous", "actions": [ { "action": "read" } ] } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment