Venafi / VenafiPS

Powershell module to fully automate your Venafi TLS Protect Datacenter and Cloud platforms!
https://venafips.readthedocs.io/
Apache License 2.0
18 stars 7 forks source link

Get-TppPermission - What permissions are 'TppPermision'? #181

Closed tonyjameshart closed 1 year ago

tonyjameshart commented 1 year ago

$policy | Get-TppPermission Gives me: EffectivePermissions : TppPermission

$policy | Get-TppPermission -Explicit Gives me: ExplicitPermissions : TppPermission ImplicitPermissions : TppPermission

How do I find what permissions they are. I was expecting a list such as: "EffectivePermissions": "IsAssociateAllowed":true, "IsCreateAllowed":true, "IsReadAllowed":true, "IsRenameAllowed":true, "IsRevokeAllowed":true, "IsViewAllowed":true, "IsWriteAllowed":true

gdbarron commented 1 year ago

Need to list out the object properties.

image