PreviousNext

object show

Displays attribute information associated with specified object entries. The syntax is:

object show object_name_list [-schema]

Options

-schema
Returns whether an attribute is single or multivalued. This is specific to an object meaning that the same attribute can be single-valued on one object and multivalued on another object.

Description
The object show operation displays attribute information associated with specified object entries. The required object_name argument is a list of one or more full CDS names of the object entries to be modified. If more than one object is shown, the attributes of all the objects are concatenated into one list. The order of the returned attributes is the lexical order of the OIDs of each attribute for each object.

The -schema option displays whether an attribute is single-valued or multivalued.

Privileges Required
You must have r (read) permission to the object entry. If you specify a wildcard object entry name, you also need r (read) permission to the directory that stores the object entry.

Examples

dcecp> object show /.:/obj
{RPC_ClassVersion
{0200}
{0300}}
{RPC_Group 1234}
{CDS_CTS 1994-07-01-22:06:54.990-05:00I0.000/00-00-c0-f7-de-56}
{CDS_UTS 1994-07-01-22:07:37.248-05:00I0.000/00-00-c0-f7-de-56}
{CDS_Class 0200}
dcecp>

dcecp> object show /.:/obj -schema
{RPC_ClassVersion multi}
{RPC_Group multi}
{CDS_CTS single}
{CDS_UTS single}
{CDS_Class single}
dcecp>