Click or drag to resize

MainCreateIdentity Method

Creates a new identity data object. Code method is intended to be used in a "joiner" process. The action object is used as a template.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type)Object type with reference to Identity

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void CreateIdentity(
	CodeMethodInvokeContext context,
	string copyRuleUIdStr,
	string identityReferencePropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
copyRuleUIdStr
Type: SystemString
The UId of the copy rule to use when copying data from the target object to the Identity
identityReferencePropertySysName
Type: SystemString
The System Name of a reference property present on the action object for referring an identity. If specified the new identity will be referred in the property on the action object. Can be empty / null in which case it is ignored.

Return Value

Type: 
See Also