Click or drag to resize

ProvisioningClaimLog Class

Represents a provisioning claim historical log The info is loaded from tblProvisioningClaimLog.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.RoPEProvisioningClaimLog

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ProvisioningClaimLog

The ProvisioningClaimLog type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningClaimLog
Constructor to initialize all properties.
Top
Properties
  NameDescription
Public propertyAccountName
The name of the account that was provisioned.
Public propertyAction
The operaation that in on the provisioning claim
Public propertyAnchor
Identifies the account or entitlement in the target system
Public propertyAssignmentHash
A hash of account name, attributes and values and the disabled flag
Public propertyAttributes
Dictionary with the attribute names and values that were used in the provisioning. Can be null.
Public propertyAttributesHash
The hash of the attributes that were used in the provisioning.
Public propertyClaimId
Id of the claim
Public propertyDifferentiator
The value for the differentiator that was used in the provisioning
Public propertyDisabled
Flag that indicates if the calculated assigment was disabled
Public propertyMessage
Message from the provisioning process, e.g. a message from the manual provisioner
Public propertyStatus
Status of the provisioning claim.
Public propertyWhen
The time when the provisioning was made.
Public propertyWho
ID of the user who made the provisioning.
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