object listandshow

Lists any child objects that are grouped under the specified protected object and displays all values associated with each object. Shows all values associated with the protected object, including the attached ACLs, POPs, and authorization rules. Also shows any policies that are inherited from protected objects higher in the hierarchy.

Requires authentication (administrator ID and password) to use.

object listandshow object_name

Options

Return codes

Examples

  • The following example displays the object named /Management/test-object and lists any attached policies (myrule) and effective policies (myacl and mypop):
    pdadmin sec_master> object listandshow /Management/test-object
    Displays information like:
    Name : /Management/test-object
    Description : Test Object
    Type : 14 (Application Container Object)
    Is Policy Attachable : yes
    Attached ACL :
    Attached POP :
    Attached AuthzRule : myrule
    Effective ACL : myacl
    Effective POP : mypop
    Effective AuthzRule : myrule				

    See also

    object list
    object show

    Parent topic: pdadmin commands