Click or drag to resize

ProvisioningClaim Class

Represents a claim that a CRA has been provisioned or deprovisioned in the target system. The info is loaded from tblProvisioningClaim.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.RoPEProvisioningClaim

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 ProvisioningClaim

The ProvisioningClaim type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningClaim(CalculatedAssignment, ProvisioningActionType, Int32)
Creates a provisioning claim from a RoPE calculated assignment.
Public methodProvisioningClaim(Int32, Guid, Guid)
Constructor is used when loading claims from the data store.
Top
Properties
  NameDescription
Public propertyAccountName
Public propertyAccountResourceUID
Public propertyAccountTypeUID
Public propertyAction
Public propertyAssignmentHash
A hash of account name, attributes and values and the disabled flag
Public propertyAssignmentKey
RoPE assignment key.
Public propertyAttributes
Dictionary with the attribute names and values that were used in the provisioning. Can be null.
Public propertyAttributesHash
Public propertyDifferentiator
Public propertyDisabled
Public propertyExpiresOn
Public propertyExternalAnchor
Identifies the account or entitlement in the target system
Public propertyID
Public propertyIdentityUID
Public propertyMessage
Message from the provisioning process, e.g. a message from the manual provisioner
Public propertyResourcePoolUID
This attribute is not persisted and not always available
Public propertyResourceUID
Public propertyStatus
Status of the provisioning claim.
Public propertyWhen
Public propertyWho
ID of the user who made the provisioning.
Top
Methods
  NameDescription
Public methodIsRejectedClaim
Checks if a claim is a rejected claim A claim is a rejected claim when its a failed claim, and when the message ends with [REJECTED] A claim that represents a rejection can be caused by an approver rejecting a request in SAP GRC or another service that OIS relays provisioning to
Public methodValidate
Validates a claim for saving in the data store.
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