Skip to content

Commit 34a5bd0

Browse files
Updating baton capabilities.
1 parent 5981e8e commit 34a5bd0

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

baton_capabilities.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
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
"CAPABILITY_PROVISION"
3333
]
3434
},
3535
{
36-
"resourceType": {
37-
"id": "large-object",
38-
"displayName": "Large Object"
36+
"resourceType": {
37+
"id": "large-object",
38+
"displayName": "Large Object"
3939
},
40-
"capabilities": [
40+
"capabilities": [
4141
"CAPABILITY_SYNC"
4242
]
4343
},
4444
{
45-
"resourceType": {
46-
"id": "procedure",
47-
"displayName": "Procedure"
45+
"resourceType": {
46+
"id": "procedure",
47+
"displayName": "Procedure"
4848
},
49-
"capabilities": [
49+
"capabilities": [
5050
"CAPABILITY_SYNC",
5151
"CAPABILITY_PROVISION"
5252
]
5353
},
5454
{
55-
"resourceType": {
56-
"id": "role",
57-
"displayName": "Role",
58-
"traits": [
55+
"resourceType": {
56+
"id": "role",
57+
"displayName": "Role",
58+
"traits": [
5959
"TRAIT_ROLE",
6060
"TRAIT_USER"
6161
]
6262
},
63-
"capabilities": [
63+
"capabilities": [
6464
"CAPABILITY_SYNC",
6565
"CAPABILITY_PROVISION",
6666
"CAPABILITY_ACCOUNT_PROVISIONING",
@@ -69,65 +69,65 @@
6969
]
7070
},
7171
{
72-
"resourceType": {
73-
"id": "schema",
74-
"displayName": "Schema"
72+
"resourceType": {
73+
"id": "schema",
74+
"displayName": "Schema"
7575
},
76-
"capabilities": [
76+
"capabilities": [
7777
"CAPABILITY_SYNC"
7878
]
7979
},
8080
{
81-
"resourceType": {
82-
"id": "sequence",
83-
"displayName": "Sequence"
81+
"resourceType": {
82+
"id": "sequence",
83+
"displayName": "Sequence"
8484
},
85-
"capabilities": [
85+
"capabilities": [
8686
"CAPABILITY_SYNC",
8787
"CAPABILITY_PROVISION"
8888
]
8989
},
9090
{
91-
"resourceType": {
92-
"id": "table",
93-
"displayName": "Table"
91+
"resourceType": {
92+
"id": "table",
93+
"displayName": "Table"
9494
},
95-
"capabilities": [
95+
"capabilities": [
9696
"CAPABILITY_SYNC",
9797
"CAPABILITY_PROVISION"
9898
]
9999
},
100100
{
101-
"resourceType": {
102-
"id": "view",
103-
"displayName": "View"
101+
"resourceType": {
102+
"id": "view",
103+
"displayName": "View"
104104
},
105-
"capabilities": [
105+
"capabilities": [
106106
"CAPABILITY_SYNC",
107107
"CAPABILITY_PROVISION"
108108
]
109109
}
110110
],
111-
"connectorCapabilities": [
111+
"connectorCapabilities": [
112112
"CAPABILITY_PROVISION",
113113
"CAPABILITY_SYNC",
114114
"CAPABILITY_ACCOUNT_PROVISIONING",
115115
"CAPABILITY_CREDENTIAL_ROTATION",
116116
"CAPABILITY_RESOURCE_CREATE",
117117
"CAPABILITY_RESOURCE_DELETE"
118118
],
119-
"credentialDetails": {
120-
"capabilityAccountProvisioning": {
121-
"supportedCredentialOptions": [
119+
"credentialDetails": {
120+
"capabilityAccountProvisioning": {
121+
"supportedCredentialOptions": [
122122
"CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
123123
],
124-
"preferredCredentialOption": "CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
124+
"preferredCredentialOption": "CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
125125
},
126-
"capabilityCredentialRotation": {
127-
"supportedCredentialOptions": [
126+
"capabilityCredentialRotation": {
127+
"supportedCredentialOptions": [
128128
"CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
129129
],
130-
"preferredCredentialOption": "CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
130+
"preferredCredentialOption": "CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)