Home > Configuration > Policy > bindpolicystringmap_key

bindpolicystringmap_key

Use this method to bind key to policy stringmap.

Syntax



Parameters

name

Name of the string map to which to bind the key-value pair.
This is mandatory parameter.

value

Character string constituting the value associated with the key. This value is returned when processed data matches the associated key. Refer to the key parameter for details of the value character set.
This is mandatory parameter.

key

Character string constituting the key to be bound to the string map. The key is matched against the data processed by the operation that uses the string map. The default character set is ASCII. UTF-8 characters can be included if the character set is UTF-8. UTF-8 characters can be entered directly (if the UI supports it) or can be encoded as a sequence of hexadecimal bytes '\xNN'. For example, the UTF-8 character 'ü' can be encoded as '\xC3\xBC'.
This is mandatory parameter.

value

Character string constituting the value associated with the key. This value is returned when processed data matches the associated key. Refer to the key parameter for details of the value character set.
This is mandatory parameter.

Return Value

Returns simpleResult

See Also