.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorAttributeInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| InfoFlags |
Returns the set of flags associated with the attribute.
| |
| IsCreatable |
Determines if the attribute is writable on create.
| |
| IsMultiValued |
Determines if this attribute can handle multiple values.
| |
| IsReadable |
Determines if the attribute is readable.
| |
| IsRequired |
Determines whether this attribute is required for creates.
| |
| IsReturnedByDefault |
Determines if the attribute is returned by default.
| |
| IsUpdateable |
Determines if the attribute is writable on update.
| |
| Name |
The native name of the attribute.
| |
| ObjectClassName |
For attributes that hold an embedded object, returns the name of
the object class representing that object.
| |
| ValueType |
The basic type associated with this attribute.
|