File tree Expand file tree Collapse file tree 1 file changed +32
-7
lines changed
Expand file tree Collapse file tree 1 file changed +32
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "@type" : " type.googleapis.com/c1.connector.v2.ConnectorCapabilities" ,
3- "resourceTypeCapabilities" : [
2+ "@type" : " type.googleapis.com/c1.connector.v2.ConnectorCapabilities" ,
3+ "resourceTypeCapabilities" : [
44 {
5- "resourceType" : {
6- "id" : " user" ,
7- "displayName" : " User" ,
8- "traits" : [
5+ "resourceType" : {
6+ "id" : " integration" ,
7+ "displayName" : " Integration" ,
8+ "traits" : [
9+ " TRAIT_APP"
10+ ]
11+ },
12+ "capabilities" : [
13+ " CAPABILITY_SYNC"
14+ ]
15+ },
16+ {
17+ "resourceType" : {
18+ "id" : " role" ,
19+ "displayName" : " Role" ,
20+ "traits" : [
21+ " TRAIT_ROLE"
22+ ]
23+ },
24+ "capabilities" : [
25+ " CAPABILITY_SYNC" ,
26+ " CAPABILITY_PROVISION"
27+ ]
28+ },
29+ {
30+ "resourceType" : {
31+ "id" : " user" ,
32+ "displayName" : " User" ,
33+ "traits" : [
934 " TRAIT_USER"
1035 ]
1136 },
12- "capabilities" : [
37+ "capabilities" : [
1338 " CAPABILITY_SYNC"
1439 ]
1540 }
You can’t perform that action at this time.
0 commit comments