Installation Guides › Policy Server Installation Guide › Installing the Administrative UI › Configure an ODBC Directory Configuration File › How to Describe an Administrator User Store › Managed Object Descriptions › Specify Object Information
Specify Object Information
Object information is specified by supplying values for various parameters.
To specify object information
- Locate the ImsManagedObject element in the User Object section.
- Supply values for the following parameters:
- name
(Required)
Provides a unique name for the managed object.
- description
Provides the description of the managed object.
- objecttype
(Required)
Specifies the type of managed object. The valid value is USER.
The ImsManagedObject element should resemble the following:
<ImsManagedObject name="User" description="My Users" objecttype="USER">
- Supply Table information, as described in Database Tables.
- Specify the column that contains the unique identifier for the object, as described in Specify the Unique Identifier for a Managed Object.
- Describe the attributes, as described in Modify Attribute Descriptions.