Application Programming Interface Guide > Web Services Operations > Operations Reference > rbsAssignFilterPolicy
 
rbsAssignFilterPolicy
Assign a filter policy for row-based security.
Location
/services/webservices/system/util/security/operations/
Request Elements
name: The name of the filter policy, in one of two forms:
name: If a name element is specified, the filter policy is retrieved based on its short name.
procedureName: If a procedureName element is specified, the filter policy is retrieved based on the path of the implementing procedure.
target: The path of the view or table.
operation: (optional):
ASSIGN: Assigns a policy definition. Default value.
REMOVE: Removes a filter policy definition.
Response Elements
N/A
Faults
NotFound: If the specified filter policy does not exist
NotFound: If the specified view or table does not exist
Security: If user is not member of the admin group, or else lacks ACCESS_TOOLS, READ_ALL_CONFIG and MODIFY_ALL_CONFIG.