generated from devrev/adaas-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
41 lines (35 loc) · 973 Bytes
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: "2"
name: Snap Sample
description: Snap Sample
service_account:
display_name: Snap Sample Bot
functions:
- name: extraction
description: Extraction function for Snap Sample
- name: install_initial_domain_mapping
description: Create blueprint and install initial domain mapping
keyring_types:
- id: example-connection
name: Example Connection
description: Example Connection
kind: "Secret"
is_subdomain: true
secret_config:
secret_transform: ".token" # a JQ query
fields:
- id: token
name: Token
description: Example API token
token_verification:
urL: https://app.devrev.ai/favicon.ico
method: GET
imports:
- slug: snap-sample-extractor
display_name: Snap Sample
description: Snap Sample
extractor_function: extraction
allowed_connection_types:
- example-connection
hooks:
- type: activate
function: install_initial_domain_mapping