Click or drag to resize

RoleApprovalLogEntry Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.ModelRoleApprovalLogEntry

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class RoleApprovalLogEntry

The RoleApprovalLogEntry type exposes the following members.

Constructors
  NameDescription
Public methodRoleApprovalLogEntry
Top
Fields
  NameDescription
Public fieldAction
Public fieldDescription
Public fieldId
Public fieldIdentity
OIM IdentityID of identity who the role was assigned to or revoked from.
Public fieldIdentityId
OIM dataobjectid of identity who the role was assigned to or revoked from.
Public fieldPerformer
OIM username of user who performed the action (assigned, modified or revoked the role).
Public fieldPerformerId
OIM UserID of user who performed the action. Can be 0 if the performer is not an OIM user – this can happen if a role is assigned outside OIM by an external system.
Public fieldRequestor
OIM Username of person requesting the role for the identity
Public fieldRequestorId
OIM UserID of person requesting the role for the identity
Public fieldRequestTime
The time of the request of the role
Public fieldRole
Public fieldRoleAssignmentId
Role assignment dataobject id of roleassignment that was assigned/modified/revoked. Can be 0 if a role is assigned outside OIM by an external system.
Public fieldRoleId
Public fieldSystem
Public fieldSystemId
Public fieldWhen
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