Click or drag to resize

RoPEControllerGetCalculatedAssignmentKeysForIdentity Method (Int32, Int32)

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(
	int identityId,
	int resourceId
)

Parameters

identityId
Type: SystemInt32
Id of identity
resourceId
Type: SystemInt32
Id of resource

Return Value

Type: ListGuid
See Also