We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9314893 commit 435fec2Copy full SHA for 435fec2
baton_capabilities.json
@@ -1,6 +1,23 @@
1
{
2
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities",
3
"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
21
22
"resourceType": {
23
"id": "org",
0 commit comments