Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.08 KB | None | 0 0
  1. {
  2.   "mapping-parameters": {
  3.     "attribute-mappings": [
  4.       {
  5.         "target-attribute-name": "sessionID",
  6.         "attribute-type": "string",
  7.         "value": "${ssid}"
  8.       },
  9.       {
  10.         "target-attribute-name": "fingerPrintID",
  11.         "attribute-type": "string",
  12.         "value": "${fph}"
  13.       },
  14.       {
  15.         "target-attribute-name": "browsePaths",
  16.         "attribute-type": "array",
  17.         "attribute-sub-type": "object",
  18.         "value": [
  19.           {
  20.             "target-attribute-name": "type",
  21.             "attribute-type": "string",
  22.             "value": "${type}"
  23.           },
  24.           {
  25.             "target-attribute-name": "startTime",
  26.             "attribute-type": "int",
  27.             "value": "${td}"
  28.           },
  29.           {
  30.             "target-attribute-name": "endTime",
  31.             "attribute-type": "int",
  32.             "value": "${tu}"
  33.           },
  34.           {
  35.             "target-attribute-name": "timeOnPage",
  36.             "attribute-type": "int",
  37.             "value": "${timeOnPage}"
  38.           }
  39.         ]
  40.       }
  41.     ],
  42.   }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement