Skip to content

Commit

Permalink
TssSecretTemplateField - add IsList property
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jul 7, 2021
1 parent a0288bb commit 7e7e3c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ title: "TssSecretTemplateField"
IsUrl
IsUrl

IsList
IsList

MustEncrypt
MustEncrypt (Expose for Display)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class TssSecretTemplateField {
[boolean]
$IsUrl

[boolean]
$IsList

[boolean]
$MustEncrypt

Expand Down
3 changes: 3 additions & 0 deletions src/en-us/about_tsssecrettemplatefield.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ PROPERTIES
IsUrl
IsUrl

IsList
IsList

MustEncrypt
MustEncrypt (Expose for Display)

Expand Down

0 comments on commit 7e7e3c8

Please sign in to comment.