Example Parameterized Fixlet with SecureParameters
| 0 Votes |
Description
| Parameter1 | |
| Parameter2 | |
| Secure Parameter3 |
Property Details
| 26939 | |
| Alpha - Code that was just developed | |
| Example Parameterized Fixlet with SecureParameters | |
| BESC | |
| Example | |
| 0 | |
| Internal | |
| Jason Walker | |
| 7/7/2022 12:00:00 AM | |
| parameterized, secure parameter | |
| JasonWalker on 7/19/2022 12:55:37 PM | |
| JasonWalker on 7/19/2022 12:55:37 PM | |
| 3643 Views / 79 Downloads | |
* Average over 2 ratings.
** Log In or Register to add your rating.
|
Relevance
version of client >= "9.0"
if exists property "in proxy agent context" then not in proxy agent context else true
Actions
Action 1 (default)
Action Link
Take Action
Script Type
BigFix Action Script
action parameter query "param1" with description "parameter 1"Success Criteria
action parameter query "param2" with description "parameter 2"
// Secure Parameters should not be queried
// action parameter query "param3" with description "parameter 3"
delete __appendfile
appendfile {parameter "param1"}
appendfile {parameter "param2"}
appendfile {parameter "param3"}
This action will be considered successful when all lines of the action script have completed successfully.
Sharing
| Social Media: |
Comments
|
|
|
| This works great as a fixlet from the console - but it showed as cleartext when deployed from WebUI | |

