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;}

1id_verification.VerifiedDetails, displayRecordId

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;}

1id_verification.VerifiedDetails, displayRecordName

Property Value

Type: String

label

Specifies the label of the verified search object.

Signature

public String label {get; set;}

1id_verification.VerifiedDetails, label

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;}

1id_verification.VerifiedDetails, processDetailName

Property Value

Type: String

searchObjectName

Specifies the name of the object that is searched.

Signature

public String searchObjectName {get; set;}

1id_verification.VerifiedDetails, searchObjectName

Property Value

Type: String

verifiedId

Specifies the ID of the verified search object.

Signature

public String verifiedId {get; set;}

1id_verification.VerifiedDetails, verifiedId

Property Value

Type: String