Adapter attributes
This section describes the adapter attributes.
Attribute descriptions
The ISIM Server communicates with the IBM Control Desk service provider using attributes that are included in transmission packets that are sent over a network. The combination of attributes which are included in the packets, depends on the type of action that ISIM Server requests from the IBM Control Desk service provider. Table 1 contains a list of the attributes used by the IBM Control Desk service provider, and gives a brief description and the data type for the value of the attribute.
Attribute Directory server attribute Description Data format Userid eruid Specifies the user ID of the account. String Password erpassword Account password. String Status eraccountstatus Status of the account (ACTIVE, INACTIVE). String Enter ermaximousertype Type of the Maximo user. String Defsite ermaximodefsite Specifies the default site of the account. String Storeroomsite ermaximostoresite Storeroom site of the account. String Querywithsite ermaximoquerysite Specifies whether or not to use the insert site as a display filter. Boolean Emailpswd ermaximoemailpswd Specifies whether or not to e-mail the password to the user on account creation. Boolean Sysuser ermaximosysuser Specifies whether or not the account is a system account. Boolean Screenreader ermaximoscreen Specifies whether or not the account requires a screen reader. Boolean Firstname ermaximofirstname First name of the person supporting the user account. String Lastname ermaximolastname Last name of the person supporting the user account. String Phonenum ermaximophone Specifies the primary phone number for the person. String PhoneType ermaixmophonetype Type of the primary phone number for the person. String ermaximoemail Specifies the primary e-mail address for the person. String Memo ermaximomemo Memo for the person. String Addressline1 ermaximoaddress Address of the person. String City ermaximocity City of the person. String Stateprovince ermaximostate State of the person. String Postalcode ermaximozip Specifies the zip of the person. String Country ermaximocountry Country of the person. String Groupname ermaximogroupname Name of the group. String GroupDescription ermaximogroupdescription Specifies the description of the group. String
IBM Control Desk service provider attributes by action
The following lists are typical IBM Control Desk service provider actions that are organized by their functional transaction group. The lists include more information about required and optional attributes sent to the IBM Control Desk service provider to complete that action.
- System Login Add
A System Login Add is a request to create a user account in the domain with the specified attributes.
Required attributes Optional attribute erui.
ermaximoemailpsw.
All other supported attributes
- System Login Change
A System Login Change is a request to change one or more attributes for the specified users.
Required attributes Optional attribute eruid All other supported attributes
- System Login Delete
A System Login Delete is a request to remove the specified user from the IBM Control Desk registry.
Required attributes Optional attribute eruid None
- System Login Suspend
A System Login Suspend is a request to disable a user account. The user is not removed, and the attributes are not modified.
Required attributes Optional attribute erui.
eraccountstatu.
None
- System Login Restore
A System Login Restore is a request to activate a user account that was previously suspended. After an account is restored, the user can access the system with the same attributes before the Suspend function was called.
Required attributes Optional attribute erui.
eraccountstatu.
None
- Reconciliation
The Reconciliation request synchronizes user account information between IBM Security Identity Manager and the service provider.
Required attributes Optional attribute None None Parent topic: Integrating with IBM Control Desk