File tree Expand file tree Collapse file tree 1 file changed +72
-0
lines changed
Expand file tree Collapse file tree 1 file changed +72
-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" : " project" ,
7+ "displayName" : " Project" ,
8+ "traits" : [
9+ " TRAIT_GROUP"
10+ ]
11+ },
12+ "capabilities" : [
13+ " CAPABILITY_SYNC" ,
14+ " CAPABILITY_PROVISION"
15+ ],
16+ "permissions" : {}
17+ },
18+ {
19+ "resourceType" : {
20+ "id" : " repository" ,
21+ "displayName" : " Repository"
22+ },
23+ "capabilities" : [
24+ " CAPABILITY_SYNC" ,
25+ " CAPABILITY_PROVISION"
26+ ],
27+ "permissions" : {}
28+ },
29+ {
30+ "resourceType" : {
31+ "id" : " user" ,
32+ "displayName" : " User" ,
33+ "traits" : [
34+ " TRAIT_USER"
35+ ]
36+ },
37+ "capabilities" : [
38+ " CAPABILITY_SYNC"
39+ ],
40+ "permissions" : {}
41+ },
42+ {
43+ "resourceType" : {
44+ "id" : " user_group" ,
45+ "displayName" : " UserGroup" ,
46+ "traits" : [
47+ " TRAIT_GROUP"
48+ ]
49+ },
50+ "capabilities" : [
51+ " CAPABILITY_SYNC" ,
52+ " CAPABILITY_PROVISION"
53+ ],
54+ "permissions" : {}
55+ },
56+ {
57+ "resourceType" : {
58+ "id" : " workspace" ,
59+ "displayName" : " Workspace"
60+ },
61+ "capabilities" : [
62+ " CAPABILITY_SYNC"
63+ ],
64+ "permissions" : {}
65+ }
66+ ],
67+ "connectorCapabilities" : [
68+ " CAPABILITY_PROVISION" ,
69+ " CAPABILITY_SYNC"
70+ ],
71+ "credentialDetails" : {}
72+ }
You can’t perform that action at this time.
0 commit comments