Skip to content

Commit 2a7a241

Browse files
Updating baton capabilities.
1 parent 7e7e970 commit 2a7a241

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

baton_capabilities.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
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": "column",
7-
"displayName": "Column"
5+
"resourceType": {
6+
"id": "column",
7+
"displayName": "Column"
88
},
9-
"capabilities": [
9+
"capabilities": [
1010
"CAPABILITY_SYNC"
1111
]
1212
},
1313
{
14-
"resourceType": {
15-
"id": "database",
16-
"displayName": "Database"
14+
"resourceType": {
15+
"id": "database",
16+
"displayName": "Database"
1717
},
18-
"capabilities": [
18+
"capabilities": [
1919
"CAPABILITY_SYNC",
2020
"CAPABILITY_PROVISION",
2121
"CAPABILITY_RESOURCE_CREATE",
2222
"CAPABILITY_RESOURCE_DELETE"
2323
]
2424
},
2525
{
26-
"resourceType": {
27-
"id": "function",
28-
"displayName": "Function"
26+
"resourceType": {
27+
"id": "function",
28+
"displayName": "Function"
2929
},
30-
"capabilities": [
30+
"capabilities": [
3131
"CAPABILITY_SYNC"
3232
]
3333
},
3434
{
35-
"resourceType": {
36-
"id": "large-object",
37-
"displayName": "Large Object"
35+
"resourceType": {
36+
"id": "large-object",
37+
"displayName": "Large Object"
3838
},
39-
"capabilities": [
39+
"capabilities": [
4040
"CAPABILITY_SYNC"
4141
]
4242
},
4343
{
44-
"resourceType": {
45-
"id": "procedure",
46-
"displayName": "Procedure"
44+
"resourceType": {
45+
"id": "procedure",
46+
"displayName": "Procedure"
4747
},
48-
"capabilities": [
48+
"capabilities": [
4949
"CAPABILITY_SYNC"
5050
]
5151
},
5252
{
53-
"resourceType": {
54-
"id": "role",
55-
"displayName": "Role",
56-
"traits": [
53+
"resourceType": {
54+
"id": "role",
55+
"displayName": "Role",
56+
"traits": [
5757
"TRAIT_ROLE",
5858
"TRAIT_USER"
5959
]
6060
},
61-
"capabilities": [
61+
"capabilities": [
6262
"CAPABILITY_SYNC",
6363
"CAPABILITY_PROVISION",
6464
"CAPABILITY_ACCOUNT_PROVISIONING",
@@ -68,48 +68,48 @@
6868
]
6969
},
7070
{
71-
"resourceType": {
72-
"id": "schema",
73-
"displayName": "Schema"
71+
"resourceType": {
72+
"id": "schema",
73+
"displayName": "Schema"
7474
},
75-
"capabilities": [
75+
"capabilities": [
7676
"CAPABILITY_SYNC"
7777
]
7878
},
7979
{
80-
"resourceType": {
81-
"id": "sequence",
82-
"displayName": "Sequence"
80+
"resourceType": {
81+
"id": "sequence",
82+
"displayName": "Sequence"
8383
},
84-
"capabilities": [
84+
"capabilities": [
8585
"CAPABILITY_SYNC"
8686
]
8787
},
8888
{
89-
"resourceType": {
90-
"id": "table",
91-
"displayName": "Table"
89+
"resourceType": {
90+
"id": "table",
91+
"displayName": "Table"
9292
},
93-
"capabilities": [
93+
"capabilities": [
9494
"CAPABILITY_SYNC"
9595
]
9696
},
9797
{
98-
"resourceType": {
99-
"id": "view",
100-
"displayName": "View"
98+
"resourceType": {
99+
"id": "view",
100+
"displayName": "View"
101101
},
102-
"capabilities": [
102+
"capabilities": [
103103
"CAPABILITY_SYNC"
104104
]
105105
}
106106
],
107-
"connectorCapabilities": [
108-
"CAPABILITY_RESOURCE_CREATE",
109-
"CAPABILITY_RESOURCE_DELETE",
110-
"CAPABILITY_SYNC",
107+
"connectorCapabilities": [
111108
"CAPABILITY_PROVISION",
109+
"CAPABILITY_SYNC",
112110
"CAPABILITY_ACCOUNT_PROVISIONING",
113-
"CAPABILITY_CREDENTIAL_ROTATION"
111+
"CAPABILITY_CREDENTIAL_ROTATION",
112+
"CAPABILITY_RESOURCE_CREATE",
113+
"CAPABILITY_RESOURCE_DELETE"
114114
]
115115
}

0 commit comments

Comments
 (0)