| ProvisioningClaimControllerGetClaims Method |
Method is used by RoPE when loading actual assignments.
The claims override the status from the ODW; if the ODW says that an assignment exists - but a claim
says it has been removed - then it doesn't exist from a RoPE perspective.
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
Syntaxpublic List<ProvisioningClaim> GetClaims(
IEnumerable<Guid> identityUIds,
bool includeExpired,
IEnumerable<string> referenceAttributes = null
)
Parameters
- identityUIds
- Type: System.Collections.GenericIEnumerableGuid
- includeExpired
- Type: SystemBoolean
- referenceAttributes (Optional)
- Type: System.Collections.GenericIEnumerableString
List of attributes of type reference. Attributes are only loaded if this parameter is provided.
Return Value
Type:
ListProvisioningClaim
See Also