You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en_US/client-attributes/client-attributes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Where,
40
40
-**Attribute** is the name of the attribute.
41
41
-**Attribute Expression** is the configuration for extracting the attribute.
42
42
43
-
The attribute expression upports using [Variform expressions](../configuration/configuration.md#variform-expressions) and [predefined functions](../configuration/configuration.md#pre-defined-functions) to dynamically process values. For example:
43
+
The attribute expression supports using [Variform expressions](../configuration/configuration.md#variform-expressions) and [predefined functions](../configuration/configuration.md#pre-defined-functions) to dynamically process values. For example:
44
44
45
45
- To extract the prefix of a client ID delimited by a dot: `nth(1, tokens(clientid, '.'))`
46
46
- To truncate part of the username: `substr(username, 0, 5)`
0 commit comments