Description of the row level security filter
SQL WHERE clause template that filters records based on user context variables
Unique identifier for the row level security filter
Name of the row level security filter
Timestamp when the filter was created
Timestamp when the filter was last updated
Replaces user-specific tokens in the filter text with actual user values. Tokens are in the format {{UserFieldName}} where FieldName is any property of the UserInfo object.
The user whose properties will be substituted into the filter text
The filter text with all user tokens replaced with actual values
Protected copyCopies initialization data from a plain object to the class instance. Only copies properties that already exist on the class to prevent creating new fields. Special handling for DefaultValue fields to extract actual values from SQL Server syntax.
The initialization data object
Defines data access rules that filter records based on user context, implementing fine-grained security at the row level.