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 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 setting common name, if not provided, as the object name in New-TppCertificate, #110
Fix #111, syntax error when using New-TppCertificate -Csr
Remove-TppClient
New-VenafiTeam
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.Get-TppAttribute -PolicyClass -All
to retrieve all policy attributes at onceNew-TppCertificate -WorkToDoTimeout
to override the global setting for a CA to issue/renew certificateNew-TppCertificate
, #110New-TppCertificate -Csr
-Guid
has been deprecated fromGet-TppAttribute
.