Previous Topic: etautil Control Statements

Next Topic: Use DeletePending

Multivalued Attributes

Each provisioning role, account template, and global user is an object. Each object has attributes, some of which are multivalued. For example, a Global User may belong to multiple Roles. You may need to update or delete the values for these attributes using plus sign (+) or minus sign (-) operators with the UPDATE command using the following syntax:

+attribute_name=attribute_value for adding a value
-attribute_name=attribute_value for removing a value
attribute_name=attribute_value for replacing existing value(s) by a new one
attribute_name='' for clearing existing value(s)

Multivalued attributes include the following:

Note: For more information about multivalued attributes, see the Connectors Guide.