Issue with "Display conditions" on forge confluence globalPage

I am creating the Confluence global page using Forge. And i am getting an issue when i set the display conditions in my manifest.yml file.

Here is the code i tried,

displayConditions:
or:
isAdmin: true

Atleast i want to show few components only for admin. How to achieve this?