Page created: 9 Mar 2023
|
Page updated: 14 Apr 2023
Generate attributes to extract JSON schema properties from parent attributes. As example data, consider the following JSON passed in a decision request. The JSON represents a user in an external identity store.
{
"Id": "my-id",
"Ip": "217.145.198.92",
"Name": "John Smith"
}
You’ll create a parent attribute that stores the user information, then generate child attributes that extract properties.