CdpIdentityResolution Class
Create, delete, get, run, and update Data 360 identity resolution
rulesets.
Namespace
CdpIdentityResolution Methods
These methods are for CdpIdentityResolution. All
methods are static.
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.