PSCredential variables other than administrator role not showing in UI

Product: PowerShell Universal
Version: 4.0.9

It seems that creating PSCredentials in Variables only show up when the role is set to Administrator.
Is this normal behavior? I would expect all credentials to be visible.

New-PSUVariable -Name "Test" -Vault "Database" -Type "PSCredential" -Description "Test credential" -Role @('Administrator') 
New-PSUVariable -Name "Test2" -Vault "Database" -Type "PSCredential" -Description "Test credential" -Role @('Execute')