Row Level Security
Manage row-level security rules for data access control.
| Method | Endpoint | Path |
|---|---|---|
DELETE | Bulk delete RLS rules | /api/v1/rowlevelsecurity/ |
GET | Get a list of RLS | /api/v1/rowlevelsecurity/ |
POST | Create a new RLS rule | /api/v1/rowlevelsecurity/ |
GET | Get metadata information about this API resource (rowlevelsecurity--info) | /api/v1/rowlevelsecurity/_info |
DELETE | Delete an RLS | /api/v1/rowlevelsecurity/{pk} |
GET | Get an RLS | /api/v1/rowlevelsecurity/{pk} |
PUT | Update an RLS rule | /api/v1/rowlevelsecurity/{pk} |
GET | Get related fields data (rowlevelsecurity-related-column-name) | /api/v1/rowlevelsecurity/related/{column_name} |