Skip to content

Commit

Permalink
Search-TssFolder - add validateset for perm param
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Feb 8, 2021
1 parent bbe543b commit 9ebbe07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/folders/Search-Folder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
$SearchText,

# Filter based on folder permission (Owner, Edit, AddSecret, View). Default: View
[ValidateSet('Owner','Edit','AddSecret','View')]
[string]
$PermissionRequired,

Expand Down

0 comments on commit 9ebbe07

Please sign in to comment.