SecureInputOutputPolicy interface
Execution policy for an activity that supports secure input and output.
Properties
secure |
When set to true, Input from activity is considered as secure and will not be logged to monitoring. |
secure |
When set to true, Output from activity is considered as secure and will not be logged to monitoring. |
Property Details
secureInput
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureInput?: boolean
Property Value
boolean
secureOutput
When set to true, Output from activity is considered as secure and will not be logged to monitoring.
secureOutput?: boolean
Property Value
boolean