SecureInputOutputPolicy Class
Execution policy for an activity that supports secure input and output.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSecureInputOutputPolicy
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. |
secure_output
|
When set to true, Output from activity is considered as secure and will not be logged to monitoring. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python