Click or drag to resize

RoPEControllerGetCalculatedAssignmentKeysForIdentity Method (Guid, Guid)

This method returns the CRA assignment key for resource/identity

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<Guid> GetCalculatedAssignmentKeysForIdentity(
	Guid identityUId,
	Guid resourceUId
)

Parameters

identityUId
Type: SystemGuid
UId of identity
resourceUId
Type: SystemGuid
UId of resource

Return Value

Type: ListGuid
See Also