SecureInputOutputPolicy Class
Execution policy for an activity that supports secure input and output.
Constructor
SecureInputOutputPolicy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
secure_input
|
When set to true, Input from activity is considered as secure and will not be logged to monitoring. |
|
secure_output
|
When set to true, Output from activity is considered as secure and will not be logged to monitoring. |
Attributes
secure_input
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secure_input: bool | None
secure_output
When set to true, Output from activity is considered as secure and will not be logged to monitoring.
secure_output: bool | None