This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
63 lines (62 loc) · 3.35 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: VenafiTppPS
repo_url: https://github.com/gdbarron/VenafiTppPS
site_author: Greg Brownstein
edit_uri: edit/main/docs/
theme: readthedocs
copyright: "Copyright (c) 2018-2021 Greg Brownstein"
pages:
- Home: index.md
- Change Log: changelog.md
- Functions:
- Add-TppCertificateAssociation: functions/Add-TppCertificateAssociation.md
- ConvertTo-TppGuid: functions/ConvertTo-TppGuid.md
- ConvertTo-TppPath: functions/ConvertTo-TppPath.md
- Find-TppCertificate: functions/Find-TppCertificate.md
- Find-TppCodeSignEnvironment: functions/Find-TppCodeSignEnvironment.md
- Find-TppCodeSignProject: functions/Find-TppCodeSignProject.md
- Find-TppCodeSignTemplate: functions/Find-TppCodeSignTemplate.md
- Find-TppIdentity: functions/Find-TppIdentity.md
- Find-TppObject: functions/Find-TppObject.md
- Get-TppAttribute: functions/Get-TppAttribute.md
- Get-TppCertificate: functions/Get-TppCertificate.md
- Get-TppCertificateDetail: functions/Get-TppCertificateDetail.md
- Get-TppCodeSignConfig: functions/Get-TppCodeSignConfig.md
- Get-TppCodeSignEnvironment: functions/Get-TppCodeSignEnvironment.md
- Get-TppCodeSignProject: functions/Get-TppCodeSignProject.md
- Get-TppCustomField: functions/Get-TppCustomField.md
- Get-TppIdentity: functions/Get-TppIdentity.md
- Get-TppIdentityAttribute: functions/Get-TppIdentityAttribute.md
- Get-TppObject: functions/Get-TppObject.md
- Get-TppPermission: functions/Get-TppPermission.md
- Get-TppSystemStatus: functions/Get-TppSystemStatus.md
- Get-TppVersion: functions/Get-TppVersion.md
- Get-TppWorkflowTicket: functions/Get-TppWorkflowTicket.md
- Import-TppCertificate: functions/Import-TppCertificate.md
- Invoke-TppCertificatePush: functions/Invoke-TppCertificatePush.md
- Invoke-TppCertificateRenewal: functions/Invoke-TppCertificateRenewal.md
- Invoke-TppRestMethod: functions/Invoke-TppRestMethod.md
- Move-TppObject: functions/Move-TppObject.md
- New-TppCapiApplication: functions/New-TppCapiApplication.md
- New-TppCertificate: functions/New-TppCertificate.md
- New-TppCodeSignProject: functions/New-TppCodeSignProject.md
- New-TppDevice: functions/New-TppDevice.md
- New-TppObject: functions/New-TppObject.md
- New-TppPolicy: functions/New-TppPolicy.md
- New-TppSession: functions/New-TppSession.md
- New-TppToken: functions/New-TppToken.md
- Read-TppLog: functions/Read-TppLog.md
- Remove-TppCertificate: functions/Remove-TppCertificate.md
- Remove-TppCertificateAssociation: functions/Remove-TppCertificateAssociation.md
- Remove-TppCodeSignEnvironment: functions/Remove-TppCodeSignEnvironment.md
- Remove-TppCodeSignProject: functions/Remove-TppCodeSignProject.md
- Remove-TppPermission: functions/Remove-TppPermission.md
- Rename-TppObject: functions/Rename-TppObject.md
- Revoke-TppCertificate: functions/Revoke-TppCertificate.md
- Revoke-TppToken: functions/Revoke-TppToken.md
- Set-TppAttribute: functions/Set-TppAttribute.md
- Set-TppCodeSignProjectStatus: functions/Set-TppCodeSignProjectStatus.md
- Set-TppPermission: functions/Set-TppPermission.md
- Set-TppWorkflowTicketStatus: functions/Set-TppWorkflowTicketStatus.md
- Test-TppIdentity: functions/Test-TppIdentity.md
- Test-TppObject: functions/Test-TppObject.md
- Write-TppLog: functions/Write-TppLog.md