Skip to content

Commit

Permalink
updated datatype to securestring
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sabiraj committed Jan 17, 2025
1 parent 38cb6dd commit 0063437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Solutions/SentinelOne/Package/3.0.5.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/SentinelOne/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"parameters": {
"label": "API Token",
"placeholder": "API Token",
"type": "password",
"type": "securestring",
"name": "apitoken"
},
"type": "Textbox"
Expand Down Expand Up @@ -2259,7 +2259,7 @@
},
"apitoken": {
"defaultValue": "apitoken",
"type": "string",
"type": "securestring",
"minLength": 1
}
},
Expand Down

0 comments on commit 0063437

Please sign in to comment.