Oui, j'ai besoin d'une solution
I am attempting to create a Sensitive files with violated policies report from the template. I have uploaded a .csv with the policies named, however when the report run and I look at the output, no policy is listed. I have included the script, any suggestions?
FROM path
GET device.name,
msu.name,
absname,
activity_count,
dlp_policies
IF issensitive=1
AND path.msu.name = "xxx"
path.msu.name = "yyy"
path.msu.name = "zzz"
FORMAT dlp_policies AS CSV;