Strise Connect API Docs
TypesObjects

RiskMatchSource

A single entity that contributed a matched value to a risk score, with its relation to the screened root entity.

type RiskMatchSource {
  entityId: String!
  displayName: String!
  relation: NetworkRelation!
}

Fields

entityId String! non-null scalar

String! Stable ID of the contributing entity. Use the Connect entity queries to fetch the full entity.

displayName String! non-null scalar

String! Display name of the contributing entity in the current user's language.

relation NetworkRelation! non-null enum

NetworkRelation! How the contributing entity is related to the screened root entity.

Member Of

RiskMatchedValue object

On this page