Click or drag to resize

TechnicalIdentity Class

The class contains code methods used in the technical identity workflows.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PackagedSolutionTechnicalIdentity

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 class TechnicalIdentity

The TechnicalIdentity type exposes the following members.

Constructors
  NameDescription
Public methodTechnicalIdentity
Top
Methods
  NameDescription
Public methodCreateTechnicalIdentity

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
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also