| bindappfwprofile_safeobject |
Use this method to bind safeobject to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
safeobject |
Protect web sites from exposing sensitive private information such as social security numbers, credit card numbers, driver's license numbers, passport numbers, and any other type of private information that can be described by a regular expression.
A safe object consists of the following items:
* Name. A name that describes the type of information that the safe object is to protect.
* Expression. PCRE-format regular expression that describes the information to be protected.
* Maximum match length. Maximum length of a matched string.
* Action. "X-Out" to mask blocked information with the letter X, or "Remove" to remove the information. |
expression |
Safe Object regular expression. |
maxmatchlength |
Maximum match length for a Safe Object expression. Default value = 1. Minimum value = 1. Maximum value = AS_MAX_INT_LEN. |
actioN |
Safe Object action types. (BLOCK | LEARN | LOG | STATS | NONE) Possible Values : none, block, log, remove, stats, xout. |
Return Value |
Returns simpleResult |
See Also |