.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The ConnectorAttributeInfo type exposes the following members.

Properties

  NameDescription
Public propertyInfoFlags
Returns the set of flags associated with the attribute.
Public propertyIsCreatable
Determines if the attribute is writable on create.
Public propertyIsMultiValued
Determines if this attribute can handle multiple values.
Public propertyIsReadable
Determines if the attribute is readable.
Public propertyIsRequired
Determines whether this attribute is required for creates.
Public propertyIsReturnedByDefault
Determines if the attribute is returned by default.
Public propertyIsUpdateable
Determines if the attribute is writable on update.
Public propertyName
The native name of the attribute.
Public propertyObjectClassName
For attributes that hold an embedded object, returns the name of the object class representing that object.
Public propertyValueType
The basic type associated with this attribute.

See Also