Udev Rule TAG for identifying a local sas disk, non-scsi, non-fiber, non-iscsi

I need to add a VMware virtual disk to the 99-oracle-asmdevices.rules file but the OS is not assigning a WWID to the disk. It has been fdisk'd and a single partition created.
What TAG inside the file needs to be added? the Program scsi-id does not work for some reason. latest patches has been installed from redhat.
I have to use udisks --show-info /dev/sdb (yes thats the device).
I have attached the output from the above command.
here is my 99-oracle-asmdevices file.

 KERNEL=="dm-*",ACTION=="add", ENV{DM_NAME}=="/dev/sdb",OWNER="oracle",GROUP="dba",MODE="0660"