IBM Security Verify Access V9.0 — Question 1
An Administrator working with IBM Security QRadar SIEM V7.2.8 needs to delete a single value named User1 from a reference set with the name "Allowed Users" from the command line interface.
Which command will accomplish this?
Answer options
- A. ./UtilReferenceSet.sh purge "Allowed Users" User1
- B. ./ReferenceSetUtil.sh purge "Allowed Users" User1
- C. ./ReferenceSetUtil.sh delete "Allowed\ Users" User1
- D. ./UtilReferenceSet.sh delete "Allowed\ Users" User1
Correct answer: B
Explanation
The correct command is B because it accurately uses the appropriate utility and command structure to purge the entry from the specified reference set. Option A incorrectly refers to the wrong script, while options C and D use 'delete' instead of 'purge', which is not the correct operation for the context.