Newer Version Available
IdentityVerificationProcDtl
Represents the search functionality configuration and
the minimum number of optional verifiers for identity verification.
This type extends the Metadata metadata
type and inherits its fullName field.
File Suffix and Directory Location
IdentityVerificationProcDtl components have the suffix .IdentityVerificationProcDtl and are stored in the IdentityVerificationProcDtls folder.
Version
IdentityVerificationProcDtl components are available in API version 54.0 and later.
Special Access Rules
The Health Cloud permission set license is
required to use this metadata type.
Fields
| Field Name | Description |
|---|---|
| apexClass |
|
| dataSourceType |
|
| identityVerificationProcDef |
|
| isActive |
|
| masterLabel |
|
| objectName |
|
| optionalVerifiersMinVerfCount |
|
| searchFilter |
|
| searchRecordUniqueIdField |
|
| searchResultSortBy |
|
| searchSequenceNumber |
|
| searchType |
|
Declarative Metadata Sample Definition
The following is an example of an identityVerificationProcDtl component.
1<?xml version="1.0" encoding="UTF-8"?>
2<IdentityVerificationProcDtl xmlns="http://soap.sforce.com/2006/04/metadata">
3 <dataSourceType>Salesforce</dataSourceType>
4 <isActive>true</isActive>
5 <masterLabel>detail1</masterLabel>
6 <fullName>detail1</fullName>
7 <objectName>Account</objectName>
8 <optionalVerifiersMinVerfCount>11</optionalVerifiersMinVerfCount>
9 <searchFilter>asd</searchFilter>
10 <searchRecordUniqueIdField>Id</searchRecordUniqueIdField>
11 <searchResultSortBy>asd</searchResultSortBy>
12 <searchSequenceNumber>1</searchSequenceNumber>
13 <searchType>Text-Based</searchType>
14</IdentityVerificationProcDtl>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>*</members>
5 <name>IdentityVerificationProcDtl</name>
6 </types>
7 <version>54.0</version>
8</Package>Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.