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.

Form Verification Field List Output

Output representation of form verification field list responses.
JSON example
1"formVerificationFields": [
2    {
3      "developerName": "SampleAccountName",
4      "isVerified": true
5    },
6    {
7      "developerName": "SampleAccountNumber",
8      "isVerified": true
9    },
10    {
11      "developerName": "SamplePhone",
12      "value": "4158764524",
13      "isVerified": false
14    },
15    {
16      "developerName": "SamplePostalCode",
17      "isVerified": true
18    }
19    ]
Property Name Type Description Filter Group and Version Available Version
formVerificationFields Identity Verf Form Field Output[] Details, including verification results, of the required and optional verification fields. Small, 58.0 58.0