RRA Insight Source
Output representation of source details that's used to derive a relationship. Source
provenance maps to RRAInsightSource.
- JSON example
-
1[ 2 { 3 "sourceId": "rra-src-10", 4 "sourceType": "DATA_CLOUD_NOTE", 5 "sourceReference": "DCRRANote:0hNxx0000000CCC", 6 "sourceMetadata": { 7 "noteSource": "SalesEmail", 8 "retrievedAt": "2026-01-15T21:01:00.000Z" 9 }, 10 "confidenceScore": 0.90, 11 "dataSensitivity": "INTERNAL" 12 } 13 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| confidenceScore | Double | Score that represents the reliability of the source. | Big, 67.0 | 67.0 |
| dataSensitivity | String | Sensitivity classification of the source data, such as INTERNAL. | Big, 67.0 | 67.0 |
| noteSource | String | Origin of the note, such as SalesEmail. | Big, 67.0 | 67.0 |
| retrievedAt | String | Date and time when the system retrieves the source data. | Big, 67.0 | 67.0 |
| sourceId | String | Unique identifier of the source. | Big, 67.0 | 67.0 |
| sourceMetadata | Map<String, Object> | Additional metadata about the source. | Big, 67.0 | 67.0 |
| sourceReference | String | Reference identifier that links to the original source record. | Big, 67.0 | 67.0 |
| sourceType | String | Type of the source, such as DATA_CLOUD_NOTE. | Big, 67.0 | 67.0 |