Click or drag to resize

OperationSource Enumeration

Represents the source of an operation (that modifies a data object).

Namespace:  Omada.OE.Model.AuthSourcePolicy
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum OperationSource
Members
  Member nameValueDescription
Internal0 The operation is performed by OIS itself.
External1 The operation is performed by an external system.
See Also