.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Enum of modifier flags to use for attributes.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
[FlagsAttribute]
public enum Flags

Members

Member nameValueDescription
NONE0
REQUIRED1
MULTIVALUED2
NOT_CREATABLE4
NOT_UPDATEABLE8
NOT_READABLE16
NOT_RETURNED_BY_DEFAULT32

Remarks

Note that this enum is designed for configuration by exception such that an empty set of flags are the defaults:
  • updateable
  • creatable
  • returned by default
  • readable
  • single-valued
  • optional

See Also