David-Seis / SecureYourAzureData

17 stars 6 forks source link

2.4 Applications - Row Level Security #276

Closed Pietervanhove closed 1 year ago

Pietervanhove commented 2 years ago

"you can restrict access to objects based on the security context of the user". This is not correct, you don't restrict access to an object but to rows in a specific table based on a function. Row-Level Security enables you to use group membership or execution context to control access to rows in a database table.

BuckWoody commented 2 years ago

Good catch. I'll edit.

David-Seis commented 1 year ago

Fixed, thank you Pieter!