From bf043c39236f462ab3c5c5adc7ff595c8ee811d9 Mon Sep 17 00:00:00 2001 From: Brownstein Date: Thu, 17 Dec 2020 10:28:55 -0500 Subject: [PATCH] help update, #119 --- .../Code/Public/Get-TppCertificateDetail.ps1 | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/VenafiTppPS/Code/Public/Get-TppCertificateDetail.ps1 b/VenafiTppPS/Code/Public/Get-TppCertificateDetail.ps1 index 38b254d..52aa4fe 100644 --- a/VenafiTppPS/Code/Public/Get-TppCertificateDetail.ps1 +++ b/VenafiTppPS/Code/Public/Get-TppCertificateDetail.ps1 @@ -22,21 +22,20 @@ InputObject, Path, Guid .OUTPUTS PSCustomObject with the following properties: + Name + TypeName Path Guid + ParentPath + Approver CertificateAuthorityDN CertificateDetails - Consumers Contact CreatedOn CustomFields - Description ManagementType - Name - ParentDn ProcessingDetails RenewalDetails - SchemaClass ValidationDetails .EXAMPLE @@ -50,10 +49,7 @@ http://venafitppps.readthedocs.io/en/latest/functions/Get-TppCertificateDetail/ https://github.com/gdbarron/VenafiTppPS/blob/master/VenafiTppPS/Code/Public/Get-TppCertificateDetail.ps1 .LINK -https://docs.venafi.com/Docs/18.1SDK/TopNav/Content/SDK/WebSDK/API_Reference/r-SDK-GET-Certificates.php?TocPath=REST%20API%20reference|Certificates%20module%20programming%20interfaces|_____3 - -.LINK -https://docs.venafi.com/Docs/18.1SDK/TopNav/Content/SDK/WebSDK/API_Reference/r-SDK-GET-Certificates-guid.php?TocPath=REST%20API%20reference|Certificates%20module%20programming%20interfaces|_____5 +https://docs.venafi.com/Docs/20.3SDK/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates-guid.php?tocpath=Web%20SDK%20reference%7CCertificates%20programming%20interface%7C_____10 .LINK https://msdn.microsoft.com/en-us/library/system.web.httputility(v=vs.110).aspx