Verify Reference Data (deprecated)
Verify reference data is any data submitted by the user, or by a PingOne customer on behalf of the user, to the verification service as reference material for later comparison during verification. Reference data are voice samples. Verify reference data is retained for an indefinite period of time, although it can be deleted.
|
Voice verification is deprecated and will be removed on November 25, 2026. |
Verify reference data data model
The data property can contain rather large base64-encoded data. To reduce message size, it is not returned by Read All Reference Data (deprecated). Use that call to find the id of a specific reference data and then use Read One Reference Data (deprecated) to retrieve it.
|
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
N/A |
Read-only |
Reference data identifier (UUID or textual descriptor) |
|
String |
Required |
Immutable |
Ping environment identifier (UUID) of the user |
|
String |
Required |
Immutable |
Identifier (UUID) for the user |
|
String |
Required |
Immutable |
The type of reference data represented; can be |
|
Object |
Required |
Mutable |
User’s reference data: data object |
|
DateTime |
N/A |
Read-only |
Date and time the reference data was created |
|
DateTime |
N/A |
Read-only |
Date and time the reference data was updated; can be null |
data object
The data object can contain rather large base64-encoded data and therefore is returned only with Read One Reference Data (deprecated). To find the id for specific reference data, use Read All Reference Data (deprecated) and find the 'id of the reference data to retrieve.
|
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object[] |
Optional |
Mutable |
Array of voice recording objects |
|
String |
N/A |
Read-only |
Voice recording identifier (UUID) |
|
String |
Required |
Mutable |
Base64-encoded voice recording submitted |
|
String |
Required |
Mutable |
Source of the voice recording submitted; can be |
|
DateTime |
N/A |
Read-only |
Date and time the voice recording was created |
|
DateTime |
N/A |
Read-only |
Date and time the voice recording was updated; can be null |
|
Object[] |
Required |
Mutable |
Array of voice template (created from the voice recordings) objects |
|
String |
N/A |
Read-only |
Voice template identifier (UUID) |
|
String |
Required |
Mutable |
Base64-encoded voice template extracted from a submitted recording |
|
Boolean |
Required |
Mutable |
Whether new templates should be merged into existing templates to adapt to the user’s voice changes over time |
|
String |
Required |
Mutable |
Source of the voice template submitted; can be |
|
Object |
N/A |
Read-only |
Information regarding the SDK used to create the template |
|
String |
N/A |
Read-only |
Version of the SDK |
|
String |
N/A |
Read-only |
Identifier of the initialization data |
|
String |
N/A |
Read-only |
Algorithm used |
|
String[] |
Optional |
Mutable |
Array of voice template identifiers (UUIDs) of the voice templates merged into this template when |
|
DateTime |
N/A |
Read-only |
Date and time the voice template was created |
|
DateTime |
N/A |
Read-only |
Date and time the voice template was updated; can be null |
|
Object |
N/A |
Read-only |
Voice phrase content used to create the reference data; refer to xref:[Verify voice phrase contents data model] |
|
DateTime |
N/A |
Read-only |
Date and time the voice recording was created |
|
DateTime |
N/A |
Read-only |
Date and time the voice recording was updated; can be null |