action list
Lists all actions (permissions) in an action group.
Requires authentication (administrator ID and password) to use.
action list [action_group_name]
Options
- action_group_name
- Name of the action group for which all actions are displayed. If this option is not specified, actions defined in the primary action group are listed. The action group must exist, or an error is displayed.
Examples of action group names are primary and test-group. (Optional)
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.
Example
The following example displays all existing actions in the primary action group:
pdadmin sec_master> action listTTraverseBase cControlBase gDelegationBase mModifyGeneric dDeleteGeneric bBrowseBase sServer AdminGeneric vViewGeneric aAttachBase BBypass POPBase tTraceBase rReadWebSEAL xExecuteWebSEAL lList DirectoryWebSEAL NCreateBase WPasswordBase AAddBase RBypass AuthzRuleBase
Parent topic: pdadmin commands