Skip to content

Commit cd82dfb

Browse files
Updating baton capabilities.
1 parent bfa70fb commit cd82dfb

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

baton_capabilities.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@
4242
],
4343
"permissions": {}
4444
},
45+
{
46+
"resourceType": {
47+
"id": "scoped_role",
48+
"displayName": "Scoped Role",
49+
"traits": [
50+
"TRAIT_SCOPE_BINDING"
51+
]
52+
},
53+
"capabilities": [
54+
"CAPABILITY_SYNC",
55+
"CAPABILITY_TARGETED_SYNC",
56+
"CAPABILITY_PROVISION"
57+
],
58+
"permissions": {}
59+
},
4560
{
4661
"resourceType": {
4762
"id": "user",
@@ -75,7 +90,8 @@
7590
"CAPABILITY_RESOURCE_CREATE",
7691
"CAPABILITY_RESOURCE_DELETE",
7792
"CAPABILITY_ACTIONS",
78-
"CAPABILITY_TARGETED_SYNC"
93+
"CAPABILITY_TARGETED_SYNC",
94+
"CAPABILITY_SERVICE_MODE_TARGETED_SYNC"
7995
],
8096
"credentialDetails": {
8197
"capabilityAccountProvisioning": {

0 commit comments

Comments
 (0)