Click or drag to resize

AccessRequestStatusContainsResourceAssignment Method

Returns true if the request contains the role with the provided id

Namespace:  Omada.OE.Solution.OIM.Model.PackagedSolution
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ContainsResourceAssignment(
	int resourceId,
	int identityId
)

Parameters

resourceId
Type: SystemInt32
identityId
Type: SystemInt32

Return Value

Type: Boolean
See Also