Click or drag to resize

ICalculatedRoleAssignmentDisabled Property

An assignment is disabled if one or more of the following was true at the time of the calculation:
  • ValidFrom is not reached.
  • ValidTo is in the past.
  • Identity's or Role assignment's (interpreted) status is 'Disabled'.

Namespace:  Omada.OE.Solution.OIM.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
bool Disabled { get; }

Property Value

Type: Boolean
See Also