pop list

Lists all protected object policies that are created. Alternatively, lists all extended attributes that are associated with a protected object policy.

Requires authentication (administrator ID and password) to use this command.

Syntax

pop list [pop_name attribute]

Options

pop_name attribute
Specifies the POP for which to list the attributes. The POP must exist, or an error is displayed. (Optional)

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 Security Verify Access error messages by decimal or hexadecimal codes.

Examples

  • The following example shows how to list all POPs:
    pdadmin sec_master> pop list
    
    test
    pop1
    poptest
  • The following example shows how to list all the attributes for the POP named pop1:
    pdadmin sec_master> pop list pop1 attribute
    
    attr1

See also

pop find