File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 69426942 "description" : " Set Variable activity properties." ,
69436943 "x-ms-client-flatten" : true ,
69446944 "$ref" : " #/definitions/SetVariableActivityTypeProperties"
6945+ },
6946+ "policy" : {
6947+ "$ref" : " #/definitions/SecureInputOutputPolicy" ,
6948+ "description" : " Activity policy."
69456949 }
69466950 },
69476951 "required" : [
69666970 }
69676971 }
69686972 },
6973+ "SecureInputOutputPolicy" : {
6974+ "description" : " Execution policy for an activity that supports secure input and output." ,
6975+ "type" : " object" ,
6976+ "properties" : {
6977+ "secureInput" : {
6978+ "type" : " boolean" ,
6979+ "description" : " When set to true, Input from activity is considered as secure and will not be logged to monitoring."
6980+ },
6981+ "secureOutput" : {
6982+ "type" : " boolean" ,
6983+ "description" : " When set to true, Output from activity is considered as secure and will not be logged to monitoring."
6984+ }
6985+ }
6986+ },
69696987 "AppendVariableActivity" : {
69706988 "x-ms-discriminator-value" : " AppendVariable" ,
69716989 "description" : " Append value for a Variable of type Array." ,
You can’t perform that action at this time.
0 commit comments