Skip to content

Commit cdb9a49

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add TOTP parameters to Synthetics test options (#971)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 43eeafe commit cdb9a49

File tree

12 files changed

+186
-39
lines changed

12 files changed

+186
-39
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-01-11 09:53:49.785215",
8-
"spec_repo_commit": "c22824fc"
7+
"regenerated": "2023-01-11 12:48:18.150151",
8+
"spec_repo_commit": "c986b09e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-01-11 09:53:49.795808",
13-
"spec_repo_commit": "c22824fc"
12+
"regenerated": "2023-01-11 12:48:18.167468",
13+
"spec_repo_commit": "c986b09e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12722,6 +12722,12 @@ components:
1272212722
restricted_roles:
1272312723
$ref: '#/components/schemas/SyntheticsRestrictedRoles'
1272412724
type: object
12725+
SyntheticsGlobalVariableOptions:
12726+
description: Options for the Global Variable for MFA.
12727+
properties:
12728+
totp_parameters:
12729+
$ref: '#/components/schemas/SyntheticsGlobalVariableTOTPParameters'
12730+
type: object
1272512731
SyntheticsGlobalVariableParseTestOptions:
1272612732
description: Parser options to use for retrieving a Synthetics global variable
1272712733
from a Synthetics Test. Used in conjunction with `parse_test_public_id`.
@@ -12771,12 +12777,32 @@ components:
1277112777
- JSON_PATH
1277212778
- REGEX
1277312779
- X_PATH
12780+
SyntheticsGlobalVariableTOTPParameters:
12781+
description: Parameters for the TOTP/MFA variable
12782+
properties:
12783+
digits:
12784+
description: Number of digits for the OTP code.
12785+
example: 6
12786+
format: int32
12787+
maximum: 10
12788+
minimum: 4
12789+
type: integer
12790+
refresh_interval:
12791+
description: Interval for which to refresh the token (in seconds).
12792+
example: 30
12793+
format: int32
12794+
maximum: 999
12795+
minimum: 0
12796+
type: integer
12797+
type: object
1277412798
SyntheticsGlobalVariableValue:
1277512799
description: Value of the global variable.
1277612800
example:
1277712801
secure: true
1277812802
value: value
1277912803
properties:
12804+
options:
12805+
$ref: '#/components/schemas/SyntheticsGlobalVariableOptions'
1278012806
secure:
1278112807
description: Determines if the value of the variable is hidden.
1278212808
type: boolean
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-09-28T14:10:51.476Z"
1+
"2023-01-05T15:20:23.898Z"

cassettes/v1/Synthetics_2658572017/Create-a-global-variable-from-test-returns-OK-response_2967481205/recording.har

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"entries": [
1010
{
11-
"_id": "3a7b0e92d5b88888edcdc157ad4e4533",
11+
"_id": "b697210320a55a3f00a7bf7dca2eca0f",
1212
"_order": 0,
1313
"cache": {},
1414
"request": {
@@ -26,23 +26,23 @@
2626
"value": "application/json"
2727
}
2828
],
29-
"headersSize": 577,
29+
"headersSize": 579,
3030
"httpVersion": "HTTP/1.1",
3131
"method": "POST",
3232
"postData": {
3333
"mimeType": "application/json",
3434
"params": [],
35-
"text": "{\"config\":{\"configVariables\":[{\"example\":\"content-type\",\"name\":\"PROPERTY\",\"pattern\":\"content-type\",\"type\":\"text\"}],\"steps\":[{\"allowFailure\":true,\"assertions\":[{\"operator\":\"is\",\"target\":200,\"type\":\"statusCode\"}],\"extractedValues\":[{\"field\":\"server\",\"name\":\"EXTRACTED_VALUE\",\"parser\":{\"type\":\"raw\"},\"type\":\"http_header\"}],\"isCritical\":true,\"name\":\"request is sent\",\"request\":{\"method\":\"GET\",\"timeout\":10,\"url\":\"https://datadoghq.com\"},\"retry\":{\"count\":5,\"interval\":1000},\"subtype\":\"http\"}]},\"locations\":[\"aws:us-east-2\"],\"message\":\"BDD test payload: synthetics_api_test_multi_step_payload.json\",\"name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1664374251\",\"options\":{\"accept_self_signed\":false,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"min_location_failed\":1,\"monitor_name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1664374251\",\"monitor_priority\":5,\"retry\":{\"count\":3,\"interval\":1000},\"tick_every\":60},\"subtype\":\"multi\",\"tags\":[\"testing:api\"],\"type\":\"api\"}"
35+
"text": "{\"config\":{\"configVariables\":[{\"example\":\"content-type\",\"name\":\"PROPERTY\",\"pattern\":\"content-type\",\"type\":\"text\"}],\"steps\":[{\"allowFailure\":true,\"assertions\":[{\"operator\":\"is\",\"target\":200,\"type\":\"statusCode\"}],\"extractedValues\":[{\"field\":\"server\",\"name\":\"EXTRACTED_VALUE\",\"parser\":{\"type\":\"raw\"},\"type\":\"http_header\"}],\"isCritical\":true,\"name\":\"request is sent\",\"request\":{\"method\":\"GET\",\"timeout\":10,\"url\":\"https://datadoghq.com\"},\"retry\":{\"count\":5,\"interval\":1000},\"subtype\":\"http\"}]},\"locations\":[\"aws:us-east-2\"],\"message\":\"BDD test payload: synthetics_api_test_multi_step_payload.json\",\"name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1672932023\",\"options\":{\"accept_self_signed\":false,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"min_location_failed\":1,\"monitor_name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1672932023\",\"monitor_priority\":5,\"retry\":{\"count\":3,\"interval\":1000},\"tick_every\":60},\"subtype\":\"multi\",\"tags\":[\"testing:api\"],\"type\":\"api\"}"
3636
},
3737
"queryString": [],
3838
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/api"
3939
},
4040
"response": {
41-
"bodySize": 1238,
41+
"bodySize": 1239,
4242
"content": {
4343
"mimeType": "application/json",
44-
"size": 1238,
45-
"text": "{\"status\":\"live\",\"public_id\":\"nsx-pp5-8tb\",\"tags\":[\"testing:api\"],\"org_id\":321813,\"locations\":[\"aws:us-east-2\"],\"message\":\"BDD test payload: synthetics_api_test_multi_step_payload.json\",\"deleted_at\":null,\"name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1664374251\",\"monitor_id\":92664497,\"type\":\"api\",\"created_at\":\"2022-09-28T14:10:52.140404+00:00\",\"modified_at\":\"2022-09-28T14:10:52.140404+00:00\",\"subtype\":\"multi\",\"config\":{\"steps\":[{\"retry\":{\"count\":5,\"interval\":1000},\"name\":\"request is sent\",\"request\":{\"url\":\"https://datadoghq.com\",\"method\":\"GET\",\"timeout\":10},\"subtype\":\"http\",\"allowFailure\":true,\"assertions\":[{\"operator\":\"is\",\"type\":\"statusCode\",\"target\":200}],\"isCritical\":true,\"id\":\"782-qng-yfe\",\"extractedValues\":[{\"field\":\"server\",\"parser\":{\"type\":\"raw\"},\"type\":\"http_header\",\"name\":\"EXTRACTED_VALUE\"}]}],\"configVariables\":[{\"pattern\":\"content-type\",\"type\":\"text\",\"example\":\"content-type\",\"name\":\"PROPERTY\"}]},\"options\":{\"accept_self_signed\":false,\"retry\":{\"count\":3,\"interval\":1000},\"min_location_failed\":1,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"monitor_priority\":5,\"monitor_name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1664374251\",\"tick_every\":60}}"
44+
"size": 1239,
45+
"text": "{\"status\":\"live\",\"public_id\":\"prg-fny-su9\",\"tags\":[\"testing:api\"],\"org_id\":321813,\"locations\":[\"aws:us-east-2\"],\"message\":\"BDD test payload: synthetics_api_test_multi_step_payload.json\",\"deleted_at\":null,\"name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1672932023\",\"monitor_id\":106967129,\"type\":\"api\",\"created_at\":\"2023-01-05T15:20:24.483020+00:00\",\"modified_at\":\"2023-01-05T15:20:24.483020+00:00\",\"subtype\":\"multi\",\"config\":{\"steps\":[{\"retry\":{\"count\":5,\"interval\":1000},\"name\":\"request is sent\",\"request\":{\"url\":\"https://datadoghq.com\",\"method\":\"GET\",\"timeout\":10},\"subtype\":\"http\",\"allowFailure\":true,\"assertions\":[{\"operator\":\"is\",\"type\":\"statusCode\",\"target\":200}],\"isCritical\":true,\"id\":\"dg9-uxx-k65\",\"extractedValues\":[{\"field\":\"server\",\"parser\":{\"type\":\"raw\"},\"type\":\"http_header\",\"name\":\"EXTRACTED_VALUE\"}]}],\"configVariables\":[{\"pattern\":\"content-type\",\"type\":\"text\",\"example\":\"content-type\",\"name\":\"PROPERTY\"}]},\"options\":{\"accept_self_signed\":false,\"retry\":{\"count\":3,\"interval\":1000},\"min_location_failed\":1,\"allow_insecure\":true,\"follow_redirects\":true,\"min_failure_duration\":10,\"monitor_priority\":5,\"monitor_name\":\"Test-Create_a_global_variable_from_test_returns_OK_response-1672932023\",\"tick_every\":60}}"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -51,21 +51,21 @@
5151
"value": "application/json"
5252
}
5353
],
54-
"headersSize": 623,
54+
"headersSize": 624,
5555
"httpVersion": "HTTP/1.1",
5656
"redirectURL": "",
5757
"status": 200,
5858
"statusText": "OK"
5959
},
60-
"startedDateTime": "2022-09-28T14:10:51.487Z",
61-
"time": 775
60+
"startedDateTime": "2023-01-05T15:20:23.901Z",
61+
"time": 592
6262
},
6363
{
64-
"_id": "cf6515ef523623e9deaae45f6888861a",
64+
"_id": "5bd852f0eb4a846668522c57818d6cae",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
68-
"bodySize": 280,
68+
"bodySize": 345,
6969
"cookies": [],
7070
"headers": [
7171
{
@@ -79,23 +79,23 @@
7979
"value": "application/json"
8080
}
8181
],
82-
"headersSize": 573,
82+
"headersSize": 575,
8383
"httpVersion": "HTTP/1.1",
8484
"method": "POST",
8585
"postData": {
8686
"mimeType": "application/json",
8787
"params": [],
88-
"text": "{\"description\":\"\",\"name\":\"GLOBAL_VARIABLE_PAYLOAD_TESTCREATEAGLOBALVARIABLEFROMTESTRETURNSOKRESPONSE1664374251\",\"parse_test_options\":{\"localVariableName\":\"EXTRACTED_VALUE\",\"type\":\"local_variable\"},\"parse_test_public_id\":\"nsx-pp5-8tb\",\"tags\":[],\"value\":{\"secure\":false,\"value\":\"\"}}"
88+
"text": "{\"description\":\"\",\"name\":\"GLOBAL_VARIABLE_PAYLOAD_TESTCREATEAGLOBALVARIABLEFROMTESTRETURNSOKRESPONSE1672932023\",\"parse_test_options\":{\"localVariableName\":\"EXTRACTED_VALUE\",\"type\":\"local_variable\"},\"parse_test_public_id\":\"prg-fny-su9\",\"tags\":[],\"value\":{\"options\":{\"totp_parameters\":{\"digits\":6,\"refresh_interval\":30}},\"secure\":false,\"value\":\"\"}}"
8989
},
9090
"queryString": [],
9191
"url": "https://api.datadoghq.com/api/v1/synthetics/variables"
9292
},
9393
"response": {
94-
"bodySize": 430,
94+
"bodySize": 495,
9595
"content": {
9696
"mimeType": "application/json",
97-
"size": 430,
98-
"text": "{\"parse_test_options\":{\"type\":\"local_variable\",\"localVariableName\":\"EXTRACTED_VALUE\"},\"parse_test_extracted_at\":null,\"description\":\"\",\"tags\":[],\"last_error\":null,\"is_totp\":null,\"value\":{\"secure\":false,\"value\":\"\"},\"parse_test_public_id\":\"nsx-pp5-8tb\",\"parse_test_name\":null,\"type\":\"variable\",\"id\":\"4507df9b-a12d-4dfe-b020-c76d4e96d286\",\"name\":\"GLOBAL_VARIABLE_PAYLOAD_TESTCREATEAGLOBALVARIABLEFROMTESTRETURNSOKRESPONSE1664374251\"}\n"
97+
"size": 495,
98+
"text": "{\"parse_test_options\":{\"type\":\"local_variable\",\"localVariableName\":\"EXTRACTED_VALUE\"},\"parse_test_extracted_at\":null,\"description\":\"\",\"tags\":[],\"last_error\":null,\"is_totp\":null,\"value\":{\"options\":{\"totp_parameters\":{\"digits\":6,\"refresh_interval\":30}},\"value\":\"\",\"secure\":false},\"parse_test_public_id\":\"prg-fny-su9\",\"parse_test_name\":null,\"type\":\"variable\",\"id\":\"2dcbf35a-34a9-4254-8ddb-417593377a20\",\"name\":\"GLOBAL_VARIABLE_PAYLOAD_TESTCREATEAGLOBALVARIABLEFROMTESTRETURNSOKRESPONSE1672932023\"}\n"
9999
},
100100
"cookies": [],
101101
"headers": [
@@ -104,17 +104,17 @@
104104
"value": "application/json"
105105
}
106106
],
107-
"headersSize": 622,
107+
"headersSize": 623,
108108
"httpVersion": "HTTP/1.1",
109109
"redirectURL": "",
110110
"status": 200,
111111
"statusText": "OK"
112112
},
113-
"startedDateTime": "2022-09-28T14:10:52.274Z",
114-
"time": 495
113+
"startedDateTime": "2023-01-05T15:20:24.502Z",
114+
"time": 563
115115
},
116116
{
117-
"_id": "7e1777581e574f7470d4edd4151a0ad0",
117+
"_id": "77bac2103f49b190c6aaba294a726900",
118118
"_order": 0,
119119
"cache": {},
120120
"request": {
@@ -127,11 +127,11 @@
127127
"value": "*/*"
128128
}
129129
],
130-
"headersSize": 546,
130+
"headersSize": 548,
131131
"httpVersion": "HTTP/1.1",
132132
"method": "DELETE",
133133
"queryString": [],
134-
"url": "https://api.datadoghq.com/api/v1/synthetics/variables/4507df9b-a12d-4dfe-b020-c76d4e96d286"
134+
"url": "https://api.datadoghq.com/api/v1/synthetics/variables/2dcbf35a-34a9-4254-8ddb-417593377a20"
135135
},
136136
"response": {
137137
"bodySize": 0,
@@ -146,17 +146,17 @@
146146
"value": "text/html; charset=utf-8"
147147
}
148148
],
149-
"headersSize": 605,
149+
"headersSize": 606,
150150
"httpVersion": "HTTP/1.1",
151151
"redirectURL": "",
152152
"status": 200,
153153
"statusText": "OK"
154154
},
155-
"startedDateTime": "2022-09-28T14:10:52.777Z",
156-
"time": 475
155+
"startedDateTime": "2023-01-05T15:20:25.073Z",
156+
"time": 519
157157
},
158158
{
159-
"_id": "c767bbcf1d98adc13f84dad576e9e3ed",
159+
"_id": "4e0eb2ab081e47b6cc3311509730e00f",
160160
"_order": 0,
161161
"cache": {},
162162
"request": {
@@ -174,13 +174,13 @@
174174
"value": "application/json"
175175
}
176176
],
177-
"headersSize": 566,
177+
"headersSize": 568,
178178
"httpVersion": "HTTP/1.1",
179179
"method": "POST",
180180
"postData": {
181181
"mimeType": "application/json",
182182
"params": [],
183-
"text": "{\"public_ids\":[\"nsx-pp5-8tb\"]}"
183+
"text": "{\"public_ids\":[\"prg-fny-su9\"]}"
184184
},
185185
"queryString": [],
186186
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/delete"
@@ -190,7 +190,7 @@
190190
"content": {
191191
"mimeType": "application/json",
192192
"size": 96,
193-
"text": "{\"deleted_tests\":[{\"deleted_at\":\"2022-09-28T14:10:58.657679+00:00\",\"public_id\":\"nsx-pp5-8tb\"}]}\n"
193+
"text": "{\"deleted_tests\":[{\"deleted_at\":\"2023-01-05T15:20:26.202732+00:00\",\"public_id\":\"prg-fny-su9\"}]}\n"
194194
},
195195
"cookies": [],
196196
"headers": [
@@ -199,14 +199,14 @@
199199
"value": "application/json"
200200
}
201201
],
202-
"headersSize": 621,
202+
"headersSize": 622,
203203
"httpVersion": "HTTP/1.1",
204204
"redirectURL": "",
205205
"status": 200,
206206
"statusText": "OK"
207207
},
208-
"startedDateTime": "2022-09-28T14:10:53.262Z",
209-
"time": 5583
208+
"startedDateTime": "2023-01-05T15:20:25.599Z",
209+
"time": 651
210210
}
211211
],
212212
"pages": [],

examples/v1/synthetics/CreateGlobalVariable_1068962881.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ const params: v1.SyntheticsApiCreateGlobalVariableRequest = {
1919
value: {
2020
secure: false,
2121
value: "",
22+
options: {
23+
totpParameters: {
24+
digits: 6,
25+
refreshInterval: 30,
26+
},
27+
},
2228
},
2329
parseTestPublicId: SYNTHETICS_API_TEST_MULTI_STEP_PUBLIC_ID,
2430
parseTestOptions: {

features/v1/given.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"parameters": [
196196
{
197197
"name": "body",
198-
"value": "{\n \"description\": \"\",\n \"name\": \"GLOBAL_VARIABLE_PAYLOAD_{{ unique_upper_alnum }}\",\n \"tags\": [],\n \"value\": {\n \"secure\": false,\n \"value\": \"\"\n },\n \"parse_test_public_id\": \"{{ synthetics_api_test_multi_step.public_id }}\",\n \"parse_test_options\": {\n \"type\": \"local_variable\",\n \"localVariableName\": \"EXTRACTED_VALUE\"\n }\n}\n"
198+
"value": "{\n \"description\": \"\",\n \"name\": \"GLOBAL_VARIABLE_PAYLOAD_{{ unique_upper_alnum }}\",\n \"tags\": [],\n \"value\": {\n \"secure\": false,\n \"value\": \"\",\n \"options\": {\n \"totp_parameters\": {\n \"digits\": 6,\n \"refresh_interval\": 30\n }\n }\n },\n \"parse_test_public_id\": \"{{ synthetics_api_test_multi_step.public_id }}\",\n \"parse_test_options\": {\n \"type\": \"local_variable\",\n \"localVariableName\": \"EXTRACTED_VALUE\"\n }\n}\n"
199199
}
200200
],
201201
"step": "there is a valid \"synthetics_global_variable\" in the system",

features/v1/synthetics_global_variable_payload.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"tags": [],
55
"value": {
66
"secure": false,
7-
"value": ""
7+
"value": "",
8+
"options": {
9+
"totp_parameters": {
10+
"digits": 6,
11+
"refresh_interval": 30
12+
}
13+
}
814
},
915
"parse_test_public_id": "{{ synthetics_api_test_multi_step.public_id }}",
1016
"parse_test_options": {

packages/datadog-api-client-v1/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,11 @@ export { SyntheticsGetAPITestLatestResultsResponse } from "./models/SyntheticsGe
843843
export { SyntheticsGetBrowserTestLatestResultsResponse } from "./models/SyntheticsGetBrowserTestLatestResultsResponse";
844844
export { SyntheticsGlobalVariable } from "./models/SyntheticsGlobalVariable";
845845
export { SyntheticsGlobalVariableAttributes } from "./models/SyntheticsGlobalVariableAttributes";
846+
export { SyntheticsGlobalVariableOptions } from "./models/SyntheticsGlobalVariableOptions";
846847
export { SyntheticsGlobalVariableParserType } from "./models/SyntheticsGlobalVariableParserType";
847848
export { SyntheticsGlobalVariableParseTestOptions } from "./models/SyntheticsGlobalVariableParseTestOptions";
848849
export { SyntheticsGlobalVariableParseTestOptionsType } from "./models/SyntheticsGlobalVariableParseTestOptionsType";
850+
export { SyntheticsGlobalVariableTOTPParameters } from "./models/SyntheticsGlobalVariableTOTPParameters";
849851
export { SyntheticsGlobalVariableValue } from "./models/SyntheticsGlobalVariableValue";
850852
export { SyntheticsListGlobalVariablesResponse } from "./models/SyntheticsListGlobalVariablesResponse";
851853
export { SyntheticsListTestsResponse } from "./models/SyntheticsListTestsResponse";

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,9 @@ import { SyntheticsGetAPITestLatestResultsResponse } from "./SyntheticsGetAPITes
387387
import { SyntheticsGetBrowserTestLatestResultsResponse } from "./SyntheticsGetBrowserTestLatestResultsResponse";
388388
import { SyntheticsGlobalVariable } from "./SyntheticsGlobalVariable";
389389
import { SyntheticsGlobalVariableAttributes } from "./SyntheticsGlobalVariableAttributes";
390+
import { SyntheticsGlobalVariableOptions } from "./SyntheticsGlobalVariableOptions";
390391
import { SyntheticsGlobalVariableParseTestOptions } from "./SyntheticsGlobalVariableParseTestOptions";
392+
import { SyntheticsGlobalVariableTOTPParameters } from "./SyntheticsGlobalVariableTOTPParameters";
391393
import { SyntheticsGlobalVariableValue } from "./SyntheticsGlobalVariableValue";
392394
import { SyntheticsListGlobalVariablesResponse } from "./SyntheticsListGlobalVariablesResponse";
393395
import { SyntheticsListTestsResponse } from "./SyntheticsListTestsResponse";
@@ -1757,8 +1759,11 @@ const typeMap: { [index: string]: any } = {
17571759
SyntheticsGetBrowserTestLatestResultsResponse,
17581760
SyntheticsGlobalVariable: SyntheticsGlobalVariable,
17591761
SyntheticsGlobalVariableAttributes: SyntheticsGlobalVariableAttributes,
1762+
SyntheticsGlobalVariableOptions: SyntheticsGlobalVariableOptions,
17601763
SyntheticsGlobalVariableParseTestOptions:
17611764
SyntheticsGlobalVariableParseTestOptions,
1765+
SyntheticsGlobalVariableTOTPParameters:
1766+
SyntheticsGlobalVariableTOTPParameters,
17621767
SyntheticsGlobalVariableValue: SyntheticsGlobalVariableValue,
17631768
SyntheticsListGlobalVariablesResponse: SyntheticsListGlobalVariablesResponse,
17641769
SyntheticsListTestsResponse: SyntheticsListTestsResponse,

0 commit comments

Comments
 (0)