Click or drag to resize

IdentityRulesControllerSetIdentityJoinRules Method

Sets the identity join rules on SYSONB_IDENTITYJOINRULES

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 void SetIdentityJoinRules(
	int systemId,
	string xml
)

Parameters

systemId
Type: SystemInt32
The system to set the value for. Note that we only support identity join rules on the OIS system
xml
Type: SystemString
The new identity join rules
See Also