File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed
Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "@type" : " type.googleapis.com/c1.connector.v2.ConnectorCapabilities" ,
3+ "resourceTypeCapabilities" : [
4+ {
5+ "resourceType" : {
6+ "id" : " database" ,
7+ "displayName" : " Database"
8+ },
9+ "capabilities" : [
10+ " CAPABILITY_SYNC"
11+ ]
12+ },
13+ {
14+ "resourceType" : {
15+ "id" : " database-role" ,
16+ "displayName" : " Database Role" ,
17+ "traits" : [
18+ " TRAIT_ROLE"
19+ ]
20+ },
21+ "capabilities" : [
22+ " CAPABILITY_SYNC"
23+ ]
24+ },
25+ {
26+ "resourceType" : {
27+ "id" : " group" ,
28+ "displayName" : " Group" ,
29+ "traits" : [
30+ " TRAIT_USER"
31+ ]
32+ },
33+ "capabilities" : [
34+ " CAPABILITY_SYNC"
35+ ]
36+ },
37+ {
38+ "resourceType" : {
39+ "id" : " server" ,
40+ "displayName" : " Server"
41+ },
42+ "capabilities" : [
43+ " CAPABILITY_SYNC"
44+ ]
45+ },
46+ {
47+ "resourceType" : {
48+ "id" : " server-role" ,
49+ "displayName" : " Server Role" ,
50+ "traits" : [
51+ " TRAIT_ROLE"
52+ ]
53+ },
54+ "capabilities" : [
55+ " CAPABILITY_SYNC"
56+ ]
57+ },
58+ {
59+ "resourceType" : {
60+ "id" : " user" ,
61+ "displayName" : " User" ,
62+ "traits" : [
63+ " TRAIT_USER"
64+ ]
65+ },
66+ "capabilities" : [
67+ " CAPABILITY_SYNC"
68+ ]
69+ }
70+ ],
71+ "connectorCapabilities" : [
72+ " CAPABILITY_SYNC"
73+ ]
74+ }
You can’t perform that action at this time.
0 commit comments