Newer Version Available

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

IdentityVerificationProcDef

Represents the identity verification process definition. This type extends the Metadata metadata type and inherits its fullName field.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

File Suffix and Directory Location

IdentityVerificationProcDef components have the suffix .IdentityVerificationProcDef and are stored in the IdentityVerificationProcDefs folder.

Version

IdentityVerificationProcDef 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
masterLabel
Field Type
string
Description
Required. The label of the Identity Verification Process Definition record.
searchLayoutType
Field Type
IdentityVerificationSearchLayoutType (enumeration of type string)
Description

Required.

The display layout of the search component.
Valid values are:
  • Stack
  • Tab

    Tab isn't supported in API version 54.0.

    Note

Declarative Metadata Sample Definition

The following is an example of an IdentityVerificationProcDef component.

1<?xml version="1.0" encoding="UTF-8"?>
2<IdentityVerificationProcDef xmlns="http://soap.sforce.com/2006/04/metadata">
3    <masterLabel>def1</masterLabel>
4    <searchLayoutType>Tab</searchLayoutType>
5     <fullName>def1</fullName>
6</IdentityVerificationProcDef>

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>IdentityVerificationProcDef</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.