You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Access token name used to connect to the Tableau API",
7
+
"isRequired": true,
8
+
"stringField": {
9
+
"rules": {
10
+
"isRequired": true
11
+
}
12
+
}
13
+
},
14
+
{
15
+
"name": "access-token-secret",
16
+
"displayName": "Access Token Secret",
17
+
"description": "Access token secret used to connect to the Tableau API",
18
+
"isRequired": true,
19
+
"isSecret": true,
20
+
"stringField": {
21
+
"rules": {
22
+
"isRequired": true
23
+
}
24
+
}
25
+
},
26
+
{
27
+
"name": "api-version",
28
+
"displayName": "API Version",
29
+
"description": "API version of your Tableau Server or Tableau Cloud instance",
30
+
"stringField": {}
31
+
},
32
+
{
33
+
"name": "log-level",
34
+
"description": "The log level: debug, info, warn, error",
35
+
"isOps": true,
36
+
"stringField": {
37
+
"defaultValue": "info"
38
+
}
39
+
},
40
+
{
41
+
"name": "log-level-debug-expires-at",
42
+
"description": "The timestamp indicating when debug-level logging should expire",
43
+
"isOps": true,
44
+
"stringField": {}
45
+
},
46
+
{
47
+
"name": "otel-collector-endpoint",
48
+
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
49
+
"isOps": true,
50
+
"stringField": {}
51
+
},
52
+
{
53
+
"name": "otel-collector-endpoint-tls-cert",
54
+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
55
+
"isOps": true,
56
+
"stringField": {}
57
+
},
58
+
{
59
+
"name": "otel-collector-endpoint-tls-cert-path",
60
+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
61
+
"isOps": true,
62
+
"stringField": {}
63
+
},
64
+
{
65
+
"name": "otel-collector-endpoint-tls-insecure",
66
+
"description": "Allow insecure connections to the OpenTelemetry collector",
67
+
"isOps": true,
68
+
"boolField": {}
69
+
},
70
+
{
71
+
"name": "otel-logging-disabled",
72
+
"description": "Disable OpenTelemetry logging",
73
+
"isOps": true,
74
+
"boolField": {}
75
+
},
76
+
{
77
+
"name": "otel-tracing-disabled",
78
+
"description": "Disable OpenTelemetry tracing",
79
+
"isOps": true,
80
+
"boolField": {}
81
+
},
82
+
{
83
+
"name": "server-path",
84
+
"displayName": "Server Path",
85
+
"description": "Base URL of your Tableau Server or Tableau Cloud instance",
86
+
"isRequired": true,
87
+
"stringField": {
88
+
"rules": {
89
+
"isRequired": true
90
+
}
91
+
}
92
+
},
93
+
{
94
+
"name": "site-id",
95
+
"displayName": "Site ID",
96
+
"description": "On Tableau Server, this is referred to as Site ID. On Tableau Cloud",
0 commit comments