/AWS1/CL_VIDREGISTRATIONCONFIG¶
The registration configuration to be used during the batch fraudster registration job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_duplicateregaction TYPE /AWS1/VIDDUPLICATEREGACTION /AWS1/VIDDUPLICATEREGACTION¶
The action to take when a fraudster is identified as a duplicate. The default action is
SKIP, which skips registering the duplicate fraudster. Setting the value toREGISTER_AS_NEWalways registers a new fraudster into the specified domain.
iv_fraudstersimilaritythresh TYPE /AWS1/VIDSCORE /AWS1/VIDSCORE¶
The minimum similarity score between the new and old fraudsters in order to consider the new fraudster a duplicate.
it_watchlistids TYPE /AWS1/CL_VIDREGCFGWATCHLSTID00=>TT_REGCONFIGWATCHLISTIDS TT_REGCONFIGWATCHLISTIDS¶
The identifiers of watchlists that a fraudster is registered to. If a watchlist isn't provided, the fraudsters are registered to the default watchlist.
Queryable Attributes¶
DuplicateRegistrationAction¶
The action to take when a fraudster is identified as a duplicate. The default action is
SKIP, which skips registering the duplicate fraudster. Setting the value toREGISTER_AS_NEWalways registers a new fraudster into the specified domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DUPLICATEREGACTION() |
Getter for DUPLICATEREGISTRATIONACTION, with configurable de |
ASK_DUPLICATEREGACTION() |
Getter for DUPLICATEREGISTRATIONACTION w/ exceptions if fiel |
HAS_DUPLICATEREGACTION() |
Determine if DUPLICATEREGISTRATIONACTION has a value |
FraudsterSimilarityThreshold¶
The minimum similarity score between the new and old fraudsters in order to consider the new fraudster a duplicate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAUDSTERSIMILARITYTHRSH() |
Getter for FRAUDSTERSIMILARITYTHRESHOLD, with configurable d |
ASK_FRAUDSTERSIMILARITYTHRSH() |
Getter for FRAUDSTERSIMILARITYTHRESHOLD w/ exceptions if fie |
HAS_FRAUDSTERSIMILARITYTHRSH() |
Determine if FRAUDSTERSIMILARITYTHRESHOLD has a value |
WatchlistIds¶
The identifiers of watchlists that a fraudster is registered to. If a watchlist isn't provided, the fraudsters are registered to the default watchlist.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WATCHLISTIDS() |
Getter for WATCHLISTIDS, with configurable default |
ASK_WATCHLISTIDS() |
Getter for WATCHLISTIDS w/ exceptions if field has no value |
HAS_WATCHLISTIDS() |
Determine if WATCHLISTIDS has a value |