Click or drag to resize

ICalculatedRoleAssignmentRootAssignments Property

If the role is assigned because it is a child role of one or more other (assigned) roles then these "root" roles are stated here. Is only available during role engine processing - otherwise it is null.

Namespace:  Omada.OE.Solution.OIM.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
IEnumerable<ICalculatedRoleAssignment> RootAssignments { get; }

Property Value

Type: IEnumerableICalculatedRoleAssignment
See Also