object list

Lists any objects that are grouped under the specified protected object. Alternatively, lists all the extended attributes associated with the specified protected object.

Requires authentication (administrator ID and password) to use.

object list

object list object_name

object list object_name attribute

Options

Return codes

Examples

  • The following example lists all the protected objects under the protected object named /Management. In this example, both /Management and /Management/ACL are object spaces:
    pdadmin sec_master> object list /Management
    Displays a list like:
    /Management/ACL
    /Management/Action
    /Management/Config
    ...
    /Management/test-object

  • The following example lists the extended attributes for the object named /Management/test-object:
    pdadmin sec_master> object list /Management/test-object attribute
    Displays a list of attributes like:
    test1

    See also

    object listandshow
    object show

    Parent topic: pdadmin commands