{ "type": "SecureString", "value": "password" }
示例代码:
{
"definition": {
"actions": {
"Get_blob_content": {
"inputs": {
"body": "@triggerBody()",
"headers": {
"x-ms-date": "string",
"x-ms-version": "string"
},
"host": {
"connection": {
"name": "@parameters('$connections')['sharepoint']['connectionId']"
}
},
"method": "get",
"path": "/datasets/default/files/@{triggerBody()?['FileNameWithExtension']}/content",
"queries": {
"inferContentType": true
}
},
"runAfter": {},
"type": "ApiConnection"
}
},
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {
"$connections": {
"defaultValue": {},
"type": "Object"
}
},
"triggers": {
"When_a_file_is_created_or_modified": {
"inputs": {
"body": {
"path": "/"
},
"host": {
"connection": {
"name": "@parameters('$connections')['file']['connectionId']"
}
},
"method": "get",
"path": "/datasets/default/triggers/batch/onupdatedfile",
"queries": {
"folderId": "/",
"maximumConcurrency": 1
}
},
"recurrence": {
"interval": 3,
"frequency": "Minute"
},
"splitOn": "@triggerBody()?['value']",
"type": "ApiConnection"
}
}
},
"parameters": {
"$connections": {
"value": {
"file": {
"connectionId": "/subscriptions/