TypesObjects
PrivatePersonPepChange
Change in PEP screening of a private person.
type PrivatePersonPepChange implements ChangeLike {
pepChanges: [PrivatePersonPepChangeItem!]!
kind: DatasetKind!
}Fields
pepChanges [PrivatePersonPepChangeItem!]! non-null object
[PrivatePersonPepChangeItem!]!
PEP screening changes. Today this list always contains exactly one item with isMonitoredEntity = true, representing the monitored private person. Future additions of related-entity changes will appear as additional items.
kind DatasetKind! non-null enum
DatasetKind!
Change kind, determines the data structure of the change.
Interfaces
ChangeLike interface
ChangeLike
An interface type of monitoring change kinds.