@azure/arm-datadog 2.1.1 → 3.0.1-alpha.20220120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +3359 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/microsoftDatadogClient.d.ts +22 -0
- package/dist-esm/src/microsoftDatadogClient.d.ts.map +1 -0
- package/dist-esm/src/microsoftDatadogClient.js +55 -0
- package/dist-esm/src/microsoftDatadogClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +790 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +69 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +42 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +551 -600
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +145 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/marketplaceAgreements.d.ts +37 -0
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist-esm/src/operations/marketplaceAgreements.js +149 -0
- package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -0
- package/dist-esm/src/operations/monitors.d.ts +220 -0
- package/dist-esm/src/operations/monitors.d.ts.map +1 -0
- package/dist-esm/src/operations/monitors.js +1035 -0
- package/dist-esm/src/operations/monitors.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.js +256 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist-esm/src/operations/tagRules.d.ts +54 -0
- package/dist-esm/src/operations/tagRules.d.ts.map +1 -0
- package/dist-esm/src/operations/tagRules.js +203 -0
- package/dist-esm/src/operations/tagRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/marketplaceAgreements.js} +2 -9
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/monitors.d.ts +116 -0
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/monitors.js} +2 -1
- package/dist-esm/src/operationsInterfaces/monitors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tagRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/tagRules.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datadog.api.md +746 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/microsoftDatadogClient.ts +80 -40
- package/src/models/index.ts +650 -1297
- package/src/models/mappers.ts +561 -609
- package/src/models/parameters.ts +104 -34
- package/src/operations/index.ts +1 -2
- package/src/operations/marketplaceAgreements.ts +110 -116
- package/src/operations/monitors.ts +960 -819
- package/src/operations/operations.ts +87 -75
- package/src/operations/singleSignOnConfigurations.ts +247 -166
- package/src/operations/tagRules.ts +169 -171
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/marketplaceAgreements.ts +34 -0
- package/src/operationsInterfaces/monitors.ts +220 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/singleSignOnConfigurations.ts +78 -0
- package/src/operationsInterfaces/tagRules.ts +59 -0
- package/tsconfig.json +3 -3
- package/types/arm-datadog.d.ts +1130 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datadog.js +0 -2855
- package/dist/arm-datadog.js.map +0 -1
- package/dist/arm-datadog.min.js +0 -1
- package/dist/arm-datadog.min.js.map +0 -1
- package/esm/microsoftDatadogClient.d.ts +0 -28
- package/esm/microsoftDatadogClient.d.ts.map +0 -1
- package/esm/microsoftDatadogClient.js +0 -41
- package/esm/microsoftDatadogClient.js.map +0 -1
- package/esm/microsoftDatadogClientContext.d.ts +0 -22
- package/esm/microsoftDatadogClientContext.d.ts.map +0 -1
- package/esm/microsoftDatadogClientContext.js +0 -61
- package/esm/microsoftDatadogClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1422
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -44
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/marketplaceAgreementsMappers.d.ts +0 -2
- package/esm/models/marketplaceAgreementsMappers.d.ts.map +0 -1
- package/esm/models/marketplaceAgreementsMappers.js +0 -9
- package/esm/models/marketplaceAgreementsMappers.js.map +0 -1
- package/esm/models/monitorsMappers.d.ts +0 -2
- package/esm/models/monitorsMappers.d.ts.map +0 -1
- package/esm/models/monitorsMappers.js +0 -9
- package/esm/models/monitorsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -101
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/singleSignOnConfigurationsMappers.d.ts +0 -2
- package/esm/models/singleSignOnConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/singleSignOnConfigurationsMappers.js +0 -9
- package/esm/models/singleSignOnConfigurationsMappers.js.map +0 -1
- package/esm/models/tagRulesMappers.d.ts +0 -2
- package/esm/models/tagRulesMappers.d.ts.map +0 -1
- package/esm/models/tagRulesMappers.js +0 -9
- package/esm/models/tagRulesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/marketplaceAgreements.d.ts +0 -61
- package/esm/operations/marketplaceAgreements.d.ts.map +0 -1
- package/esm/operations/marketplaceAgreements.js +0 -116
- package/esm/operations/marketplaceAgreements.js.map +0 -1
- package/esm/operations/monitors.d.ts +0 -373
- package/esm/operations/monitors.d.ts.map +0 -1
- package/esm/operations/monitors.js +0 -533
- package/esm/operations/monitors.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/singleSignOnConfigurations.d.ts +0 -95
- package/esm/operations/singleSignOnConfigurations.d.ts.map +0 -1
- package/esm/operations/singleSignOnConfigurations.js +0 -182
- package/esm/operations/singleSignOnConfigurations.js.map +0 -1
- package/esm/operations/tagRules.d.ts +0 -100
- package/esm/operations/tagRules.d.ts.map +0 -1
- package/esm/operations/tagRules.js +0 -159
- package/esm/operations/tagRules.js.map +0 -1
- package/src/microsoftDatadogClientContext.ts +0 -74
- package/src/models/marketplaceAgreementsMappers.ts +0 -31
- package/src/models/monitorsMappers.ts +0 -45
- package/src/models/singleSignOnConfigurationsMappers.ts +0 -31
- package/src/models/tagRulesMappers.ts +0 -31
package/src/models/mappers.ts
CHANGED
@@ -6,14 +6,80 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
|
9
|
-
import
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
9
|
+
import * as coreClient from "@azure/core-client";
|
11
10
|
|
12
|
-
export const
|
13
|
-
|
11
|
+
export const DatadogAgreementResourceListResponse: coreClient.CompositeMapper = {
|
12
|
+
type: {
|
13
|
+
name: "Composite",
|
14
|
+
className: "DatadogAgreementResourceListResponse",
|
15
|
+
modelProperties: {
|
16
|
+
value: {
|
17
|
+
serializedName: "value",
|
18
|
+
type: {
|
19
|
+
name: "Sequence",
|
20
|
+
element: {
|
21
|
+
type: {
|
22
|
+
name: "Composite",
|
23
|
+
className: "DatadogAgreementResource"
|
24
|
+
}
|
25
|
+
}
|
26
|
+
}
|
27
|
+
},
|
28
|
+
nextLink: {
|
29
|
+
serializedName: "nextLink",
|
30
|
+
type: {
|
31
|
+
name: "String"
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
};
|
37
|
+
|
38
|
+
export const DatadogAgreementResource: coreClient.CompositeMapper = {
|
39
|
+
type: {
|
40
|
+
name: "Composite",
|
41
|
+
className: "DatadogAgreementResource",
|
42
|
+
modelProperties: {
|
43
|
+
id: {
|
44
|
+
serializedName: "id",
|
45
|
+
readOnly: true,
|
46
|
+
type: {
|
47
|
+
name: "String"
|
48
|
+
}
|
49
|
+
},
|
50
|
+
name: {
|
51
|
+
serializedName: "name",
|
52
|
+
readOnly: true,
|
53
|
+
type: {
|
54
|
+
name: "String"
|
55
|
+
}
|
56
|
+
},
|
57
|
+
type: {
|
58
|
+
serializedName: "type",
|
59
|
+
readOnly: true,
|
60
|
+
type: {
|
61
|
+
name: "String"
|
62
|
+
}
|
63
|
+
},
|
64
|
+
properties: {
|
65
|
+
serializedName: "properties",
|
66
|
+
type: {
|
67
|
+
name: "Composite",
|
68
|
+
className: "DatadogAgreementProperties"
|
69
|
+
}
|
70
|
+
},
|
71
|
+
systemData: {
|
72
|
+
serializedName: "systemData",
|
73
|
+
type: {
|
74
|
+
name: "Composite",
|
75
|
+
className: "SystemData"
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
};
|
14
81
|
|
15
|
-
export const DatadogAgreementProperties:
|
16
|
-
serializedName: "DatadogAgreementProperties",
|
82
|
+
export const DatadogAgreementProperties: coreClient.CompositeMapper = {
|
17
83
|
type: {
|
18
84
|
name: "Composite",
|
19
85
|
className: "DatadogAgreementProperties",
|
@@ -70,8 +136,7 @@ export const DatadogAgreementProperties: msRest.CompositeMapper = {
|
|
70
136
|
}
|
71
137
|
};
|
72
138
|
|
73
|
-
export const SystemData:
|
74
|
-
serializedName: "systemData",
|
139
|
+
export const SystemData: coreClient.CompositeMapper = {
|
75
140
|
type: {
|
76
141
|
name: "Composite",
|
77
142
|
className: "SystemData",
|
@@ -116,79 +181,121 @@ export const SystemData: msRest.CompositeMapper = {
|
|
116
181
|
}
|
117
182
|
};
|
118
183
|
|
119
|
-
export const
|
120
|
-
serializedName: "DatadogAgreementResource",
|
184
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
121
185
|
type: {
|
122
186
|
name: "Composite",
|
123
|
-
className: "
|
187
|
+
className: "ErrorResponse",
|
124
188
|
modelProperties: {
|
125
|
-
|
189
|
+
error: {
|
190
|
+
serializedName: "error",
|
191
|
+
type: {
|
192
|
+
name: "Composite",
|
193
|
+
className: "ErrorDetail"
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
};
|
199
|
+
|
200
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
201
|
+
type: {
|
202
|
+
name: "Composite",
|
203
|
+
className: "ErrorDetail",
|
204
|
+
modelProperties: {
|
205
|
+
code: {
|
206
|
+
serializedName: "code",
|
126
207
|
readOnly: true,
|
127
|
-
serializedName: "id",
|
128
208
|
type: {
|
129
209
|
name: "String"
|
130
210
|
}
|
131
211
|
},
|
132
|
-
|
212
|
+
message: {
|
213
|
+
serializedName: "message",
|
133
214
|
readOnly: true,
|
134
|
-
serializedName: "name",
|
135
215
|
type: {
|
136
216
|
name: "String"
|
137
217
|
}
|
138
218
|
},
|
139
|
-
|
219
|
+
target: {
|
220
|
+
serializedName: "target",
|
140
221
|
readOnly: true,
|
141
|
-
serializedName: "type",
|
142
222
|
type: {
|
143
223
|
name: "String"
|
144
224
|
}
|
145
225
|
},
|
146
|
-
|
147
|
-
serializedName: "
|
226
|
+
details: {
|
227
|
+
serializedName: "details",
|
228
|
+
readOnly: true,
|
148
229
|
type: {
|
149
|
-
name: "
|
150
|
-
|
230
|
+
name: "Sequence",
|
231
|
+
element: {
|
232
|
+
type: {
|
233
|
+
name: "Composite",
|
234
|
+
className: "ErrorDetail"
|
235
|
+
}
|
236
|
+
}
|
151
237
|
}
|
152
238
|
},
|
153
|
-
|
239
|
+
additionalInfo: {
|
240
|
+
serializedName: "additionalInfo",
|
154
241
|
readOnly: true,
|
155
|
-
serializedName: "systemData",
|
156
242
|
type: {
|
157
|
-
name: "
|
158
|
-
|
243
|
+
name: "Sequence",
|
244
|
+
element: {
|
245
|
+
type: {
|
246
|
+
name: "Composite",
|
247
|
+
className: "ErrorAdditionalInfo"
|
248
|
+
}
|
249
|
+
}
|
159
250
|
}
|
160
251
|
}
|
161
252
|
}
|
162
253
|
}
|
163
254
|
};
|
164
255
|
|
165
|
-
export const
|
166
|
-
serializedName: "DatadogApiKey",
|
256
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
167
257
|
type: {
|
168
258
|
name: "Composite",
|
169
|
-
className: "
|
259
|
+
className: "ErrorAdditionalInfo",
|
170
260
|
modelProperties: {
|
171
|
-
|
172
|
-
serializedName: "
|
261
|
+
type: {
|
262
|
+
serializedName: "type",
|
263
|
+
readOnly: true,
|
173
264
|
type: {
|
174
265
|
name: "String"
|
175
266
|
}
|
176
267
|
},
|
177
|
-
|
178
|
-
serializedName: "
|
268
|
+
info: {
|
269
|
+
serializedName: "info",
|
270
|
+
readOnly: true,
|
179
271
|
type: {
|
180
|
-
name: "
|
272
|
+
name: "Dictionary",
|
273
|
+
value: { type: { name: "any" } }
|
181
274
|
}
|
182
|
-
}
|
183
|
-
|
184
|
-
|
185
|
-
|
275
|
+
}
|
276
|
+
}
|
277
|
+
}
|
278
|
+
};
|
279
|
+
|
280
|
+
export const DatadogApiKeyListResponse: coreClient.CompositeMapper = {
|
281
|
+
type: {
|
282
|
+
name: "Composite",
|
283
|
+
className: "DatadogApiKeyListResponse",
|
284
|
+
modelProperties: {
|
285
|
+
value: {
|
286
|
+
serializedName: "value",
|
186
287
|
type: {
|
187
|
-
name: "
|
288
|
+
name: "Sequence",
|
289
|
+
element: {
|
290
|
+
type: {
|
291
|
+
name: "Composite",
|
292
|
+
className: "DatadogApiKey"
|
293
|
+
}
|
294
|
+
}
|
188
295
|
}
|
189
296
|
},
|
190
|
-
|
191
|
-
serializedName: "
|
297
|
+
nextLink: {
|
298
|
+
serializedName: "nextLink",
|
192
299
|
type: {
|
193
300
|
name: "String"
|
194
301
|
}
|
@@ -197,42 +304,32 @@ export const DatadogApiKey: msRest.CompositeMapper = {
|
|
197
304
|
}
|
198
305
|
};
|
199
306
|
|
200
|
-
export const
|
201
|
-
serializedName: "DatadogInstallMethod",
|
307
|
+
export const DatadogApiKey: coreClient.CompositeMapper = {
|
202
308
|
type: {
|
203
309
|
name: "Composite",
|
204
|
-
className: "
|
310
|
+
className: "DatadogApiKey",
|
205
311
|
modelProperties: {
|
206
|
-
|
207
|
-
serializedName: "
|
312
|
+
createdBy: {
|
313
|
+
serializedName: "createdBy",
|
208
314
|
type: {
|
209
315
|
name: "String"
|
210
316
|
}
|
211
317
|
},
|
212
|
-
|
213
|
-
serializedName: "
|
318
|
+
name: {
|
319
|
+
serializedName: "name",
|
214
320
|
type: {
|
215
321
|
name: "String"
|
216
322
|
}
|
217
323
|
},
|
218
|
-
|
219
|
-
serializedName: "
|
324
|
+
key: {
|
325
|
+
serializedName: "key",
|
326
|
+
required: true,
|
220
327
|
type: {
|
221
328
|
name: "String"
|
222
329
|
}
|
223
|
-
}
|
224
|
-
|
225
|
-
|
226
|
-
};
|
227
|
-
|
228
|
-
export const DatadogLogsAgent: msRest.CompositeMapper = {
|
229
|
-
serializedName: "DatadogLogsAgent",
|
230
|
-
type: {
|
231
|
-
name: "Composite",
|
232
|
-
className: "DatadogLogsAgent",
|
233
|
-
modelProperties: {
|
234
|
-
transport: {
|
235
|
-
serializedName: "transport",
|
330
|
+
},
|
331
|
+
created: {
|
332
|
+
serializedName: "created",
|
236
333
|
type: {
|
237
334
|
name: "String"
|
238
335
|
}
|
@@ -241,38 +338,34 @@ export const DatadogLogsAgent: msRest.CompositeMapper = {
|
|
241
338
|
}
|
242
339
|
};
|
243
340
|
|
244
|
-
export const
|
245
|
-
serializedName: "DatadogHostMetadata",
|
341
|
+
export const DatadogHostListResponse: coreClient.CompositeMapper = {
|
246
342
|
type: {
|
247
343
|
name: "Composite",
|
248
|
-
className: "
|
344
|
+
className: "DatadogHostListResponse",
|
249
345
|
modelProperties: {
|
250
|
-
|
251
|
-
serializedName: "
|
252
|
-
type: {
|
253
|
-
name: "String"
|
254
|
-
}
|
255
|
-
},
|
256
|
-
installMethod: {
|
257
|
-
serializedName: "installMethod",
|
346
|
+
value: {
|
347
|
+
serializedName: "value",
|
258
348
|
type: {
|
259
|
-
name: "
|
260
|
-
|
349
|
+
name: "Sequence",
|
350
|
+
element: {
|
351
|
+
type: {
|
352
|
+
name: "Composite",
|
353
|
+
className: "DatadogHost"
|
354
|
+
}
|
355
|
+
}
|
261
356
|
}
|
262
357
|
},
|
263
|
-
|
264
|
-
serializedName: "
|
358
|
+
nextLink: {
|
359
|
+
serializedName: "nextLink",
|
265
360
|
type: {
|
266
|
-
name: "
|
267
|
-
className: "DatadogLogsAgent"
|
361
|
+
name: "String"
|
268
362
|
}
|
269
363
|
}
|
270
364
|
}
|
271
365
|
}
|
272
366
|
};
|
273
367
|
|
274
|
-
export const DatadogHost:
|
275
|
-
serializedName: "DatadogHost",
|
368
|
+
export const DatadogHost: coreClient.CompositeMapper = {
|
276
369
|
type: {
|
277
370
|
name: "Composite",
|
278
371
|
className: "DatadogHost",
|
@@ -316,54 +409,54 @@ export const DatadogHost: msRest.CompositeMapper = {
|
|
316
409
|
}
|
317
410
|
};
|
318
411
|
|
319
|
-
export const
|
320
|
-
serializedName: "LinkedResource",
|
412
|
+
export const DatadogHostMetadata: coreClient.CompositeMapper = {
|
321
413
|
type: {
|
322
414
|
name: "Composite",
|
323
|
-
className: "
|
415
|
+
className: "DatadogHostMetadata",
|
324
416
|
modelProperties: {
|
325
|
-
|
326
|
-
serializedName: "
|
417
|
+
agentVersion: {
|
418
|
+
serializedName: "agentVersion",
|
327
419
|
type: {
|
328
420
|
name: "String"
|
329
421
|
}
|
422
|
+
},
|
423
|
+
installMethod: {
|
424
|
+
serializedName: "installMethod",
|
425
|
+
type: {
|
426
|
+
name: "Composite",
|
427
|
+
className: "DatadogInstallMethod"
|
428
|
+
}
|
429
|
+
},
|
430
|
+
logsAgent: {
|
431
|
+
serializedName: "logsAgent",
|
432
|
+
type: {
|
433
|
+
name: "Composite",
|
434
|
+
className: "DatadogLogsAgent"
|
435
|
+
}
|
330
436
|
}
|
331
437
|
}
|
332
438
|
}
|
333
439
|
};
|
334
440
|
|
335
|
-
export const
|
336
|
-
serializedName: "MonitoredResource",
|
441
|
+
export const DatadogInstallMethod: coreClient.CompositeMapper = {
|
337
442
|
type: {
|
338
443
|
name: "Composite",
|
339
|
-
className: "
|
444
|
+
className: "DatadogInstallMethod",
|
340
445
|
modelProperties: {
|
341
|
-
|
342
|
-
serializedName: "
|
446
|
+
tool: {
|
447
|
+
serializedName: "tool",
|
343
448
|
type: {
|
344
449
|
name: "String"
|
345
450
|
}
|
346
451
|
},
|
347
|
-
|
348
|
-
serializedName: "
|
452
|
+
toolVersion: {
|
453
|
+
serializedName: "toolVersion",
|
349
454
|
type: {
|
350
|
-
name: "
|
455
|
+
name: "String"
|
351
456
|
}
|
352
457
|
},
|
353
|
-
|
354
|
-
serializedName: "
|
355
|
-
type: {
|
356
|
-
name: "String"
|
357
|
-
}
|
358
|
-
},
|
359
|
-
sendingLogs: {
|
360
|
-
serializedName: "sendingLogs",
|
361
|
-
type: {
|
362
|
-
name: "Boolean"
|
363
|
-
}
|
364
|
-
},
|
365
|
-
reasonForLogsStatus: {
|
366
|
-
serializedName: "reasonForLogsStatus",
|
458
|
+
installerVersion: {
|
459
|
+
serializedName: "installerVersion",
|
367
460
|
type: {
|
368
461
|
name: "String"
|
369
462
|
}
|
@@ -372,32 +465,40 @@ export const MonitoredResource: msRest.CompositeMapper = {
|
|
372
465
|
}
|
373
466
|
};
|
374
467
|
|
375
|
-
export const
|
376
|
-
serializedName: "OperationDisplay",
|
468
|
+
export const DatadogLogsAgent: coreClient.CompositeMapper = {
|
377
469
|
type: {
|
378
470
|
name: "Composite",
|
379
|
-
className: "
|
471
|
+
className: "DatadogLogsAgent",
|
380
472
|
modelProperties: {
|
381
|
-
|
382
|
-
serializedName: "
|
383
|
-
type: {
|
384
|
-
name: "String"
|
385
|
-
}
|
386
|
-
},
|
387
|
-
resource: {
|
388
|
-
serializedName: "resource",
|
473
|
+
transport: {
|
474
|
+
serializedName: "transport",
|
389
475
|
type: {
|
390
476
|
name: "String"
|
391
477
|
}
|
392
|
-
}
|
393
|
-
|
394
|
-
|
478
|
+
}
|
479
|
+
}
|
480
|
+
}
|
481
|
+
};
|
482
|
+
|
483
|
+
export const LinkedResourceListResponse: coreClient.CompositeMapper = {
|
484
|
+
type: {
|
485
|
+
name: "Composite",
|
486
|
+
className: "LinkedResourceListResponse",
|
487
|
+
modelProperties: {
|
488
|
+
value: {
|
489
|
+
serializedName: "value",
|
395
490
|
type: {
|
396
|
-
name: "
|
491
|
+
name: "Sequence",
|
492
|
+
element: {
|
493
|
+
type: {
|
494
|
+
name: "Composite",
|
495
|
+
className: "LinkedResource"
|
496
|
+
}
|
497
|
+
}
|
397
498
|
}
|
398
499
|
},
|
399
|
-
|
400
|
-
serializedName: "
|
500
|
+
nextLink: {
|
501
|
+
serializedName: "nextLink",
|
401
502
|
type: {
|
402
503
|
name: "String"
|
403
504
|
}
|
@@ -406,44 +507,40 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
406
507
|
}
|
407
508
|
};
|
408
509
|
|
409
|
-
export const
|
410
|
-
serializedName: "OperationResult",
|
510
|
+
export const LinkedResource: coreClient.CompositeMapper = {
|
411
511
|
type: {
|
412
512
|
name: "Composite",
|
413
|
-
className: "
|
513
|
+
className: "LinkedResource",
|
414
514
|
modelProperties: {
|
415
|
-
|
416
|
-
serializedName: "
|
515
|
+
id: {
|
516
|
+
serializedName: "id",
|
417
517
|
type: {
|
418
518
|
name: "String"
|
419
519
|
}
|
420
|
-
},
|
421
|
-
display: {
|
422
|
-
serializedName: "display",
|
423
|
-
type: {
|
424
|
-
name: "Composite",
|
425
|
-
className: "OperationDisplay"
|
426
|
-
}
|
427
|
-
},
|
428
|
-
isDataAction: {
|
429
|
-
serializedName: "isDataAction",
|
430
|
-
type: {
|
431
|
-
name: "Boolean"
|
432
|
-
}
|
433
520
|
}
|
434
521
|
}
|
435
522
|
}
|
436
523
|
};
|
437
524
|
|
438
|
-
export const
|
439
|
-
serializedName: "ResourceSku",
|
525
|
+
export const MonitoredResourceListResponse: coreClient.CompositeMapper = {
|
440
526
|
type: {
|
441
527
|
name: "Composite",
|
442
|
-
className: "
|
528
|
+
className: "MonitoredResourceListResponse",
|
443
529
|
modelProperties: {
|
444
|
-
|
445
|
-
|
446
|
-
|
530
|
+
value: {
|
531
|
+
serializedName: "value",
|
532
|
+
type: {
|
533
|
+
name: "Sequence",
|
534
|
+
element: {
|
535
|
+
type: {
|
536
|
+
name: "Composite",
|
537
|
+
className: "MonitoredResource"
|
538
|
+
}
|
539
|
+
}
|
540
|
+
}
|
541
|
+
},
|
542
|
+
nextLink: {
|
543
|
+
serializedName: "nextLink",
|
447
544
|
type: {
|
448
545
|
name: "String"
|
449
546
|
}
|
@@ -452,58 +549,64 @@ export const ResourceSku: msRest.CompositeMapper = {
|
|
452
549
|
}
|
453
550
|
};
|
454
551
|
|
455
|
-
export const
|
456
|
-
serializedName: "DatadogOrganizationProperties",
|
552
|
+
export const MonitoredResource: coreClient.CompositeMapper = {
|
457
553
|
type: {
|
458
554
|
name: "Composite",
|
459
|
-
className: "
|
555
|
+
className: "MonitoredResource",
|
460
556
|
modelProperties: {
|
461
|
-
name: {
|
462
|
-
readOnly: true,
|
463
|
-
serializedName: "name",
|
464
|
-
type: {
|
465
|
-
name: "String"
|
466
|
-
}
|
467
|
-
},
|
468
557
|
id: {
|
469
|
-
readOnly: true,
|
470
558
|
serializedName: "id",
|
471
559
|
type: {
|
472
560
|
name: "String"
|
473
561
|
}
|
474
562
|
},
|
475
|
-
|
476
|
-
serializedName: "
|
563
|
+
sendingMetrics: {
|
564
|
+
serializedName: "sendingMetrics",
|
477
565
|
type: {
|
478
|
-
name: "
|
566
|
+
name: "Boolean"
|
479
567
|
}
|
480
568
|
},
|
481
|
-
|
482
|
-
serializedName: "
|
569
|
+
reasonForMetricsStatus: {
|
570
|
+
serializedName: "reasonForMetricsStatus",
|
483
571
|
type: {
|
484
572
|
name: "String"
|
485
573
|
}
|
486
574
|
},
|
487
|
-
|
488
|
-
serializedName: "
|
575
|
+
sendingLogs: {
|
576
|
+
serializedName: "sendingLogs",
|
489
577
|
type: {
|
490
|
-
name: "
|
578
|
+
name: "Boolean"
|
491
579
|
}
|
492
580
|
},
|
493
|
-
|
494
|
-
serializedName: "
|
581
|
+
reasonForLogsStatus: {
|
582
|
+
serializedName: "reasonForLogsStatus",
|
495
583
|
type: {
|
496
584
|
name: "String"
|
497
585
|
}
|
498
|
-
}
|
499
|
-
|
500
|
-
|
586
|
+
}
|
587
|
+
}
|
588
|
+
}
|
589
|
+
};
|
590
|
+
|
591
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
592
|
+
type: {
|
593
|
+
name: "Composite",
|
594
|
+
className: "OperationListResult",
|
595
|
+
modelProperties: {
|
596
|
+
value: {
|
597
|
+
serializedName: "value",
|
501
598
|
type: {
|
502
|
-
name: "
|
599
|
+
name: "Sequence",
|
600
|
+
element: {
|
601
|
+
type: {
|
602
|
+
name: "Composite",
|
603
|
+
className: "OperationResult"
|
604
|
+
}
|
605
|
+
}
|
503
606
|
}
|
504
607
|
},
|
505
|
-
|
506
|
-
serializedName: "
|
608
|
+
nextLink: {
|
609
|
+
serializedName: "nextLink",
|
507
610
|
type: {
|
508
611
|
name: "String"
|
509
612
|
}
|
@@ -512,121 +615,86 @@ export const DatadogOrganizationProperties: msRest.CompositeMapper = {
|
|
512
615
|
}
|
513
616
|
};
|
514
617
|
|
515
|
-
export const
|
516
|
-
serializedName: "UserInfo",
|
618
|
+
export const OperationResult: coreClient.CompositeMapper = {
|
517
619
|
type: {
|
518
620
|
name: "Composite",
|
519
|
-
className: "
|
621
|
+
className: "OperationResult",
|
520
622
|
modelProperties: {
|
521
623
|
name: {
|
522
624
|
serializedName: "name",
|
523
|
-
constraints: {
|
524
|
-
MaxLength: 50
|
525
|
-
},
|
526
625
|
type: {
|
527
626
|
name: "String"
|
528
627
|
}
|
529
628
|
},
|
530
|
-
|
531
|
-
serializedName: "
|
532
|
-
constraints: {
|
533
|
-
Pattern: /^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,}$/
|
534
|
-
},
|
629
|
+
display: {
|
630
|
+
serializedName: "display",
|
535
631
|
type: {
|
536
|
-
name: "
|
632
|
+
name: "Composite",
|
633
|
+
className: "OperationDisplay"
|
537
634
|
}
|
538
635
|
},
|
539
|
-
|
540
|
-
serializedName: "
|
541
|
-
constraints: {
|
542
|
-
MaxLength: 40
|
543
|
-
},
|
636
|
+
isDataAction: {
|
637
|
+
serializedName: "isDataAction",
|
544
638
|
type: {
|
545
|
-
name: "
|
639
|
+
name: "Boolean"
|
546
640
|
}
|
547
641
|
}
|
548
642
|
}
|
549
643
|
}
|
550
644
|
};
|
551
645
|
|
552
|
-
export const
|
553
|
-
serializedName: "MonitorProperties",
|
646
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
554
647
|
type: {
|
555
648
|
name: "Composite",
|
556
|
-
className: "
|
649
|
+
className: "OperationDisplay",
|
557
650
|
modelProperties: {
|
558
|
-
|
559
|
-
serializedName: "
|
651
|
+
provider: {
|
652
|
+
serializedName: "provider",
|
560
653
|
type: {
|
561
654
|
name: "String"
|
562
655
|
}
|
563
656
|
},
|
564
|
-
|
565
|
-
serializedName: "
|
566
|
-
defaultValue: "Enabled",
|
657
|
+
resource: {
|
658
|
+
serializedName: "resource",
|
567
659
|
type: {
|
568
660
|
name: "String"
|
569
661
|
}
|
570
662
|
},
|
571
|
-
|
572
|
-
serializedName: "
|
663
|
+
operation: {
|
664
|
+
serializedName: "operation",
|
573
665
|
type: {
|
574
666
|
name: "String"
|
575
667
|
}
|
576
668
|
},
|
577
|
-
|
578
|
-
serializedName: "
|
579
|
-
type: {
|
580
|
-
name: "Composite",
|
581
|
-
className: "DatadogOrganizationProperties"
|
582
|
-
}
|
583
|
-
},
|
584
|
-
userInfo: {
|
585
|
-
serializedName: "userInfo",
|
586
|
-
type: {
|
587
|
-
name: "Composite",
|
588
|
-
className: "UserInfo"
|
589
|
-
}
|
590
|
-
},
|
591
|
-
liftrResourceCategory: {
|
592
|
-
serializedName: "liftrResourceCategory",
|
669
|
+
description: {
|
670
|
+
serializedName: "description",
|
593
671
|
type: {
|
594
672
|
name: "String"
|
595
673
|
}
|
596
|
-
},
|
597
|
-
liftrResourcePreference: {
|
598
|
-
readOnly: true,
|
599
|
-
serializedName: "liftrResourcePreference",
|
600
|
-
type: {
|
601
|
-
name: "Number"
|
602
|
-
}
|
603
674
|
}
|
604
675
|
}
|
605
676
|
}
|
606
677
|
};
|
607
678
|
|
608
|
-
export const
|
609
|
-
serializedName: "IdentityProperties",
|
679
|
+
export const DatadogMonitorResourceListResponse: coreClient.CompositeMapper = {
|
610
680
|
type: {
|
611
681
|
name: "Composite",
|
612
|
-
className: "
|
682
|
+
className: "DatadogMonitorResourceListResponse",
|
613
683
|
modelProperties: {
|
614
|
-
|
615
|
-
|
616
|
-
serializedName: "principalId",
|
617
|
-
type: {
|
618
|
-
name: "String"
|
619
|
-
}
|
620
|
-
},
|
621
|
-
tenantId: {
|
622
|
-
readOnly: true,
|
623
|
-
serializedName: "tenantId",
|
684
|
+
value: {
|
685
|
+
serializedName: "value",
|
624
686
|
type: {
|
625
|
-
name: "
|
687
|
+
name: "Sequence",
|
688
|
+
element: {
|
689
|
+
type: {
|
690
|
+
name: "Composite",
|
691
|
+
className: "DatadogMonitorResource"
|
692
|
+
}
|
693
|
+
}
|
626
694
|
}
|
627
695
|
},
|
628
|
-
|
629
|
-
serializedName: "
|
696
|
+
nextLink: {
|
697
|
+
serializedName: "nextLink",
|
630
698
|
type: {
|
631
699
|
name: "String"
|
632
700
|
}
|
@@ -635,29 +703,28 @@ export const IdentityProperties: msRest.CompositeMapper = {
|
|
635
703
|
}
|
636
704
|
};
|
637
705
|
|
638
|
-
export const DatadogMonitorResource:
|
639
|
-
serializedName: "DatadogMonitorResource",
|
706
|
+
export const DatadogMonitorResource: coreClient.CompositeMapper = {
|
640
707
|
type: {
|
641
708
|
name: "Composite",
|
642
709
|
className: "DatadogMonitorResource",
|
643
710
|
modelProperties: {
|
644
711
|
id: {
|
645
|
-
readOnly: true,
|
646
712
|
serializedName: "id",
|
713
|
+
readOnly: true,
|
647
714
|
type: {
|
648
715
|
name: "String"
|
649
716
|
}
|
650
717
|
},
|
651
718
|
name: {
|
652
|
-
readOnly: true,
|
653
719
|
serializedName: "name",
|
720
|
+
readOnly: true,
|
654
721
|
type: {
|
655
722
|
name: "String"
|
656
723
|
}
|
657
724
|
},
|
658
725
|
type: {
|
659
|
-
readOnly: true,
|
660
726
|
serializedName: "type",
|
727
|
+
readOnly: true,
|
661
728
|
type: {
|
662
729
|
name: "String"
|
663
730
|
}
|
@@ -687,22 +754,17 @@ export const DatadogMonitorResource: msRest.CompositeMapper = {
|
|
687
754
|
serializedName: "tags",
|
688
755
|
type: {
|
689
756
|
name: "Dictionary",
|
690
|
-
value: {
|
691
|
-
type: {
|
692
|
-
name: "String"
|
693
|
-
}
|
694
|
-
}
|
757
|
+
value: { type: { name: "String" } }
|
695
758
|
}
|
696
759
|
},
|
697
760
|
location: {
|
698
|
-
required: true,
|
699
761
|
serializedName: "location",
|
762
|
+
required: true,
|
700
763
|
type: {
|
701
764
|
name: "String"
|
702
765
|
}
|
703
766
|
},
|
704
767
|
systemData: {
|
705
|
-
readOnly: true,
|
706
768
|
serializedName: "systemData",
|
707
769
|
type: {
|
708
770
|
name: "Composite",
|
@@ -713,15 +775,14 @@ export const DatadogMonitorResource: msRest.CompositeMapper = {
|
|
713
775
|
}
|
714
776
|
};
|
715
777
|
|
716
|
-
export const
|
717
|
-
serializedName: "MonitorUpdateProperties",
|
778
|
+
export const ResourceSku: coreClient.CompositeMapper = {
|
718
779
|
type: {
|
719
780
|
name: "Composite",
|
720
|
-
className: "
|
781
|
+
className: "ResourceSku",
|
721
782
|
modelProperties: {
|
722
|
-
|
723
|
-
serializedName: "
|
724
|
-
|
783
|
+
name: {
|
784
|
+
serializedName: "name",
|
785
|
+
required: true,
|
725
786
|
type: {
|
726
787
|
name: "String"
|
727
788
|
}
|
@@ -730,250 +791,270 @@ export const MonitorUpdateProperties: msRest.CompositeMapper = {
|
|
730
791
|
}
|
731
792
|
};
|
732
793
|
|
733
|
-
export const
|
734
|
-
serializedName: "DatadogMonitorResourceUpdateParameters",
|
794
|
+
export const MonitorProperties: coreClient.CompositeMapper = {
|
735
795
|
type: {
|
736
796
|
name: "Composite",
|
737
|
-
className: "
|
797
|
+
className: "MonitorProperties",
|
738
798
|
modelProperties: {
|
739
|
-
|
740
|
-
serializedName: "
|
799
|
+
provisioningState: {
|
800
|
+
serializedName: "provisioningState",
|
801
|
+
readOnly: true,
|
741
802
|
type: {
|
742
|
-
name: "
|
743
|
-
className: "MonitorUpdateProperties"
|
803
|
+
name: "String"
|
744
804
|
}
|
745
805
|
},
|
746
|
-
|
747
|
-
|
806
|
+
monitoringStatus: {
|
807
|
+
defaultValue: "Enabled",
|
808
|
+
serializedName: "monitoringStatus",
|
748
809
|
type: {
|
749
|
-
name: "
|
750
|
-
value: {
|
751
|
-
type: {
|
752
|
-
name: "String"
|
753
|
-
}
|
754
|
-
}
|
810
|
+
name: "String"
|
755
811
|
}
|
756
812
|
},
|
757
|
-
|
758
|
-
serializedName: "
|
813
|
+
marketplaceSubscriptionStatus: {
|
814
|
+
serializedName: "marketplaceSubscriptionStatus",
|
815
|
+
readOnly: true,
|
816
|
+
type: {
|
817
|
+
name: "String"
|
818
|
+
}
|
819
|
+
},
|
820
|
+
datadogOrganizationProperties: {
|
821
|
+
serializedName: "datadogOrganizationProperties",
|
759
822
|
type: {
|
760
823
|
name: "Composite",
|
761
|
-
className: "
|
824
|
+
className: "DatadogOrganizationProperties"
|
762
825
|
}
|
763
|
-
}
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
setPasswordLink: {
|
775
|
-
serializedName: "setPasswordLink",
|
826
|
+
},
|
827
|
+
userInfo: {
|
828
|
+
serializedName: "userInfo",
|
829
|
+
type: {
|
830
|
+
name: "Composite",
|
831
|
+
className: "UserInfo"
|
832
|
+
}
|
833
|
+
},
|
834
|
+
liftrResourceCategory: {
|
835
|
+
serializedName: "liftrResourceCategory",
|
836
|
+
readOnly: true,
|
776
837
|
type: {
|
777
838
|
name: "String"
|
778
839
|
}
|
840
|
+
},
|
841
|
+
liftrResourcePreference: {
|
842
|
+
serializedName: "liftrResourcePreference",
|
843
|
+
readOnly: true,
|
844
|
+
type: {
|
845
|
+
name: "Number"
|
846
|
+
}
|
779
847
|
}
|
780
848
|
}
|
781
849
|
}
|
782
850
|
};
|
783
851
|
|
784
|
-
export const
|
785
|
-
serializedName: "FilteringTag",
|
852
|
+
export const DatadogOrganizationProperties: coreClient.CompositeMapper = {
|
786
853
|
type: {
|
787
854
|
name: "Composite",
|
788
|
-
className: "
|
855
|
+
className: "DatadogOrganizationProperties",
|
789
856
|
modelProperties: {
|
790
857
|
name: {
|
791
858
|
serializedName: "name",
|
859
|
+
readOnly: true,
|
792
860
|
type: {
|
793
861
|
name: "String"
|
794
862
|
}
|
795
863
|
},
|
796
|
-
|
797
|
-
serializedName: "
|
864
|
+
id: {
|
865
|
+
serializedName: "id",
|
866
|
+
readOnly: true,
|
798
867
|
type: {
|
799
868
|
name: "String"
|
800
869
|
}
|
801
870
|
},
|
802
|
-
|
803
|
-
serializedName: "
|
871
|
+
linkingAuthCode: {
|
872
|
+
serializedName: "linkingAuthCode",
|
804
873
|
type: {
|
805
874
|
name: "String"
|
806
875
|
}
|
807
|
-
}
|
808
|
-
|
809
|
-
|
810
|
-
};
|
811
|
-
|
812
|
-
export const LogRules: msRest.CompositeMapper = {
|
813
|
-
serializedName: "LogRules",
|
814
|
-
type: {
|
815
|
-
name: "Composite",
|
816
|
-
className: "LogRules",
|
817
|
-
modelProperties: {
|
818
|
-
sendAadLogs: {
|
819
|
-
serializedName: "sendAadLogs",
|
876
|
+
},
|
877
|
+
linkingClientId: {
|
878
|
+
serializedName: "linkingClientId",
|
820
879
|
type: {
|
821
|
-
name: "
|
880
|
+
name: "String"
|
822
881
|
}
|
823
882
|
},
|
824
|
-
|
825
|
-
serializedName: "
|
883
|
+
redirectUri: {
|
884
|
+
serializedName: "redirectUri",
|
826
885
|
type: {
|
827
|
-
name: "
|
886
|
+
name: "String"
|
828
887
|
}
|
829
888
|
},
|
830
|
-
|
831
|
-
serializedName: "
|
889
|
+
apiKey: {
|
890
|
+
serializedName: "apiKey",
|
832
891
|
type: {
|
833
|
-
name: "
|
892
|
+
name: "String"
|
834
893
|
}
|
835
894
|
},
|
836
|
-
|
837
|
-
serializedName: "
|
895
|
+
applicationKey: {
|
896
|
+
serializedName: "applicationKey",
|
838
897
|
type: {
|
839
|
-
name: "
|
840
|
-
element: {
|
841
|
-
type: {
|
842
|
-
name: "Composite",
|
843
|
-
className: "FilteringTag"
|
844
|
-
}
|
845
|
-
}
|
898
|
+
name: "String"
|
846
899
|
}
|
847
|
-
}
|
848
|
-
|
849
|
-
|
850
|
-
};
|
851
|
-
|
852
|
-
export const MetricRules: msRest.CompositeMapper = {
|
853
|
-
serializedName: "MetricRules",
|
854
|
-
type: {
|
855
|
-
name: "Composite",
|
856
|
-
className: "MetricRules",
|
857
|
-
modelProperties: {
|
858
|
-
filteringTags: {
|
859
|
-
serializedName: "filteringTags",
|
900
|
+
},
|
901
|
+
enterpriseAppId: {
|
902
|
+
serializedName: "enterpriseAppId",
|
860
903
|
type: {
|
861
|
-
name: "
|
862
|
-
element: {
|
863
|
-
type: {
|
864
|
-
name: "Composite",
|
865
|
-
className: "FilteringTag"
|
866
|
-
}
|
867
|
-
}
|
904
|
+
name: "String"
|
868
905
|
}
|
869
906
|
}
|
870
907
|
}
|
871
908
|
}
|
872
909
|
};
|
873
910
|
|
874
|
-
export const
|
875
|
-
serializedName: "MonitoringTagRulesProperties",
|
911
|
+
export const UserInfo: coreClient.CompositeMapper = {
|
876
912
|
type: {
|
877
913
|
name: "Composite",
|
878
|
-
className: "
|
914
|
+
className: "UserInfo",
|
879
915
|
modelProperties: {
|
880
|
-
|
881
|
-
|
916
|
+
name: {
|
917
|
+
constraints: {
|
918
|
+
MaxLength: 50
|
919
|
+
},
|
920
|
+
serializedName: "name",
|
882
921
|
type: {
|
883
922
|
name: "String"
|
884
923
|
}
|
885
924
|
},
|
886
|
-
|
887
|
-
|
925
|
+
emailAddress: {
|
926
|
+
constraints: {
|
927
|
+
Pattern: new RegExp(
|
928
|
+
"^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"
|
929
|
+
)
|
930
|
+
},
|
931
|
+
serializedName: "emailAddress",
|
888
932
|
type: {
|
889
|
-
name: "
|
890
|
-
className: "LogRules"
|
933
|
+
name: "String"
|
891
934
|
}
|
892
935
|
},
|
893
|
-
|
894
|
-
|
936
|
+
phoneNumber: {
|
937
|
+
constraints: {
|
938
|
+
MaxLength: 40
|
939
|
+
},
|
940
|
+
serializedName: "phoneNumber",
|
895
941
|
type: {
|
896
|
-
name: "
|
897
|
-
className: "MetricRules"
|
942
|
+
name: "String"
|
898
943
|
}
|
899
944
|
}
|
900
945
|
}
|
901
946
|
}
|
902
947
|
};
|
903
948
|
|
904
|
-
export const
|
905
|
-
serializedName: "MonitoringTagRules",
|
949
|
+
export const IdentityProperties: coreClient.CompositeMapper = {
|
906
950
|
type: {
|
907
951
|
name: "Composite",
|
908
|
-
className: "
|
952
|
+
className: "IdentityProperties",
|
909
953
|
modelProperties: {
|
910
|
-
|
954
|
+
principalId: {
|
955
|
+
serializedName: "principalId",
|
911
956
|
readOnly: true,
|
912
|
-
serializedName: "name",
|
913
957
|
type: {
|
914
958
|
name: "String"
|
915
959
|
}
|
916
960
|
},
|
917
|
-
|
961
|
+
tenantId: {
|
962
|
+
serializedName: "tenantId",
|
918
963
|
readOnly: true,
|
919
|
-
serializedName: "id",
|
920
964
|
type: {
|
921
965
|
name: "String"
|
922
966
|
}
|
923
967
|
},
|
924
968
|
type: {
|
925
|
-
readOnly: true,
|
926
969
|
serializedName: "type",
|
927
970
|
type: {
|
928
971
|
name: "String"
|
929
972
|
}
|
930
|
-
}
|
973
|
+
}
|
974
|
+
}
|
975
|
+
}
|
976
|
+
};
|
977
|
+
|
978
|
+
export const DatadogMonitorResourceUpdateParameters: coreClient.CompositeMapper = {
|
979
|
+
type: {
|
980
|
+
name: "Composite",
|
981
|
+
className: "DatadogMonitorResourceUpdateParameters",
|
982
|
+
modelProperties: {
|
931
983
|
properties: {
|
932
984
|
serializedName: "properties",
|
933
985
|
type: {
|
934
986
|
name: "Composite",
|
935
|
-
className: "
|
987
|
+
className: "MonitorUpdateProperties"
|
936
988
|
}
|
937
989
|
},
|
938
|
-
|
939
|
-
|
940
|
-
|
990
|
+
tags: {
|
991
|
+
serializedName: "tags",
|
992
|
+
type: {
|
993
|
+
name: "Dictionary",
|
994
|
+
value: { type: { name: "String" } }
|
995
|
+
}
|
996
|
+
},
|
997
|
+
sku: {
|
998
|
+
serializedName: "sku",
|
941
999
|
type: {
|
942
1000
|
name: "Composite",
|
943
|
-
className: "
|
1001
|
+
className: "ResourceSku"
|
944
1002
|
}
|
945
1003
|
}
|
946
1004
|
}
|
947
1005
|
}
|
948
1006
|
};
|
949
1007
|
|
950
|
-
export const
|
951
|
-
serializedName: "DatadogSingleSignOnProperties",
|
1008
|
+
export const MonitorUpdateProperties: coreClient.CompositeMapper = {
|
952
1009
|
type: {
|
953
1010
|
name: "Composite",
|
954
|
-
className: "
|
1011
|
+
className: "MonitorUpdateProperties",
|
955
1012
|
modelProperties: {
|
956
|
-
|
957
|
-
|
1013
|
+
monitoringStatus: {
|
1014
|
+
defaultValue: "Enabled",
|
1015
|
+
serializedName: "monitoringStatus",
|
958
1016
|
type: {
|
959
1017
|
name: "String"
|
960
1018
|
}
|
961
|
-
}
|
962
|
-
|
963
|
-
|
1019
|
+
}
|
1020
|
+
}
|
1021
|
+
}
|
1022
|
+
};
|
1023
|
+
|
1024
|
+
export const DatadogSetPasswordLink: coreClient.CompositeMapper = {
|
1025
|
+
type: {
|
1026
|
+
name: "Composite",
|
1027
|
+
className: "DatadogSetPasswordLink",
|
1028
|
+
modelProperties: {
|
1029
|
+
setPasswordLink: {
|
1030
|
+
serializedName: "setPasswordLink",
|
964
1031
|
type: {
|
965
1032
|
name: "String"
|
966
1033
|
}
|
967
|
-
}
|
968
|
-
|
969
|
-
|
1034
|
+
}
|
1035
|
+
}
|
1036
|
+
}
|
1037
|
+
};
|
1038
|
+
|
1039
|
+
export const MonitoringTagRulesListResponse: coreClient.CompositeMapper = {
|
1040
|
+
type: {
|
1041
|
+
name: "Composite",
|
1042
|
+
className: "MonitoringTagRulesListResponse",
|
1043
|
+
modelProperties: {
|
1044
|
+
value: {
|
1045
|
+
serializedName: "value",
|
970
1046
|
type: {
|
971
|
-
name: "
|
1047
|
+
name: "Sequence",
|
1048
|
+
element: {
|
1049
|
+
type: {
|
1050
|
+
name: "Composite",
|
1051
|
+
className: "MonitoringTagRules"
|
1052
|
+
}
|
1053
|
+
}
|
972
1054
|
}
|
973
1055
|
},
|
974
|
-
|
975
|
-
|
976
|
-
serializedName: "singleSignOnUrl",
|
1056
|
+
nextLink: {
|
1057
|
+
serializedName: "nextLink",
|
977
1058
|
type: {
|
978
1059
|
name: "String"
|
979
1060
|
}
|
@@ -982,29 +1063,28 @@ export const DatadogSingleSignOnProperties: msRest.CompositeMapper = {
|
|
982
1063
|
}
|
983
1064
|
};
|
984
1065
|
|
985
|
-
export const
|
986
|
-
serializedName: "DatadogSingleSignOnResource",
|
1066
|
+
export const MonitoringTagRules: coreClient.CompositeMapper = {
|
987
1067
|
type: {
|
988
1068
|
name: "Composite",
|
989
|
-
className: "
|
1069
|
+
className: "MonitoringTagRules",
|
990
1070
|
modelProperties: {
|
991
|
-
|
1071
|
+
name: {
|
1072
|
+
serializedName: "name",
|
992
1073
|
readOnly: true,
|
993
|
-
serializedName: "id",
|
994
1074
|
type: {
|
995
1075
|
name: "String"
|
996
1076
|
}
|
997
1077
|
},
|
998
|
-
|
1078
|
+
id: {
|
1079
|
+
serializedName: "id",
|
999
1080
|
readOnly: true,
|
1000
|
-
serializedName: "name",
|
1001
1081
|
type: {
|
1002
1082
|
name: "String"
|
1003
1083
|
}
|
1004
1084
|
},
|
1005
1085
|
type: {
|
1006
|
-
readOnly: true,
|
1007
1086
|
serializedName: "type",
|
1087
|
+
readOnly: true,
|
1008
1088
|
type: {
|
1009
1089
|
name: "String"
|
1010
1090
|
}
|
@@ -1013,11 +1093,10 @@ export const DatadogSingleSignOnResource: msRest.CompositeMapper = {
|
|
1013
1093
|
serializedName: "properties",
|
1014
1094
|
type: {
|
1015
1095
|
name: "Composite",
|
1016
|
-
className: "
|
1096
|
+
className: "MonitoringTagRulesProperties"
|
1017
1097
|
}
|
1018
1098
|
},
|
1019
1099
|
systemData: {
|
1020
|
-
readOnly: true,
|
1021
1100
|
serializedName: "systemData",
|
1022
1101
|
type: {
|
1023
1102
|
name: "Composite",
|
@@ -1028,79 +1107,67 @@ export const DatadogSingleSignOnResource: msRest.CompositeMapper = {
|
|
1028
1107
|
}
|
1029
1108
|
};
|
1030
1109
|
|
1031
|
-
export const
|
1032
|
-
serializedName: "ErrorAdditionalInfo",
|
1110
|
+
export const MonitoringTagRulesProperties: coreClient.CompositeMapper = {
|
1033
1111
|
type: {
|
1034
1112
|
name: "Composite",
|
1035
|
-
className: "
|
1113
|
+
className: "MonitoringTagRulesProperties",
|
1036
1114
|
modelProperties: {
|
1037
|
-
|
1115
|
+
provisioningState: {
|
1116
|
+
serializedName: "provisioningState",
|
1038
1117
|
readOnly: true,
|
1039
|
-
serializedName: "type",
|
1040
1118
|
type: {
|
1041
1119
|
name: "String"
|
1042
1120
|
}
|
1043
1121
|
},
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1122
|
+
logRules: {
|
1123
|
+
serializedName: "logRules",
|
1124
|
+
type: {
|
1125
|
+
name: "Composite",
|
1126
|
+
className: "LogRules"
|
1127
|
+
}
|
1128
|
+
},
|
1129
|
+
metricRules: {
|
1130
|
+
serializedName: "metricRules",
|
1047
1131
|
type: {
|
1048
|
-
name: "
|
1132
|
+
name: "Composite",
|
1133
|
+
className: "MetricRules"
|
1049
1134
|
}
|
1050
1135
|
}
|
1051
1136
|
}
|
1052
1137
|
}
|
1053
1138
|
};
|
1054
1139
|
|
1055
|
-
export const
|
1056
|
-
serializedName: "ErrorDetail",
|
1140
|
+
export const LogRules: coreClient.CompositeMapper = {
|
1057
1141
|
type: {
|
1058
1142
|
name: "Composite",
|
1059
|
-
className: "
|
1143
|
+
className: "LogRules",
|
1060
1144
|
modelProperties: {
|
1061
|
-
|
1062
|
-
|
1063
|
-
serializedName: "code",
|
1064
|
-
type: {
|
1065
|
-
name: "String"
|
1066
|
-
}
|
1067
|
-
},
|
1068
|
-
message: {
|
1069
|
-
readOnly: true,
|
1070
|
-
serializedName: "message",
|
1145
|
+
sendAadLogs: {
|
1146
|
+
serializedName: "sendAadLogs",
|
1071
1147
|
type: {
|
1072
|
-
name: "
|
1148
|
+
name: "Boolean"
|
1073
1149
|
}
|
1074
1150
|
},
|
1075
|
-
|
1076
|
-
|
1077
|
-
serializedName: "target",
|
1151
|
+
sendSubscriptionLogs: {
|
1152
|
+
serializedName: "sendSubscriptionLogs",
|
1078
1153
|
type: {
|
1079
|
-
name: "
|
1154
|
+
name: "Boolean"
|
1080
1155
|
}
|
1081
1156
|
},
|
1082
|
-
|
1083
|
-
|
1084
|
-
serializedName: "details",
|
1157
|
+
sendResourceLogs: {
|
1158
|
+
serializedName: "sendResourceLogs",
|
1085
1159
|
type: {
|
1086
|
-
name: "
|
1087
|
-
element: {
|
1088
|
-
type: {
|
1089
|
-
name: "Composite",
|
1090
|
-
className: "ErrorDetail"
|
1091
|
-
}
|
1092
|
-
}
|
1160
|
+
name: "Boolean"
|
1093
1161
|
}
|
1094
1162
|
},
|
1095
|
-
|
1096
|
-
|
1097
|
-
serializedName: "additionalInfo",
|
1163
|
+
filteringTags: {
|
1164
|
+
serializedName: "filteringTags",
|
1098
1165
|
type: {
|
1099
1166
|
name: "Sequence",
|
1100
1167
|
element: {
|
1101
1168
|
type: {
|
1102
1169
|
name: "Composite",
|
1103
|
-
className: "
|
1170
|
+
className: "FilteringTag"
|
1104
1171
|
}
|
1105
1172
|
}
|
1106
1173
|
}
|
@@ -1109,43 +1176,25 @@ export const ErrorDetail: msRest.CompositeMapper = {
|
|
1109
1176
|
}
|
1110
1177
|
};
|
1111
1178
|
|
1112
|
-
export const
|
1113
|
-
serializedName: "ErrorResponse",
|
1179
|
+
export const FilteringTag: coreClient.CompositeMapper = {
|
1114
1180
|
type: {
|
1115
1181
|
name: "Composite",
|
1116
|
-
className: "
|
1182
|
+
className: "FilteringTag",
|
1117
1183
|
modelProperties: {
|
1118
|
-
|
1119
|
-
serializedName: "
|
1184
|
+
name: {
|
1185
|
+
serializedName: "name",
|
1120
1186
|
type: {
|
1121
|
-
name: "
|
1122
|
-
className: "ErrorDetail"
|
1187
|
+
name: "String"
|
1123
1188
|
}
|
1124
|
-
}
|
1125
|
-
}
|
1126
|
-
}
|
1127
|
-
};
|
1128
|
-
|
1129
|
-
export const DatadogAgreementResourceListResponse: msRest.CompositeMapper = {
|
1130
|
-
serializedName: "DatadogAgreementResourceListResponse",
|
1131
|
-
type: {
|
1132
|
-
name: "Composite",
|
1133
|
-
className: "DatadogAgreementResourceListResponse",
|
1134
|
-
modelProperties: {
|
1189
|
+
},
|
1135
1190
|
value: {
|
1136
|
-
serializedName: "",
|
1191
|
+
serializedName: "value",
|
1137
1192
|
type: {
|
1138
|
-
name: "
|
1139
|
-
element: {
|
1140
|
-
type: {
|
1141
|
-
name: "Composite",
|
1142
|
-
className: "DatadogAgreementResource"
|
1143
|
-
}
|
1144
|
-
}
|
1193
|
+
name: "String"
|
1145
1194
|
}
|
1146
1195
|
},
|
1147
|
-
|
1148
|
-
serializedName: "
|
1196
|
+
action: {
|
1197
|
+
serializedName: "action",
|
1149
1198
|
type: {
|
1150
1199
|
name: "String"
|
1151
1200
|
}
|
@@ -1154,48 +1203,40 @@ export const DatadogAgreementResourceListResponse: msRest.CompositeMapper = {
|
|
1154
1203
|
}
|
1155
1204
|
};
|
1156
1205
|
|
1157
|
-
export const
|
1158
|
-
serializedName: "DatadogApiKeyListResponse",
|
1206
|
+
export const MetricRules: coreClient.CompositeMapper = {
|
1159
1207
|
type: {
|
1160
1208
|
name: "Composite",
|
1161
|
-
className: "
|
1209
|
+
className: "MetricRules",
|
1162
1210
|
modelProperties: {
|
1163
|
-
|
1164
|
-
serializedName: "",
|
1211
|
+
filteringTags: {
|
1212
|
+
serializedName: "filteringTags",
|
1165
1213
|
type: {
|
1166
1214
|
name: "Sequence",
|
1167
1215
|
element: {
|
1168
1216
|
type: {
|
1169
1217
|
name: "Composite",
|
1170
|
-
className: "
|
1218
|
+
className: "FilteringTag"
|
1171
1219
|
}
|
1172
1220
|
}
|
1173
1221
|
}
|
1174
|
-
},
|
1175
|
-
nextLink: {
|
1176
|
-
serializedName: "nextLink",
|
1177
|
-
type: {
|
1178
|
-
name: "String"
|
1179
|
-
}
|
1180
1222
|
}
|
1181
1223
|
}
|
1182
1224
|
}
|
1183
1225
|
};
|
1184
1226
|
|
1185
|
-
export const
|
1186
|
-
serializedName: "DatadogHostListResponse",
|
1227
|
+
export const DatadogSingleSignOnResourceListResponse: coreClient.CompositeMapper = {
|
1187
1228
|
type: {
|
1188
1229
|
name: "Composite",
|
1189
|
-
className: "
|
1230
|
+
className: "DatadogSingleSignOnResourceListResponse",
|
1190
1231
|
modelProperties: {
|
1191
1232
|
value: {
|
1192
|
-
serializedName: "",
|
1233
|
+
serializedName: "value",
|
1193
1234
|
type: {
|
1194
1235
|
name: "Sequence",
|
1195
1236
|
element: {
|
1196
1237
|
type: {
|
1197
1238
|
name: "Composite",
|
1198
|
-
className: "
|
1239
|
+
className: "DatadogSingleSignOnResource"
|
1199
1240
|
}
|
1200
1241
|
}
|
1201
1242
|
}
|
@@ -1210,166 +1251,77 @@ export const DatadogHostListResponse: msRest.CompositeMapper = {
|
|
1210
1251
|
}
|
1211
1252
|
};
|
1212
1253
|
|
1213
|
-
export const
|
1214
|
-
serializedName: "LinkedResourceListResponse",
|
1254
|
+
export const DatadogSingleSignOnResource: coreClient.CompositeMapper = {
|
1215
1255
|
type: {
|
1216
1256
|
name: "Composite",
|
1217
|
-
className: "
|
1257
|
+
className: "DatadogSingleSignOnResource",
|
1218
1258
|
modelProperties: {
|
1219
|
-
|
1220
|
-
serializedName: "",
|
1259
|
+
id: {
|
1260
|
+
serializedName: "id",
|
1261
|
+
readOnly: true,
|
1221
1262
|
type: {
|
1222
|
-
name: "
|
1223
|
-
element: {
|
1224
|
-
type: {
|
1225
|
-
name: "Composite",
|
1226
|
-
className: "LinkedResource"
|
1227
|
-
}
|
1228
|
-
}
|
1263
|
+
name: "String"
|
1229
1264
|
}
|
1230
1265
|
},
|
1231
|
-
|
1232
|
-
serializedName: "
|
1266
|
+
name: {
|
1267
|
+
serializedName: "name",
|
1268
|
+
readOnly: true,
|
1233
1269
|
type: {
|
1234
1270
|
name: "String"
|
1235
1271
|
}
|
1236
|
-
}
|
1237
|
-
}
|
1238
|
-
}
|
1239
|
-
};
|
1240
|
-
|
1241
|
-
export const MonitoredResourceListResponse: msRest.CompositeMapper = {
|
1242
|
-
serializedName: "MonitoredResourceListResponse",
|
1243
|
-
type: {
|
1244
|
-
name: "Composite",
|
1245
|
-
className: "MonitoredResourceListResponse",
|
1246
|
-
modelProperties: {
|
1247
|
-
value: {
|
1248
|
-
serializedName: "",
|
1249
|
-
type: {
|
1250
|
-
name: "Sequence",
|
1251
|
-
element: {
|
1252
|
-
type: {
|
1253
|
-
name: "Composite",
|
1254
|
-
className: "MonitoredResource"
|
1255
|
-
}
|
1256
|
-
}
|
1257
|
-
}
|
1258
1272
|
},
|
1259
|
-
|
1260
|
-
serializedName: "
|
1273
|
+
type: {
|
1274
|
+
serializedName: "type",
|
1275
|
+
readOnly: true,
|
1261
1276
|
type: {
|
1262
1277
|
name: "String"
|
1263
1278
|
}
|
1264
|
-
}
|
1265
|
-
|
1266
|
-
|
1267
|
-
};
|
1268
|
-
|
1269
|
-
export const DatadogMonitorResourceListResponse: msRest.CompositeMapper = {
|
1270
|
-
serializedName: "DatadogMonitorResourceListResponse",
|
1271
|
-
type: {
|
1272
|
-
name: "Composite",
|
1273
|
-
className: "DatadogMonitorResourceListResponse",
|
1274
|
-
modelProperties: {
|
1275
|
-
value: {
|
1276
|
-
serializedName: "",
|
1279
|
+
},
|
1280
|
+
properties: {
|
1281
|
+
serializedName: "properties",
|
1277
1282
|
type: {
|
1278
|
-
name: "
|
1279
|
-
|
1280
|
-
type: {
|
1281
|
-
name: "Composite",
|
1282
|
-
className: "DatadogMonitorResource"
|
1283
|
-
}
|
1284
|
-
}
|
1283
|
+
name: "Composite",
|
1284
|
+
className: "DatadogSingleSignOnProperties"
|
1285
1285
|
}
|
1286
1286
|
},
|
1287
|
-
|
1288
|
-
serializedName: "
|
1287
|
+
systemData: {
|
1288
|
+
serializedName: "systemData",
|
1289
1289
|
type: {
|
1290
|
-
name: "
|
1290
|
+
name: "Composite",
|
1291
|
+
className: "SystemData"
|
1291
1292
|
}
|
1292
1293
|
}
|
1293
1294
|
}
|
1294
1295
|
}
|
1295
1296
|
};
|
1296
1297
|
|
1297
|
-
export const
|
1298
|
-
serializedName: "OperationListResult",
|
1298
|
+
export const DatadogSingleSignOnProperties: coreClient.CompositeMapper = {
|
1299
1299
|
type: {
|
1300
1300
|
name: "Composite",
|
1301
|
-
className: "
|
1301
|
+
className: "DatadogSingleSignOnProperties",
|
1302
1302
|
modelProperties: {
|
1303
|
-
|
1304
|
-
serializedName: "",
|
1303
|
+
provisioningState: {
|
1304
|
+
serializedName: "provisioningState",
|
1305
|
+
readOnly: true,
|
1305
1306
|
type: {
|
1306
|
-
name: "
|
1307
|
-
element: {
|
1308
|
-
type: {
|
1309
|
-
name: "Composite",
|
1310
|
-
className: "OperationResult"
|
1311
|
-
}
|
1312
|
-
}
|
1307
|
+
name: "String"
|
1313
1308
|
}
|
1314
1309
|
},
|
1315
|
-
|
1316
|
-
serializedName: "
|
1310
|
+
singleSignOnState: {
|
1311
|
+
serializedName: "singleSignOnState",
|
1317
1312
|
type: {
|
1318
1313
|
name: "String"
|
1319
1314
|
}
|
1320
|
-
}
|
1321
|
-
}
|
1322
|
-
}
|
1323
|
-
};
|
1324
|
-
|
1325
|
-
export const MonitoringTagRulesListResponse: msRest.CompositeMapper = {
|
1326
|
-
serializedName: "MonitoringTagRulesListResponse",
|
1327
|
-
type: {
|
1328
|
-
name: "Composite",
|
1329
|
-
className: "MonitoringTagRulesListResponse",
|
1330
|
-
modelProperties: {
|
1331
|
-
value: {
|
1332
|
-
serializedName: "",
|
1333
|
-
type: {
|
1334
|
-
name: "Sequence",
|
1335
|
-
element: {
|
1336
|
-
type: {
|
1337
|
-
name: "Composite",
|
1338
|
-
className: "MonitoringTagRules"
|
1339
|
-
}
|
1340
|
-
}
|
1341
|
-
}
|
1342
1315
|
},
|
1343
|
-
|
1344
|
-
serializedName: "
|
1316
|
+
enterpriseAppId: {
|
1317
|
+
serializedName: "enterpriseAppId",
|
1345
1318
|
type: {
|
1346
1319
|
name: "String"
|
1347
1320
|
}
|
1348
|
-
}
|
1349
|
-
}
|
1350
|
-
}
|
1351
|
-
};
|
1352
|
-
|
1353
|
-
export const DatadogSingleSignOnResourceListResponse: msRest.CompositeMapper = {
|
1354
|
-
serializedName: "DatadogSingleSignOnResourceListResponse",
|
1355
|
-
type: {
|
1356
|
-
name: "Composite",
|
1357
|
-
className: "DatadogSingleSignOnResourceListResponse",
|
1358
|
-
modelProperties: {
|
1359
|
-
value: {
|
1360
|
-
serializedName: "",
|
1361
|
-
type: {
|
1362
|
-
name: "Sequence",
|
1363
|
-
element: {
|
1364
|
-
type: {
|
1365
|
-
name: "Composite",
|
1366
|
-
className: "DatadogSingleSignOnResource"
|
1367
|
-
}
|
1368
|
-
}
|
1369
|
-
}
|
1370
1321
|
},
|
1371
|
-
|
1372
|
-
serializedName: "
|
1322
|
+
singleSignOnUrl: {
|
1323
|
+
serializedName: "singleSignOnUrl",
|
1324
|
+
readOnly: true,
|
1373
1325
|
type: {
|
1374
1326
|
name: "String"
|
1375
1327
|
}
|