SecureInputOutputPolicy Class

Execution policy for an activity that supports secure input and output.

Inheritance
azure.mgmt.datafactory._serialization.Model
SecureInputOutputPolicy

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.