"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.
"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.