DZAT: Deterministic zero after TRIM.
DRAT: Deterministic read after TRIM.
Details on TRIM here.
DZAT: Deterministic zero after TRIM.
DRAT: Deterministic read after TRIM.
Details on TRIM here.
Technically, you can send an ATA IDENTIFY DEVICE command to your SATA attached device (your SSD) and words 69 and 169 should provide you the information you're looking for.
However.....There is no way to do this on macOS/OSX
By design, OS X does not allow applications to send SCSI or ATA commands to storage devices unless the application developer also provides an in-kernel device driver that supports the commands. The SCSI Architecture Model family allows only one logical unit driver to control a device at a time and provides in-kernel logical unit drivers for storage devices (as listed in SCSI Architecture Model Family Device Support). Similarly, the ATA family does not allow applications to send ATA commands directly to ATA or SATA (Serial ATA) devices.
What this means is that there's no built-in or 3rd party utility that will allow you to query the device directly (with the exception of SMART status values).
It may be possible in other OSes (Windows, Linux, or BSD) but Apple, by design, doesn't allow you to get this info. Your best bet is to get this information from the manufacturer.