Kayla, I am not sure what your are asking. You can use the visibility property and resolve to true. I actually check for class name as below in one of my examples. The other way would be to filter out or in, via the Where condition and use a LIKE statement.
{% if (CurrentDocument.ClassName == "YOUR.CLASSNAMEHERE") {true} |(identity)GlobalAdministrator%}
If I am missing something please elaborate.