rsrccred delete
Deletes a single sign-on credential.
Requires authentication (administrator ID and password) to use this command.
Syntax
rsrccred delete resource_name rsrctype {web|group} user user_name
Options
resource_name- Specifies the name that is given to the resource or resource group
when the resource was created. The resource or resource group must
exist, or an error is displayed.
Examples of resource names are
engwebs01and"Mary Jones Printer". rsrctype{web|group}- Specifies whether the resource type named is
web(resource) orgroup(resource group) for the single sign-on resource that is associated with the credential. The type of resource must match the resource type that is assigned when the resource or resource group was first created. useruser_name- Specifies the name of the user for whom the resource credential
information applies. The user must exist, or an error is displayed.
Examples of user names are
dlucas,sec_master, and"Mary Jones".
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 deletes the resource credential information
for the resource
engwebs01, resource typeweb, and user namedlucas:pdadmin sec_master> rsrccred delete engwebs01 rsrctype web user dlucas - The following example deletes the resource credential information
for the resource
printerusers, resource typegroup, and user name"Mary Jones":pdadmin sec_master> rsrccred delete printerusers rsrctype group user "Mary Jones"