We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab5d5 commit 0739975Copy full SHA for 0739975
baton_capabilities.json
@@ -18,6 +18,25 @@
18
"CAPABILITY_SYNC"
19
]
20
},
21
+ {
22
+ "resourceType": {
23
+ "id": "invitation",
24
+ "displayName": "Invitation",
25
+ "traits": [
26
+ "TRAIT_USER"
27
+ ],
28
+ "annotations": [
29
30
+ "@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
31
+ "id": "invitation"
32
+ }
33
+ ]
34
+ },
35
+ "capabilities": [
36
+ "CAPABILITY_SYNC",
37
+ "CAPABILITY_ACCOUNT_PROVISIONING"
38
39
40
{
41
"resourceType": {
42
"id": "org",
@@ -103,8 +122,7 @@
103
122
104
123
105
124
"capabilities": [
106
- "CAPABILITY_SYNC",
107
- "CAPABILITY_ACCOUNT_PROVISIONING"
125
+ "CAPABILITY_SYNC"
108
126
109
127
}
110
128
],
0 commit comments