Example Parameterized Fixlet with SecureParameters
Log In or Register to download the BES file, and more.

0 Votes

Description

Parameter1
Parameter2
Secure Parameter3

Property Details

ID26939
StatusAlpha - Code that was just developed
TitleExample Parameterized Fixlet with SecureParameters
DomainBESC
CategoryExample
Download Size0
SourceInternal
Source IDJason Walker
Source Release Date7/7/2022 12:00:00 AM
Keywordsparameterized, secure parameter
Added by on 7/19/2022 12:55:37 PM
Last Modified by on 7/19/2022 12:55:37 PM
Counters 1862 Views / 51 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

Used in 77 fixlets and 6 analyses   * Results in a true/false
Show indented relevance
version of client >= "9.0"
Used in 33 fixlets and 17 analyses   * Results in a true/false
Show indented relevance
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"
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"}
Success Criteria

This action will be considered successful when all lines of the action script have completed successfully.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
itayfa -
This works great as a fixlet from the console - but it showed as cleartext when deployed from WebUI