ProvisioningClaim Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.RoPE
public class ProvisioningClaim
The ProvisioningClaim type exposes the following members.
| Name | Description | |
|---|---|---|
| ProvisioningClaim(CalculatedAssignment, ProvisioningActionType, Int32) |
Creates a provisioning claim from a RoPE calculated assignment.
| |
| ProvisioningClaim(Int32, Guid, Guid) |
Constructor is used when loading claims from the data store.
|
| Name | Description | |
|---|---|---|
| AccountName | ||
| AccountResourceUID | ||
| AccountTypeUID | ||
| Action | ||
| AssignmentHash |
A hash of account name, attributes and values and the disabled flag
| |
| AssignmentKey |
RoPE assignment key.
| |
| Attributes |
Dictionary with the attribute names and values that were used in the provisioning.
Can be null.
| |
| AttributesHash | ||
| Differentiator | ||
| Disabled | ||
| ExpiresOn | ||
| ExternalAnchor |
Identifies the account or entitlement in the target system
| |
| ID | ||
| IdentityUID | ||
| Message |
Message from the provisioning process, e.g. a message from the manual provisioner
| |
| ResourcePoolUID |
This attribute is not persisted and not always available
| |
| ResourceUID | ||
| Status |
Status of the provisioning claim.
| |
| When | ||
| Who |
ID of the user who made the provisioning.
|
| Name | Description | |
|---|---|---|
| IsRejectedClaim |
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
| |
| Validate |
Validates a claim for saving in the data store.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |