Click or drag to resize

ExportConnectivityPackageHelperCreateTaskMappingTemplateDictionary Method

Creates a dictionary representing a task mapping to be used for the connectivity package export

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<string, string> CreateTaskMappingTemplateDictionary(
	string systemIdentifier,
	ProvisioningConfiguration configuration,
	IDataObject taskMapping,
	Dictionary<string, Object> taskMappingAsQuery
)

Parameters

systemIdentifier
Type: SystemString
System identifier for detection of the personal account resource type
configuration
Type: Omada.OE.Solution.OIM.AppLogic.OPS.ModelProvisioningConfiguration
Provisioning configuration
taskMapping
Type: Omada.OE.Model.PublicIDataObject
Taskmapping object
taskMappingAsQuery
Type: System.Collections.GenericDictionaryString, Object
TaskMapping as query representation from systemonboarding webservice logic

Return Value

Type: DictionaryString, String
See Also