diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index a010b70d2351..9f358df1122c 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -7755,6 +7755,10 @@ "description": "Set Variable activity properties.", "x-ms-client-flatten": true, "$ref": "#/definitions/SetVariableActivityTypeProperties" + }, + "policy": { + "$ref": "#/definitions/SecureInputOutputPolicy", + "description": "Activity policy." } }, "required": [ @@ -7779,6 +7783,20 @@ } } }, + "SecureInputOutputPolicy": { + "description": "Execution policy for an activity that supports secure input and output.", + "type": "object", + "properties": { + "secureInput": { + "type": "boolean", + "description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring." + }, + "secureOutput": { + "type": "boolean", + "description": "When set to true, Output from activity is considered as secure and will not be logged to monitoring." + } + } + }, "AppendVariableActivity": { "x-ms-discriminator-value": "AppendVariable", "description": "Append value for a Variable of type Array.",