Click or drag to resize

TechnicalIdentityCreateTechnicalIdentity Method

The code method is used in the "Request Technical Identity" process template. It creates a new identity data object.

An IdentityID is generated and assigned to the identity.

The new identity is set to status "Inactive", "Active" or "Terminated" depending on the stated validity period.

Codemethod usageDescription
Designed to be used in a process onlyYes
Action Object (data object type) Technical Identity Request

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void CreateTechnicalIdentity(
	CodeMethodInvokeContext context,
	string configuration,
	string prefix,
	int postfixSequenceLength,
	out int identityId,
	out string identityIdent
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
configuration
Type: SystemString
Currently no parameters are supported.
prefix
Type: SystemString
The prefix string is being prepended to the sequence number
postfixSequenceLength
Type: SystemInt32
The number of digits in the sequence number, e.g. 5 for 00012
identityId
Type: SystemInt32
The created identity's Id (data object id) is returned here.
identityIdent
Type: SystemString
The created identity's IdentityID is returned here.
See Also