pop show
Shows details about the protected object policy (POP). Alternatively, displays the values for the specified extended attribute from the specified protected object policy.
Requires authentication (administrator ID and password) to use.
pop show pop_name [attribute attribute_name]
Options
- attribute attribute_name
- Name of the extended attribute whose values we want to display. The attribute must exist, or an error is displayed. Examples of attribute names are Dept_No and Employee_Name. (Optional)
- pop_name
- Specifies the POP to display. The POP must exist, or an error is displayed. Examples of POP names are poptest and pop1.
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 ISAM error messages by decimal or hexadecimal codes.
Examples
- The following example shows how to show POP information, including the description:
pdadmin sec_master> pop show test Protected object policy:test Description:Test POP Warning:no Audit level:none Quaility of protection:none Time of day access: sun, mon, tue, wed, thu, fri, sat: anytime: local IP Endpoint Authentication Method Policy Any Other Network 0
The following example shows attribute attr1 information for the POP named pop1: pdadmin sec_master> pop show pop1 attribute attr attr1 valueA
See also
pop find
pop listParent topic: pdadmin commands