File tree 1 file changed +26
-0
lines changed
alsdkdefs/apis/connectors
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,7 @@ paths:
651
651
- $ref : ' #/components/schemas/ConnectionTargetJsd'
652
652
- $ref : ' #/components/schemas/ConnectionTargetSnow'
653
653
- $ref : ' #/components/schemas/ConnectionTargetMsteams'
654
+ - $ref : ' #/components/schemas/ConnectionTargetMsPowerAutomate'
654
655
- $ref : ' #/components/schemas/ConnectionTargetSlack'
655
656
- $ref : ' #/components/schemas/ConnectionTargetPagerduty'
656
657
- $ref : ' #/components/schemas/ConnectionTargetWebhook'
@@ -1153,6 +1154,7 @@ components:
1153
1154
- jira
1154
1155
- snow
1155
1156
- msteams
1157
+ - ms_power_automate
1156
1158
- pagerduty
1157
1159
- slack
1158
1160
description : Connection type.
@@ -1357,6 +1359,30 @@ components:
1357
1359
- type
1358
1360
- name
1359
1361
- base_url
1362
+ ConnectionTargetMsPowerAutomate :
1363
+ title : ConnectionTargetMsPowerAutomate
1364
+ description : ConnectionTargetMsPowerAutomate object schema
1365
+ type : object
1366
+ additionalProperties : false
1367
+ properties :
1368
+ name :
1369
+ type : string
1370
+ minLength : 1
1371
+ type :
1372
+ type : string
1373
+ enum :
1374
+ - ms_power_automate
1375
+ base_url :
1376
+ type : string
1377
+ pattern : ' ^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
1378
+ active :
1379
+ type : boolean
1380
+ description : Active status of the connection
1381
+ default : true
1382
+ required :
1383
+ - type
1384
+ - name
1385
+ - base_url
1360
1386
ConnectionTargetSlack :
1361
1387
title : ConnectionTargetSlack
1362
1388
description : ConnectionTargetSlack object schema
You can’t perform that action at this time.
0 commit comments