object listandshow
Lists any child objects that are grouped under the specified protected object and displays all values that are associated with each object. Shows all values that are 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 this command.
Syntax
object listandshow object_name
Options
object_name- Specifies the protected object for which the child objects and
associated values are to be displayed. The specified protected object
is the fully qualified name of the object, including the object space
within which it is located.
Examples of object names are:
/Management/Groups/Travel/WebSEAL/Management
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command
provides a description of the error and an error status code in hexadecimal
format (for example,
0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the Security Verify Access error messages by decimal or hexadecimal codes.
Examples
- The following example lists the object named
/Management/Groups/Traveland also automatically lists extended attributes, if any:
Displays information like:pdadmin sec_master> object listandshow /Management/Groups/TravelName : /Management/Groups/Travel Description : Travel Container Object Type : 14 (Application Container Object) Is Policy Attachable : no Extended Attributes : test1 1111 - The following example displays the object named /Management/test-object
and lists any attached policies (
myrule) and effective policies (myaclandmypop):
Displays information like:pdadmin sec_master> object listandshow /Management/test-objectName : /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