This method of the ISecurityAuditInfo Interface retrieves strings that describe the parameters of the request. If a localized message for the request is available, the retrieved strings will be used to fill in any placeholders in the message.
String[] getAuditDetails();
Returns an array of strings that describe the request. If there are no parameters to describe, this method returns null.