vcert-python
vcert-python copied to clipboard
Replicate the VCert-go GetZonesByParent() feature
From https://github.com/Venafi/vcert/pull/220 description.
BUSINESS PROBLEM Both TPP and VaaS can support situations where multiple policies have been defined for use by a single consumer. For TPP, this is done by creating multiple child policy folders in a common parent policy folder. For VaaS, this is done by assigning multiple Issuing Templates to a single application.
PROPOSED SOLUTION
The new GetZonesByParent methods for TPP and VaaS allow VCert client SDK consumers to enumerate those policies (zones) rather than having to know them individually.