Skip to content

Commit

Permalink
docs rename about files to proper class name
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jul 20, 2021
1 parent ea6e1b9 commit d555f38
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Thycotic.PowerShell.Authentication.Session"
---

# TOPIC
This help topic describes the Session class in the Thycotic.SecretServer module.
This help topic describes the Thycotic.PowerShell.Authentication.Session class in the Thycotic.SecretServer module.

# CLASS
Thycotic.PowerShell.Authentication.Session
Expand All @@ -12,7 +12,7 @@ title: "Thycotic.PowerShell.Authentication.Session"
None

# DESCRIPTION
The TssSession class represents an authenticated object to Secret Server.
The Thycotic.PowerShell.Authentication.Session class represents an authenticated object to Secret Server.
New-TssSession is used to create an instance of this class type.

# CONSTRUCTORS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "TssSecretAudit"
title: "Thycotic.PowerShell.Secrets.Audit"
---

# TOPIC
This help topic describes the TssSecretAudit class in the Thycotic.SecretServer module
This help topic describes the Thycotic.PowerShell.Secrets.Audit class in the Thycotic.SecretServer module

# CLASS
TssSecretAudit
Thycotic.PowerShell.Secrets.Audit

# INHERITANCE
None

# DESCRIPTION
The TssSecretAudit class represents the SecretAudit object returned by Secret Server endpoint GET /users/{id}/audits
The Thycotic.PowerShell.Secrets.Audit class represents the SecretAudit object returned by Secret Server endpoint GET /users/{id}/audits

# CONSTRUCTORS
new()
Expand Down Expand Up @@ -55,7 +55,7 @@ title: "TssSecretAudit"
Status

TicketNumber
Ticket Number of Audit`
Ticket Number of Audit

# METHODS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ title: "Thycotic.PowerShell.Secrets.HeartbeatStatus"
# METHODS

# RELATED LINKS:
Get-Thycotic.PowerShell.Secrets.HeartbeatStatus
Get-TssSecretHeartbeatStatus
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ title: "Thycotic.PowerShell.Secrets.Items"
# METHODS

# RELATED LINKS:
Thycotic.PowerShell.Secrets.Secret
Get-TssSecret
Get-TssSecretStub
New-TssSecret
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ title: "Thycotic.PowerShell.Secrets.PasswordStatus"
# METHODS

# RELATED LINKS:
Get-Thycotic.PowerShell.Secrets.PasswordStatus
Get-TssSecretPasswordStatus
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "TssSecret"
title: "Thycotic.PowerShell.Secrets.Secret"
---

# TOPIC
This help topic describes the TssSecret class in the Thycotic.SecretServer module.
This help topic describes the Thycotic.PowerShell.Secrets.Secret class in the Thycotic.SecretServer module.

# CLASS
TssSecret
Thycotic.PowerShell.Secrets.Secret

# INHERITANCE
None

# DESCRIPTION
The TssSecret class represents the SecretModel object returned by Secret Server endpoint /secrets{id}.
The Thycotic.PowerShell.Secrets.Secret class represents the SecretModel object returned by Secret Server endpoint GET /secrets/{id}.

# CONSTRUCTORS
new()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "TssSecretSummary"
title: "Thycotic.PowerShell.Secrets.Summary"
---

# TOPIC
This help topic describes the TssSecretSummary class in the Thycotic.SecretServer module
This help topic describes the Thycotic.PowerShell.Secrets.Summary class in the Thycotic.SecretServer module

# CLASS
TssSecretSummary
Thycotic.PowerShell.Secrets.Summary

# INHERITANCE
None

# DESCRIPTION
The TssSecretSummary class represents the SecretSummary object returned by Secret Server endpoint GET /secrets and GET /secrets/{id}/summary
The Thycotic.PowerShell.Secrets.Summary class represents the SecretSummary object returned by Secret Server endpoint GET /secrets and GET /secrets/{id}/summary

# CONSTRUCTORS
new()
Expand Down

0 comments on commit d555f38

Please sign in to comment.