You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new output format for Get-TppAttribute using the parameter -New. Attributes will now be provided as object properties as opposed to individual objects for each property, which made it difficult to retrieve the value itself. This new format is available for all ways of using the function including attribute, effective attribute, and policy retrieval. This new format will become the default in the future.
Add Get-TppAttribute -PolicyClass -All to retrieve all policy attributes at once
Add New-TppCertificate -WorkToDoTimeout to override the global setting for a CA to issue/renew certificate
Add support for api limitation of 5k clients at a time when calling Remove-TppClient
Add support for VaaS user matching rules with New-VenafiTeam
Add setting common name, if not provided, as the object name in New-TppCertificate, #110
Fix syntax error when using New-TppCertificate -Csr, #111