RRA Entity

Output representation that contains information about an object in the relationship insight graph.
JSON example
1[
2      {
3        "entityId": "rra-entity-001",
4        "flexNodeId": "a2Zxx0000000AAA",
5        "resolutionStatus": "RESOLVED",
6        "resolutionConfidence": 0.92,
7        "isAccessRestricted": false,
8        "entityAttributes": {
9          "type": "Person",
10          "name": "Jane Doe",
11          "title": "VP Finance",
12          "company": "Acme Corp"
13        }
14      },
15      {
16        "entityId": "rra-entity-002",
17        "flexNodeId": "a2Zxx0000000AAB",
18        "resolutionStatus": "RESOLVED",
19        "resolutionConfidence": 0.95,
20        "isAccessRestricted": false,
21        "entityAttributes": {
22          "type": "Person",
23          "name": "John Smith",
24          "title": "Director of Procurement",
25          "company": "Acme Corp"
26        }
27      }
28    ]
Property Name Type Description Filter Group and Version Available Version
flexNodeId String Internal system identifier of the graph node. Big, 67.0 67.0
isAccessRestricted Boolean Indicates whether access to the object is restricted (true) or not (false). Big, 67.0 67.0
objectAttributes Map<String, Object> Attributes of the object, such as type, name, title, and associated organization. Big, 67.0 67.0
objectId String Unique identifier of the object. Big, 67.0 67.0
resolutionConfidence Double Confidence score that indicates the accuracy of the object resolution. Big, 67.0 67.0
resolutionStatus String Resolution status of the object. Big, 67.0 67.0