Skip to content

Commit

Permalink
created TssDelete class
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Feb 8, 2021
1 parent 237ae47 commit e2eaee1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/classes/TssDelete.class.ps1
@@ -0,0 +1,4 @@
class TssDelete {
[int]$Id
[string]$ObjectType
}
24 changes: 24 additions & 0 deletions src/en-us/about_tssdelete.help.txt
@@ -0,0 +1,24 @@
TOPIC
This help topic describes the TssDelete class in the Thycotic.SecretServer module

CLASS
TssDelete

INHERITANCE
None

DESCRIPTION
The TssDelete class represents the DeletedModel object returned by most of the DELETE endpoints in Secret Server

CONSTRUCTORS
new()

PROPERTIES
Documented in the REST API doc for Secret Server, see DeletedModel definition

METHODS

RELATED LINKS:
Remove-TssSecret
Remove-TssFolder
Remove-TssReportCategory

0 comments on commit e2eaee1

Please sign in to comment.