Click or drag to resize

ADPostActionHandlerPerformAction Method

Called for preprocessing before onboarding the AD system. Generates a system ID from the LDAP paths and checks the connection type. Note that the ldap path may contain multiple lines separated with \r\n in which the first should be picked. Example LDAP://DC=megamart,DC=com\r\nLDAP://DC=omada,DC=dk should give system id megamart.com

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public ActionArgument PerformAction(
	ActionArgument arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument
System information generated from onboarding of new AD system including connection details.

Return Value

Type: ActionArgument
See Also