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