Skip to content

Commit 435fec2

Browse files
Updating baton capabilities.
1 parent 9314893 commit 435fec2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

baton_capabilities.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities",
33
"resourceTypeCapabilities": [
4+
{
5+
"resourceType": {
6+
"id": "api-key",
7+
"displayName": "API Key",
8+
"traits": [
9+
"TRAIT_SECRET"
10+
],
11+
"annotations": [
12+
{
13+
"@type": "type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"
14+
}
15+
]
16+
},
17+
"capabilities": [
18+
"CAPABILITY_SYNC"
19+
]
20+
},
421
{
522
"resourceType": {
623
"id": "org",

0 commit comments

Comments
 (0)