Click or drag to resize

RoPEControllerIdentityHasDesiredStateAccountAssignment Method

Checks if an identity has a non-disabled account assignment with a desired state reason type.

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 bool IdentityHasDesiredStateAccountAssignment(
	Guid identityUId,
	Guid resourceUId
)

Parameters

identityUId
Type: SystemGuid
The identity UId.
resourceUId
Type: SystemGuid
The resource Uid.

Return Value

Type: Boolean
See Also