.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
E41516-01
Enum of modifier flags to use for attributes.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum Flags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NONE | 0 | ||
| REQUIRED | 1 | ||
| MULTIVALUED | 2 | ||
| NOT_CREATABLE | 4 | ||
| NOT_UPDATEABLE | 8 | ||
| NOT_READABLE | 16 | ||
| NOT_RETURNED_BY_DEFAULT | 32 |
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