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.
CdpIdentityResolution Class
Namespace
CdpIdentityResolution Methods
createIdentityResolution(input)
API Version
57.0
Requires Chatter
No
Signature
public static ConnectApi.CdpIdentityResolutionOutput createIdentityResolution(ConnectApi.CdpIdentityResolutionConfigInput input)
Parameters
- input
- Type: ConnectApi.CdpIdentityResolutionConfigInput
- Input representation for creating an identity resolution ruleset.
Return Value
getIdentityResolution(identityResolution)
API Version
57.0
Requires Chatter
No
Signature
public static ConnectApi.CdpIdentityResolutionOutput getIdentityResolution(String identityResolution)
Parameters
- identityResolution
- Type: String
- Developer name or ID of the ruleset.
Return Value
getIdentityResolutions()
API Version
57.0
Requires Chatter
No
Signature
public static ConnectApi.CdpIdentityResolutionsOutput getIdentityResolutions()
Return Value
runIdentityResolutionNow(identityResolution, input)
API Version
57.0
Requires Chatter
No
Signature
public static ConnectApi.CdpIdentityResolutionRunNowOutput runIdentityResolutionNow(String identityResolution, ConnectApi.CdpIdentityResolutionRunNowInput input)
Parameters
- identityResolution
- Type: String
- Developer name of the ruleset.
- input
- Type: ConnectApi.CdpIdentityResolutionRunNowInput
- Input representation for running an identity resolution ruleset job on demand.
Return Value
updateIdentityResolution(identityResolution, input)
API Version
57.0
Requires Chatter
No
Signature
public static ConnectApi.CdpIdentityResolutionOutput updateIdentityResolution(String identityResolution, ConnectApi.CdpIdentityResolutionConfigPatchInput input)
Parameters
- identityResolution
- Type: String
- Developer name or ID of the ruleset.
- input
- Type: ConnectApi.CdpIdentityResolutionConfigPatchInput
- Input representation for updating an identity resolution ruleset.