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 usage | Description |
|---|---|
| Designed to be used in a process only | Yes |
| Action Object (data object type) | Technical Identity Request |
Namespace: Omada.OE.Solution.OIM.Assembly.PackagedSolution
public void CreateTechnicalIdentity( CodeMethodInvokeContext context, string configuration, string prefix, int postfixSequenceLength, out int identityId, out string identityIdent )