Newer Version Available

This content describes an older version of this product. View Latest

VerifiedDetails Class

Contains details about the verified object that is used for secondary search, including the process that’s used to verify the search object.

Namespace

id_verification

VerifiedDetails Properties

The following are properties for VerifiedDetails.

displayRecordId

ID of the record that's shown to the user after identity verification is successful.

Signature

public String displayRecordId {get; set;}

Property Value

Type: String

displayRecordName

Name of the record that's shown to the user after identity verification is successful.

Signature

public String displayRecordName {get; set;}

Property Value

Type: String

label

Specifies the label of the verified search object.

Signature

public String label {get; set;}

Property Value

Type: String

processDetailName

Specifies the name of the process that’s used to verify the search object.

Signature

public String processDetailName {get; set;}

Property Value

Type: String

searchObjectName

Specifies the name of the object that is searched.

Signature

public String searchObjectName {get; set;}

Property Value

Type: String

verifiedId

Specifies the ID of the verified search object.

Signature

public String verifiedId {get; set;}

Property Value

Type: String