authzrule detach
Detach an authorization rule from the specified protected object.
Requires authentication (administrator ID and password) to use.
authzrule detach protobjid
Options
- protobjid
- Name of the protected object from which the authorization rule is detached. The object must exist and have an authorization rule attached, or an error is displayed.
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 detaches a rule from the /WebSEAL/tivoli.com/w3junction/index.html protected object:pdadmin sec_master> authzrule detach /WebSEAL/tivoli.com/w3junction/index.html
See also
authzrule attach
authzrule deleteParent topic: pdadmin commands