Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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