Click or drag to resize

PolicyType Enumeration

Namespace:  Omada.OE.AppLogic.CtrlPolicy
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum PolicyType
Members
  Member nameValueDescription
Identity0 Policy validates the integrity of Identity master data.
Resource1 Policy validates the integrity of Resource master data.
OtherMasterData2 Policy validates the integrity of other types (besides Identity and Resource) of master data.
SensitiveAccess3 Policy identifies entitlements (account- and permission assignments) that grants sensitive access to identities.
PrivilegedAccess4 Policy identifies entitlements (account- and permission assignments) that grants privileged access to identities.
Training5 Policy identifies entitlements (account- and permission assignments) that require specific training courses that has not been completed.
Unspecified6
See Also