Skip to content

Commit

Permalink
Update manifest and docs to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Jan 24, 2022
1 parent c1b60e5 commit 19a729d
Show file tree
Hide file tree
Showing 46 changed files with 598 additions and 100 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.1.0
- **BREAKING CHANGE**: Fix [#4](https://github.com/Venafi/VenafiPS/issues/4), Remove-TppCertificate deletes associated objects by default, add `-KeepAssociatedApps` and remove `-Force`
- Add pipeline support to `-SourcePath` in `Move-TppObject`. Use this to move multiple objects to the same target path.
- Add `New-TppCustomField`
- Add `-PassThru` option to `Convert-TppObject`. This is helpful in piping to Set-TppAttribute to update the driver and any other attributes needed.
- Update `Find-TppObject` class search to default to searching all policies recursively if no path provided
- Add Platform and AuthType properties to VenafiSession class. This helps better define and validate tpp vs vaas and key vs token.
- Cleanup all docs.venafi.com links to reference 'current' instead of a specific version
- Fix [#63](https://github.com/Venafi/VenafiPS/issues/63), New-VenafiSession vault params fail if SecretManagement module not loaded in current session
- Better document token/key secret usage in readme


## 4.0.1
- Help updates, [#56](https://github.com/Venafi/VenafiPS/issues/56)

Expand Down Expand Up @@ -256,3 +268,4 @@
- Breaking change: Update New-TppObject to simplify the attributes provided, now just pass a hashtable of object key/value pairs.
- Better parameter support for New-TppCertificate with Name and CommonName
- Rename Get-TppLog to Read-TppLog

52 changes: 26 additions & 26 deletions VenafiPS/VenafiPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Venafi
#
# Generated on: 01/13/2022
# Generated on: 01/24/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'VenafiPS.psm1'

# Version number of this module.
ModuleVersion = '4.1'
ModuleVersion = '4.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -70,30 +70,30 @@ PowerShellVersion = '5.1'

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Add-TppCertificateAssociation', 'Convert-TppObject',
'ConvertTo-TppGuid', 'ConvertTo-TppPath', 'Export-VenafiCertificate',
'Find-TppCertificate', 'Find-TppClient',
'Find-TppCodeSignEnvironment', 'Find-TppCodeSignProject',
'Find-TppCodeSignTemplate', 'Find-TppIdentity', 'Find-TppObject',
'Find-TppVaultId', 'Get-TppAttribute', 'Get-TppClassAttribute',
'Get-TppCodeSignConfig', 'Get-TppCodeSignEnvironment',
'Get-TppCodeSignProject', 'Get-TppCredential', 'Get-TppCustomField',
'Get-TppIdentity', 'Get-TppIdentityAttribute', 'Get-TppObject',
'Get-TppPermission', 'Get-TppSystemStatus', 'Get-TppVersion',
'Get-TppWorkflowTicket', 'Get-VaasApplication', 'Get-VaasOrgUnit',
'Get-VenafiCertificate', 'Import-TppCertificate',
'Invoke-TppCertificatePush', 'Invoke-TppCertificateRenewal',
'Invoke-VenafiCertificateAction', 'Invoke-VenafiRestMethod',
'Move-TppObject', 'New-TppCapiApplication', 'New-TppCertificate',
'New-TppCodeSignProject', 'New-TppCustomField', 'New-TppDevice', 'New-TppObject',
'New-TppPolicy', 'New-TppToken', 'New-VenafiSession', 'Read-TppLog',
'Remove-TppCertificate', 'Remove-TppCertificateAssociation',
'Remove-TppClient', 'Remove-TppCodeSignEnvironment',
'Remove-TppCodeSignProject', 'Remove-TppPermission',
'Rename-TppObject', 'Revoke-TppCertificate', 'Revoke-TppToken',
'Set-TppAttribute', 'Set-TppCodeSignProjectStatus',
'Set-TppCredential', 'Set-TppPermission',
'Set-TppWorkflowTicketStatus', 'Test-ModuleHash', 'Test-TppIdentity',
'Test-TppObject', 'Test-TppToken', 'Write-TppLog'
'ConvertTo-TppGuid', 'ConvertTo-TppPath', 'Export-VenafiCertificate',
'Find-TppCertificate', 'Find-TppClient',
'Find-TppCodeSignEnvironment', 'Find-TppCodeSignProject',
'Find-TppCodeSignTemplate', 'Find-TppIdentity', 'Find-TppObject',
'Find-TppVaultId', 'Get-TppAttribute', 'Get-TppClassAttribute',
'Get-TppCodeSignConfig', 'Get-TppCodeSignEnvironment',
'Get-TppCodeSignProject', 'Get-TppCredential', 'Get-TppCustomField',
'Get-TppIdentity', 'Get-TppIdentityAttribute', 'Get-TppObject',
'Get-TppPermission', 'Get-TppSystemStatus', 'Get-TppVersion',
'Get-TppWorkflowTicket', 'Get-VaasApplication', 'Get-VaasOrgUnit',
'Get-VenafiCertificate', 'Import-TppCertificate',
'Invoke-TppCertificatePush', 'Invoke-TppCertificateRenewal',
'Invoke-VenafiCertificateAction', 'Invoke-VenafiRestMethod',
'Move-TppObject', 'New-TppCapiApplication', 'New-TppCertificate',
'New-TppCodeSignProject', 'New-TppCustomField', 'New-TppDevice',
'New-TppObject', 'New-TppPolicy', 'New-TppToken', 'New-VenafiSession',
'Read-TppLog', 'Remove-TppCertificate',
'Remove-TppCertificateAssociation', 'Remove-TppClient',
'Remove-TppCodeSignEnvironment', 'Remove-TppCodeSignProject',
'Remove-TppPermission', 'Rename-TppObject', 'Revoke-TppCertificate',
'Revoke-TppToken', 'Set-TppAttribute', 'Set-TppCodeSignProjectStatus',
'Set-TppCredential', 'Set-TppPermission',
'Set-TppWorkflowTicketStatus', 'Test-ModuleHash', 'Test-TppIdentity',
'Test-TppObject', 'Test-TppToken', 'Write-TppLog'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()
Expand Down
1 change: 1 addition & 0 deletions VenafiPS/VenafiPS.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Export-ModuleMember -Alias *
# Force TLS 1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.1.0
- **BREAKING CHANGE**: Fix [#4](https://github.com/Venafi/VenafiPS/issues/4), Remove-TppCertificate deletes associated objects by default, add `-KeepAssociatedApps` and remove `-Force`
- Add pipeline support to `-SourcePath` in `Move-TppObject`. Use this to move multiple objects to the same target path.
- Add `New-TppCustomField`
- Add `-PassThru` option to `Convert-TppObject`. This is helpful in piping to Set-TppAttribute to update the driver and any other attributes needed.
- Update `Find-TppObject` class search to default to searching all policies recursively if no path provided
- Add Platform and AuthType properties to VenafiSession class. This helps better define and validate tpp vs vaas and key vs token.
- Cleanup all docs.venafi.com links to reference 'current' instead of a specific version
- Fix [#63](https://github.com/Venafi/VenafiPS/issues/63), New-VenafiSession vault params fail if SecretManagement module not loaded in current session
- Better document token/key secret usage in readme


## 4.0.1
- Help updates, [#56](https://github.com/Venafi/VenafiPS/issues/56)

Expand Down Expand Up @@ -256,3 +268,4 @@
- Breaking change: Update New-TppObject to simplify the attributes provided, now just pass a hashtable of object key/value pairs.
- Better parameter support for New-TppCertificate with Name and CommonName
- Rename Get-TppLog to Read-TppLog

2 changes: 1 addition & 1 deletion docs/functions/Add-TppCertificateAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ You must have:
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Add-TppCertificateAssociation.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Add-TppCertificateAssociation.ps1)
[https://docs.venafi.com/Docs/19.2SDK/TopNav/Content/SDK/WebSDK/API_Reference/r-SDK-POST-Certificates-Associate.php?tocpath=REST%20API%20reference%7CCertificates%20programming%20interface%7C_____6](https://docs.venafi.com/Docs/19.2SDK/TopNav/Content/SDK/WebSDK/API_Reference/r-SDK-POST-Certificates-Associate.php?tocpath=REST%20API%20reference%7CCertificates%20programming%20interface%7C_____6)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/API_Reference/r-SDK-POST-Certificates-Associate.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/API_Reference/r-SDK-POST-Certificates-Associate.php)
72 changes: 69 additions & 3 deletions docs/functions/Convert-TppObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Change the class/object type of an existing object
## SYNTAX

```
Convert-TppObject [-Path] <String> [-Class] <String> [[-VenafiSession] <VenafiSession>] [<CommonParameters>]
Convert-TppObject [-Path] <String> [-Class] <String> [-PassThru] [[-VenafiSession] <VenafiSession>] [-WhatIf]
[-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Change the class/object type of an existing object
Change the class/object type of an existing object.
Please note, changing the class does NOT change any attributes and must be done separately.
Using -PassThru will allow you to pass the input to other functions including Set-TppAttribute; see the examples.

## EXAMPLES

Expand All @@ -20,6 +23,18 @@ Convert-TppObject -Path '\ved\policy\' -Class 'X509 Device Certificate'
Convert an object to a different type
```

### EXAMPLE 2
```
Convert-TppObject -Path '\ved\policy\device\app' -Class 'CAPI' -PassThru | Set-TppAttribute -Attribute @{'Driver Name'='appcapi'}
Convert an object to a different type, return the updated object and update attributes
```

### EXAMPLE 3
```
Find-TppObject -Class Basic | Convert-TppObject -Class 'capi' -PassThru | Set-TppAttribute -Attribute @{'Driver Name'='appcapi'}
Convert multiple objects to a different type, return the updated objects and update attributes
```

## PARAMETERS

### -Path
Expand Down Expand Up @@ -52,6 +67,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -PassThru
Return a TppObject representing the newly converted object
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -VenafiSession
Session object created from New-VenafiSession method.
The value defaults to the script session object $VenafiSession.
Expand All @@ -68,6 +98,37 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Confirm
Prompts you for confirmation before running the cmdlet.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
Expand All @@ -76,7 +137,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
### Path
## OUTPUTS
### None
### TppObject, if -PassThru provided
## NOTES
## RELATED LINKS
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Convert-TppObject.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Convert-TppObject.ps1)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Config-mutateobject.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Config-mutateobject.php)
4 changes: 2 additions & 2 deletions docs/functions/Find-TppCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,9 +792,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCertificate.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCertificate.ps1)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates.php?tocpath=Web%20SDK%7CCertificates%20programming%20interface%7C_____4](https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates.php?tocpath=Web%20SDK%7CCertificates%20programming%20interface%7C_____4)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates.php)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates-guid.php?tocpath=Web%20SDK%7CCertificates%20programming%20interface%7C_____10](https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates-guid.php?tocpath=Web%20SDK%7CCertificates%20programming%20interface%7C_____10)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates-guid.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-GET-Certificates-guid.php)
[https://msdn.microsoft.com/en-us/library/system.web.httputility(v=vs.110).aspx](https://msdn.microsoft.com/en-us/library/system.web.httputility(v=vs.110).aspx)
2 changes: 1 addition & 1 deletion docs/functions/Find-TppCodeSignProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCodeSignProject.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCodeSignProject.ps1)
[https://docs.venafi.com/Docs/20.3/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php?tocpath=CodeSign%20Protect%20SDK%20reference%7CProjects%20and%20environments%7C_____8](https://docs.venafi.com/Docs/20.3/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php?tocpath=CodeSign%20Protect%20SDK%20reference%7CProjects%20and%20environments%7C_____8)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php)
2 changes: 1 addition & 1 deletion docs/functions/Find-TppCodeSignTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCodeSignProject.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Find-TppCodeSignProject.ps1)
[https://docs.venafi.com/Docs/20.3/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php?tocpath=CodeSign%20Protect%20SDK%20reference%7CProjects%20and%20environments%7C_____8](https://docs.venafi.com/Docs/20.3/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php?tocpath=CodeSign%20Protect%20SDK%20reference%7CProjects%20and%20environments%7C_____8)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-EnumerateProjects.php)
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCodeSignConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppCodeSignConfig.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppCodeSignConfig.ps1)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/CodeSignSDK/r-SDKc-GET-Codesign-GetGlobalConfiguration.php?tocpath=CodeSign%20Protect%20Admin%20REST%C2%A0API%7CGlobalConfiguration%7C_____1]()
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-GET-Codesign-GetGlobalConfiguration.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-GET-Codesign-GetGlobalConfiguration.php)
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCodeSignEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppCodeSignEnvironment.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppCodeSignEnvironment.ps1)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-GetEnvironment.php?tocpath=CodeSign%20Protect%20Admin%20REST%C2%A0API%7CProjects%20and%20environments%7C_____9]()
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-GetEnvironment.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-GetEnvironment.php)
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCodeSignProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppCodeSignProject.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppCodeSignProject.ps1)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-GetProject.php?tocpath=CodeSign%20Protect%20Admin%20REST%C2%A0API%7CProjects%20and%20environments%7C_____10]()
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-GetProject.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/CodeSignSDK/r-SDKc-POST-Codesign-GetProject.php)
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCustomField.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ All custom fields are retrieved upon inital connect to the server and a property
[http://VenafiPS.readthedocs.io/en/latest/functions/Get-TppCustomField/](http://VenafiPS.readthedocs.io/en/latest/functions/Get-TppCustomField/)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-POST-Metadata-GetItemsForClass.php?tocpath=Web%20SDK%7CMetadata%20custom%20fields%20programming%20interface%7C_____10](https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-POST-Metadata-GetItemsForClass.php?tocpath=Web%20SDK%7CMetadata%20custom%20fields%20programming%20interface%7C_____10)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Metadata-GetItemsForClass.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Metadata-GetItemsForClass.php)
4 changes: 2 additions & 2 deletions docs/functions/Get-TppIdentityAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppIdentityAttribute.ps1](https://github.com/Venafi/VenafiPS/blob/main/VenafiPS/Public/Get-TppIdentityAttribute.ps1)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Validate.php?tocpath=Web%20SDK%7CIdentity%20programming%20interface%7C_____15](https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Validate.php?tocpath=Web%20SDK%7CIdentity%20programming%20interface%7C_____15)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Validate.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Validate.php)
[https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Readattribute.php?tocpath=Web%20SDK%7CIdentity%20programming%20interface%7C_____10](https://docs.venafi.com/Docs/20.4SDK/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Readattribute.php?tocpath=Web%20SDK%7CIdentity%20programming%20interface%7C_____10)
[https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Readattribute.php](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-POST-Identity-Readattribute.php)
2 changes: 1 addition & 1 deletion docs/functions/Get-TppObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Aliases: ObjectGuid
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```
Expand Down
Loading

0 comments on commit 19a729d

Please sign in to comment.