Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created April 19, 2026 10:28
Show Gist options
  • Select an option

  • Save wullemsb/c91c3b8646d28125a6d60f3be7abd796 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/c91c3b8646d28125a6d60f3be7abd796 to your computer and use it in GitHub Desktop.
{
"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