@azure/arm-datadog 1.0.0 → 3.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +70 -70
- 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 +554 -596
- 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 -31
- 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 -34
- package/src/models/index.ts +652 -1254
- package/src/models/mappers.ts +564 -605
- 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 +1010 -696
- 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 -2959
- 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 -22
- package/esm/microsoftDatadogClient.d.ts.map +0 -1
- package/esm/microsoftDatadogClient.js +0 -36
- package/esm/microsoftDatadogClient.js.map +0 -1
- package/esm/microsoftDatadogClientContext.d.ts +0 -16
- package/esm/microsoftDatadogClientContext.d.ts.map +0 -1
- package/esm/microsoftDatadogClientContext.js +0 -55
- package/esm/microsoftDatadogClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1397
- 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 -378
- package/esm/operations/monitors.d.ts.map +0 -1
- package/esm/operations/monitors.js +0 -655
- 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 -61
- 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,243 +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,
|
802
|
+
type: {
|
803
|
+
name: "String"
|
804
|
+
}
|
805
|
+
},
|
806
|
+
monitoringStatus: {
|
807
|
+
defaultValue: "Enabled",
|
808
|
+
serializedName: "monitoringStatus",
|
809
|
+
type: {
|
810
|
+
name: "String"
|
811
|
+
}
|
812
|
+
},
|
813
|
+
marketplaceSubscriptionStatus: {
|
814
|
+
serializedName: "marketplaceSubscriptionStatus",
|
815
|
+
readOnly: true,
|
816
|
+
type: {
|
817
|
+
name: "String"
|
818
|
+
}
|
819
|
+
},
|
820
|
+
datadogOrganizationProperties: {
|
821
|
+
serializedName: "datadogOrganizationProperties",
|
741
822
|
type: {
|
742
823
|
name: "Composite",
|
743
|
-
className: "
|
824
|
+
className: "DatadogOrganizationProperties"
|
744
825
|
}
|
745
826
|
},
|
746
|
-
|
747
|
-
serializedName: "
|
827
|
+
userInfo: {
|
828
|
+
serializedName: "userInfo",
|
748
829
|
type: {
|
749
|
-
name: "
|
750
|
-
|
751
|
-
type: {
|
752
|
-
name: "String"
|
753
|
-
}
|
754
|
-
}
|
830
|
+
name: "Composite",
|
831
|
+
className: "UserInfo"
|
755
832
|
}
|
756
|
-
}
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
export const DatadogSetPasswordLink: msRest.CompositeMapper = {
|
762
|
-
serializedName: "DatadogSetPasswordLink",
|
763
|
-
type: {
|
764
|
-
name: "Composite",
|
765
|
-
className: "DatadogSetPasswordLink",
|
766
|
-
modelProperties: {
|
767
|
-
setPasswordLink: {
|
768
|
-
serializedName: "setPasswordLink",
|
833
|
+
},
|
834
|
+
liftrResourceCategory: {
|
835
|
+
serializedName: "liftrResourceCategory",
|
836
|
+
readOnly: true,
|
769
837
|
type: {
|
770
838
|
name: "String"
|
771
839
|
}
|
840
|
+
},
|
841
|
+
liftrResourcePreference: {
|
842
|
+
serializedName: "liftrResourcePreference",
|
843
|
+
readOnly: true,
|
844
|
+
type: {
|
845
|
+
name: "Number"
|
846
|
+
}
|
772
847
|
}
|
773
848
|
}
|
774
849
|
}
|
775
850
|
};
|
776
851
|
|
777
|
-
export const
|
778
|
-
serializedName: "FilteringTag",
|
852
|
+
export const DatadogOrganizationProperties: coreClient.CompositeMapper = {
|
779
853
|
type: {
|
780
854
|
name: "Composite",
|
781
|
-
className: "
|
855
|
+
className: "DatadogOrganizationProperties",
|
782
856
|
modelProperties: {
|
783
857
|
name: {
|
784
858
|
serializedName: "name",
|
859
|
+
readOnly: true,
|
785
860
|
type: {
|
786
861
|
name: "String"
|
787
862
|
}
|
788
863
|
},
|
789
|
-
|
790
|
-
serializedName: "
|
864
|
+
id: {
|
865
|
+
serializedName: "id",
|
866
|
+
readOnly: true,
|
791
867
|
type: {
|
792
868
|
name: "String"
|
793
869
|
}
|
794
870
|
},
|
795
|
-
|
796
|
-
serializedName: "
|
871
|
+
linkingAuthCode: {
|
872
|
+
serializedName: "linkingAuthCode",
|
797
873
|
type: {
|
798
874
|
name: "String"
|
799
875
|
}
|
800
|
-
}
|
801
|
-
|
802
|
-
|
803
|
-
};
|
804
|
-
|
805
|
-
export const LogRules: msRest.CompositeMapper = {
|
806
|
-
serializedName: "LogRules",
|
807
|
-
type: {
|
808
|
-
name: "Composite",
|
809
|
-
className: "LogRules",
|
810
|
-
modelProperties: {
|
811
|
-
sendAadLogs: {
|
812
|
-
serializedName: "sendAadLogs",
|
876
|
+
},
|
877
|
+
linkingClientId: {
|
878
|
+
serializedName: "linkingClientId",
|
813
879
|
type: {
|
814
|
-
name: "
|
880
|
+
name: "String"
|
815
881
|
}
|
816
882
|
},
|
817
|
-
|
818
|
-
serializedName: "
|
883
|
+
redirectUri: {
|
884
|
+
serializedName: "redirectUri",
|
819
885
|
type: {
|
820
|
-
name: "
|
886
|
+
name: "String"
|
821
887
|
}
|
822
888
|
},
|
823
|
-
|
824
|
-
serializedName: "
|
889
|
+
apiKey: {
|
890
|
+
serializedName: "apiKey",
|
825
891
|
type: {
|
826
|
-
name: "
|
892
|
+
name: "String"
|
827
893
|
}
|
828
894
|
},
|
829
|
-
|
830
|
-
serializedName: "
|
895
|
+
applicationKey: {
|
896
|
+
serializedName: "applicationKey",
|
831
897
|
type: {
|
832
|
-
name: "
|
833
|
-
element: {
|
834
|
-
type: {
|
835
|
-
name: "Composite",
|
836
|
-
className: "FilteringTag"
|
837
|
-
}
|
838
|
-
}
|
898
|
+
name: "String"
|
839
899
|
}
|
840
|
-
}
|
841
|
-
|
842
|
-
|
843
|
-
};
|
844
|
-
|
845
|
-
export const MetricRules: msRest.CompositeMapper = {
|
846
|
-
serializedName: "MetricRules",
|
847
|
-
type: {
|
848
|
-
name: "Composite",
|
849
|
-
className: "MetricRules",
|
850
|
-
modelProperties: {
|
851
|
-
filteringTags: {
|
852
|
-
serializedName: "filteringTags",
|
900
|
+
},
|
901
|
+
enterpriseAppId: {
|
902
|
+
serializedName: "enterpriseAppId",
|
853
903
|
type: {
|
854
|
-
name: "
|
855
|
-
element: {
|
856
|
-
type: {
|
857
|
-
name: "Composite",
|
858
|
-
className: "FilteringTag"
|
859
|
-
}
|
860
|
-
}
|
904
|
+
name: "String"
|
861
905
|
}
|
862
906
|
}
|
863
907
|
}
|
864
908
|
}
|
865
909
|
};
|
866
910
|
|
867
|
-
export const
|
868
|
-
serializedName: "MonitoringTagRulesProperties",
|
911
|
+
export const UserInfo: coreClient.CompositeMapper = {
|
869
912
|
type: {
|
870
913
|
name: "Composite",
|
871
|
-
className: "
|
914
|
+
className: "UserInfo",
|
872
915
|
modelProperties: {
|
873
|
-
|
874
|
-
|
916
|
+
name: {
|
917
|
+
constraints: {
|
918
|
+
MaxLength: 50
|
919
|
+
},
|
920
|
+
serializedName: "name",
|
875
921
|
type: {
|
876
922
|
name: "String"
|
877
923
|
}
|
878
924
|
},
|
879
|
-
|
880
|
-
|
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",
|
881
932
|
type: {
|
882
|
-
name: "
|
883
|
-
className: "LogRules"
|
933
|
+
name: "String"
|
884
934
|
}
|
885
935
|
},
|
886
|
-
|
887
|
-
|
936
|
+
phoneNumber: {
|
937
|
+
constraints: {
|
938
|
+
MaxLength: 40
|
939
|
+
},
|
940
|
+
serializedName: "phoneNumber",
|
888
941
|
type: {
|
889
|
-
name: "
|
890
|
-
className: "MetricRules"
|
942
|
+
name: "String"
|
891
943
|
}
|
892
944
|
}
|
893
945
|
}
|
894
946
|
}
|
895
947
|
};
|
896
948
|
|
897
|
-
export const
|
898
|
-
serializedName: "MonitoringTagRules",
|
949
|
+
export const IdentityProperties: coreClient.CompositeMapper = {
|
899
950
|
type: {
|
900
951
|
name: "Composite",
|
901
|
-
className: "
|
952
|
+
className: "IdentityProperties",
|
902
953
|
modelProperties: {
|
903
|
-
|
954
|
+
principalId: {
|
955
|
+
serializedName: "principalId",
|
904
956
|
readOnly: true,
|
905
|
-
serializedName: "name",
|
906
957
|
type: {
|
907
958
|
name: "String"
|
908
959
|
}
|
909
960
|
},
|
910
|
-
|
961
|
+
tenantId: {
|
962
|
+
serializedName: "tenantId",
|
911
963
|
readOnly: true,
|
912
|
-
serializedName: "id",
|
913
964
|
type: {
|
914
965
|
name: "String"
|
915
966
|
}
|
916
967
|
},
|
917
968
|
type: {
|
918
|
-
readOnly: true,
|
919
969
|
serializedName: "type",
|
920
970
|
type: {
|
921
971
|
name: "String"
|
922
972
|
}
|
923
|
-
}
|
973
|
+
}
|
974
|
+
}
|
975
|
+
}
|
976
|
+
};
|
977
|
+
|
978
|
+
export const DatadogMonitorResourceUpdateParameters: coreClient.CompositeMapper = {
|
979
|
+
type: {
|
980
|
+
name: "Composite",
|
981
|
+
className: "DatadogMonitorResourceUpdateParameters",
|
982
|
+
modelProperties: {
|
924
983
|
properties: {
|
925
984
|
serializedName: "properties",
|
926
985
|
type: {
|
927
986
|
name: "Composite",
|
928
|
-
className: "
|
987
|
+
className: "MonitorUpdateProperties"
|
929
988
|
}
|
930
989
|
},
|
931
|
-
|
932
|
-
|
933
|
-
|
990
|
+
tags: {
|
991
|
+
serializedName: "tags",
|
992
|
+
type: {
|
993
|
+
name: "Dictionary",
|
994
|
+
value: { type: { name: "String" } }
|
995
|
+
}
|
996
|
+
},
|
997
|
+
sku: {
|
998
|
+
serializedName: "sku",
|
934
999
|
type: {
|
935
1000
|
name: "Composite",
|
936
|
-
className: "
|
1001
|
+
className: "ResourceSku"
|
937
1002
|
}
|
938
1003
|
}
|
939
1004
|
}
|
940
1005
|
}
|
941
1006
|
};
|
942
1007
|
|
943
|
-
export const
|
944
|
-
serializedName: "DatadogSingleSignOnProperties",
|
1008
|
+
export const MonitorUpdateProperties: coreClient.CompositeMapper = {
|
945
1009
|
type: {
|
946
1010
|
name: "Composite",
|
947
|
-
className: "
|
1011
|
+
className: "MonitorUpdateProperties",
|
948
1012
|
modelProperties: {
|
949
|
-
|
950
|
-
|
1013
|
+
monitoringStatus: {
|
1014
|
+
defaultValue: "Enabled",
|
1015
|
+
serializedName: "monitoringStatus",
|
951
1016
|
type: {
|
952
1017
|
name: "String"
|
953
1018
|
}
|
954
|
-
}
|
955
|
-
|
956
|
-
|
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",
|
957
1031
|
type: {
|
958
1032
|
name: "String"
|
959
1033
|
}
|
960
|
-
}
|
961
|
-
|
962
|
-
|
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",
|
963
1046
|
type: {
|
964
|
-
name: "
|
1047
|
+
name: "Sequence",
|
1048
|
+
element: {
|
1049
|
+
type: {
|
1050
|
+
name: "Composite",
|
1051
|
+
className: "MonitoringTagRules"
|
1052
|
+
}
|
1053
|
+
}
|
965
1054
|
}
|
966
1055
|
},
|
967
|
-
|
968
|
-
|
969
|
-
serializedName: "singleSignOnUrl",
|
1056
|
+
nextLink: {
|
1057
|
+
serializedName: "nextLink",
|
970
1058
|
type: {
|
971
1059
|
name: "String"
|
972
1060
|
}
|
@@ -975,29 +1063,28 @@ export const DatadogSingleSignOnProperties: msRest.CompositeMapper = {
|
|
975
1063
|
}
|
976
1064
|
};
|
977
1065
|
|
978
|
-
export const
|
979
|
-
serializedName: "DatadogSingleSignOnResource",
|
1066
|
+
export const MonitoringTagRules: coreClient.CompositeMapper = {
|
980
1067
|
type: {
|
981
1068
|
name: "Composite",
|
982
|
-
className: "
|
1069
|
+
className: "MonitoringTagRules",
|
983
1070
|
modelProperties: {
|
984
|
-
|
1071
|
+
name: {
|
1072
|
+
serializedName: "name",
|
985
1073
|
readOnly: true,
|
986
|
-
serializedName: "id",
|
987
1074
|
type: {
|
988
1075
|
name: "String"
|
989
1076
|
}
|
990
1077
|
},
|
991
|
-
|
1078
|
+
id: {
|
1079
|
+
serializedName: "id",
|
992
1080
|
readOnly: true,
|
993
|
-
serializedName: "name",
|
994
1081
|
type: {
|
995
1082
|
name: "String"
|
996
1083
|
}
|
997
1084
|
},
|
998
1085
|
type: {
|
999
|
-
readOnly: true,
|
1000
1086
|
serializedName: "type",
|
1087
|
+
readOnly: true,
|
1001
1088
|
type: {
|
1002
1089
|
name: "String"
|
1003
1090
|
}
|
@@ -1006,11 +1093,10 @@ export const DatadogSingleSignOnResource: msRest.CompositeMapper = {
|
|
1006
1093
|
serializedName: "properties",
|
1007
1094
|
type: {
|
1008
1095
|
name: "Composite",
|
1009
|
-
className: "
|
1096
|
+
className: "MonitoringTagRulesProperties"
|
1010
1097
|
}
|
1011
1098
|
},
|
1012
1099
|
systemData: {
|
1013
|
-
readOnly: true,
|
1014
1100
|
serializedName: "systemData",
|
1015
1101
|
type: {
|
1016
1102
|
name: "Composite",
|
@@ -1021,79 +1107,67 @@ export const DatadogSingleSignOnResource: msRest.CompositeMapper = {
|
|
1021
1107
|
}
|
1022
1108
|
};
|
1023
1109
|
|
1024
|
-
export const
|
1025
|
-
serializedName: "ErrorAdditionalInfo",
|
1110
|
+
export const MonitoringTagRulesProperties: coreClient.CompositeMapper = {
|
1026
1111
|
type: {
|
1027
1112
|
name: "Composite",
|
1028
|
-
className: "
|
1113
|
+
className: "MonitoringTagRulesProperties",
|
1029
1114
|
modelProperties: {
|
1030
|
-
|
1115
|
+
provisioningState: {
|
1116
|
+
serializedName: "provisioningState",
|
1031
1117
|
readOnly: true,
|
1032
|
-
serializedName: "type",
|
1033
1118
|
type: {
|
1034
1119
|
name: "String"
|
1035
1120
|
}
|
1036
1121
|
},
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1122
|
+
logRules: {
|
1123
|
+
serializedName: "logRules",
|
1124
|
+
type: {
|
1125
|
+
name: "Composite",
|
1126
|
+
className: "LogRules"
|
1127
|
+
}
|
1128
|
+
},
|
1129
|
+
metricRules: {
|
1130
|
+
serializedName: "metricRules",
|
1040
1131
|
type: {
|
1041
|
-
name: "
|
1132
|
+
name: "Composite",
|
1133
|
+
className: "MetricRules"
|
1042
1134
|
}
|
1043
1135
|
}
|
1044
1136
|
}
|
1045
1137
|
}
|
1046
1138
|
};
|
1047
1139
|
|
1048
|
-
export const
|
1049
|
-
serializedName: "ErrorDetail",
|
1140
|
+
export const LogRules: coreClient.CompositeMapper = {
|
1050
1141
|
type: {
|
1051
1142
|
name: "Composite",
|
1052
|
-
className: "
|
1143
|
+
className: "LogRules",
|
1053
1144
|
modelProperties: {
|
1054
|
-
|
1055
|
-
|
1056
|
-
serializedName: "code",
|
1057
|
-
type: {
|
1058
|
-
name: "String"
|
1059
|
-
}
|
1060
|
-
},
|
1061
|
-
message: {
|
1062
|
-
readOnly: true,
|
1063
|
-
serializedName: "message",
|
1145
|
+
sendAadLogs: {
|
1146
|
+
serializedName: "sendAadLogs",
|
1064
1147
|
type: {
|
1065
|
-
name: "
|
1148
|
+
name: "Boolean"
|
1066
1149
|
}
|
1067
1150
|
},
|
1068
|
-
|
1069
|
-
|
1070
|
-
serializedName: "target",
|
1151
|
+
sendSubscriptionLogs: {
|
1152
|
+
serializedName: "sendSubscriptionLogs",
|
1071
1153
|
type: {
|
1072
|
-
name: "
|
1154
|
+
name: "Boolean"
|
1073
1155
|
}
|
1074
1156
|
},
|
1075
|
-
|
1076
|
-
|
1077
|
-
serializedName: "details",
|
1157
|
+
sendResourceLogs: {
|
1158
|
+
serializedName: "sendResourceLogs",
|
1078
1159
|
type: {
|
1079
|
-
name: "
|
1080
|
-
element: {
|
1081
|
-
type: {
|
1082
|
-
name: "Composite",
|
1083
|
-
className: "ErrorDetail"
|
1084
|
-
}
|
1085
|
-
}
|
1160
|
+
name: "Boolean"
|
1086
1161
|
}
|
1087
1162
|
},
|
1088
|
-
|
1089
|
-
|
1090
|
-
serializedName: "additionalInfo",
|
1163
|
+
filteringTags: {
|
1164
|
+
serializedName: "filteringTags",
|
1091
1165
|
type: {
|
1092
1166
|
name: "Sequence",
|
1093
1167
|
element: {
|
1094
1168
|
type: {
|
1095
1169
|
name: "Composite",
|
1096
|
-
className: "
|
1170
|
+
className: "FilteringTag"
|
1097
1171
|
}
|
1098
1172
|
}
|
1099
1173
|
}
|
@@ -1102,43 +1176,25 @@ export const ErrorDetail: msRest.CompositeMapper = {
|
|
1102
1176
|
}
|
1103
1177
|
};
|
1104
1178
|
|
1105
|
-
export const
|
1106
|
-
serializedName: "ErrorResponse",
|
1179
|
+
export const FilteringTag: coreClient.CompositeMapper = {
|
1107
1180
|
type: {
|
1108
1181
|
name: "Composite",
|
1109
|
-
className: "
|
1182
|
+
className: "FilteringTag",
|
1110
1183
|
modelProperties: {
|
1111
|
-
|
1112
|
-
serializedName: "
|
1184
|
+
name: {
|
1185
|
+
serializedName: "name",
|
1113
1186
|
type: {
|
1114
|
-
name: "
|
1115
|
-
className: "ErrorDetail"
|
1187
|
+
name: "String"
|
1116
1188
|
}
|
1117
|
-
}
|
1118
|
-
}
|
1119
|
-
}
|
1120
|
-
};
|
1121
|
-
|
1122
|
-
export const DatadogAgreementResourceListResponse: msRest.CompositeMapper = {
|
1123
|
-
serializedName: "DatadogAgreementResourceListResponse",
|
1124
|
-
type: {
|
1125
|
-
name: "Composite",
|
1126
|
-
className: "DatadogAgreementResourceListResponse",
|
1127
|
-
modelProperties: {
|
1189
|
+
},
|
1128
1190
|
value: {
|
1129
|
-
serializedName: "",
|
1191
|
+
serializedName: "value",
|
1130
1192
|
type: {
|
1131
|
-
name: "
|
1132
|
-
element: {
|
1133
|
-
type: {
|
1134
|
-
name: "Composite",
|
1135
|
-
className: "DatadogAgreementResource"
|
1136
|
-
}
|
1137
|
-
}
|
1193
|
+
name: "String"
|
1138
1194
|
}
|
1139
1195
|
},
|
1140
|
-
|
1141
|
-
serializedName: "
|
1196
|
+
action: {
|
1197
|
+
serializedName: "action",
|
1142
1198
|
type: {
|
1143
1199
|
name: "String"
|
1144
1200
|
}
|
@@ -1147,48 +1203,40 @@ export const DatadogAgreementResourceListResponse: msRest.CompositeMapper = {
|
|
1147
1203
|
}
|
1148
1204
|
};
|
1149
1205
|
|
1150
|
-
export const
|
1151
|
-
serializedName: "DatadogApiKeyListResponse",
|
1206
|
+
export const MetricRules: coreClient.CompositeMapper = {
|
1152
1207
|
type: {
|
1153
1208
|
name: "Composite",
|
1154
|
-
className: "
|
1209
|
+
className: "MetricRules",
|
1155
1210
|
modelProperties: {
|
1156
|
-
|
1157
|
-
serializedName: "",
|
1211
|
+
filteringTags: {
|
1212
|
+
serializedName: "filteringTags",
|
1158
1213
|
type: {
|
1159
1214
|
name: "Sequence",
|
1160
1215
|
element: {
|
1161
1216
|
type: {
|
1162
1217
|
name: "Composite",
|
1163
|
-
className: "
|
1218
|
+
className: "FilteringTag"
|
1164
1219
|
}
|
1165
1220
|
}
|
1166
1221
|
}
|
1167
|
-
},
|
1168
|
-
nextLink: {
|
1169
|
-
serializedName: "nextLink",
|
1170
|
-
type: {
|
1171
|
-
name: "String"
|
1172
|
-
}
|
1173
1222
|
}
|
1174
1223
|
}
|
1175
1224
|
}
|
1176
1225
|
};
|
1177
1226
|
|
1178
|
-
export const
|
1179
|
-
serializedName: "DatadogHostListResponse",
|
1227
|
+
export const DatadogSingleSignOnResourceListResponse: coreClient.CompositeMapper = {
|
1180
1228
|
type: {
|
1181
1229
|
name: "Composite",
|
1182
|
-
className: "
|
1230
|
+
className: "DatadogSingleSignOnResourceListResponse",
|
1183
1231
|
modelProperties: {
|
1184
1232
|
value: {
|
1185
|
-
serializedName: "",
|
1233
|
+
serializedName: "value",
|
1186
1234
|
type: {
|
1187
1235
|
name: "Sequence",
|
1188
1236
|
element: {
|
1189
1237
|
type: {
|
1190
1238
|
name: "Composite",
|
1191
|
-
className: "
|
1239
|
+
className: "DatadogSingleSignOnResource"
|
1192
1240
|
}
|
1193
1241
|
}
|
1194
1242
|
}
|
@@ -1203,166 +1251,77 @@ export const DatadogHostListResponse: msRest.CompositeMapper = {
|
|
1203
1251
|
}
|
1204
1252
|
};
|
1205
1253
|
|
1206
|
-
export const
|
1207
|
-
serializedName: "LinkedResourceListResponse",
|
1254
|
+
export const DatadogSingleSignOnResource: coreClient.CompositeMapper = {
|
1208
1255
|
type: {
|
1209
1256
|
name: "Composite",
|
1210
|
-
className: "
|
1257
|
+
className: "DatadogSingleSignOnResource",
|
1211
1258
|
modelProperties: {
|
1212
|
-
|
1213
|
-
serializedName: "",
|
1259
|
+
id: {
|
1260
|
+
serializedName: "id",
|
1261
|
+
readOnly: true,
|
1214
1262
|
type: {
|
1215
|
-
name: "
|
1216
|
-
element: {
|
1217
|
-
type: {
|
1218
|
-
name: "Composite",
|
1219
|
-
className: "LinkedResource"
|
1220
|
-
}
|
1221
|
-
}
|
1263
|
+
name: "String"
|
1222
1264
|
}
|
1223
1265
|
},
|
1224
|
-
|
1225
|
-
serializedName: "
|
1266
|
+
name: {
|
1267
|
+
serializedName: "name",
|
1268
|
+
readOnly: true,
|
1226
1269
|
type: {
|
1227
1270
|
name: "String"
|
1228
1271
|
}
|
1229
|
-
}
|
1230
|
-
}
|
1231
|
-
}
|
1232
|
-
};
|
1233
|
-
|
1234
|
-
export const MonitoredResourceListResponse: msRest.CompositeMapper = {
|
1235
|
-
serializedName: "MonitoredResourceListResponse",
|
1236
|
-
type: {
|
1237
|
-
name: "Composite",
|
1238
|
-
className: "MonitoredResourceListResponse",
|
1239
|
-
modelProperties: {
|
1240
|
-
value: {
|
1241
|
-
serializedName: "",
|
1242
|
-
type: {
|
1243
|
-
name: "Sequence",
|
1244
|
-
element: {
|
1245
|
-
type: {
|
1246
|
-
name: "Composite",
|
1247
|
-
className: "MonitoredResource"
|
1248
|
-
}
|
1249
|
-
}
|
1250
|
-
}
|
1251
1272
|
},
|
1252
|
-
|
1253
|
-
serializedName: "
|
1273
|
+
type: {
|
1274
|
+
serializedName: "type",
|
1275
|
+
readOnly: true,
|
1254
1276
|
type: {
|
1255
1277
|
name: "String"
|
1256
1278
|
}
|
1257
|
-
}
|
1258
|
-
|
1259
|
-
|
1260
|
-
};
|
1261
|
-
|
1262
|
-
export const DatadogMonitorResourceListResponse: msRest.CompositeMapper = {
|
1263
|
-
serializedName: "DatadogMonitorResourceListResponse",
|
1264
|
-
type: {
|
1265
|
-
name: "Composite",
|
1266
|
-
className: "DatadogMonitorResourceListResponse",
|
1267
|
-
modelProperties: {
|
1268
|
-
value: {
|
1269
|
-
serializedName: "",
|
1279
|
+
},
|
1280
|
+
properties: {
|
1281
|
+
serializedName: "properties",
|
1270
1282
|
type: {
|
1271
|
-
name: "
|
1272
|
-
|
1273
|
-
type: {
|
1274
|
-
name: "Composite",
|
1275
|
-
className: "DatadogMonitorResource"
|
1276
|
-
}
|
1277
|
-
}
|
1283
|
+
name: "Composite",
|
1284
|
+
className: "DatadogSingleSignOnProperties"
|
1278
1285
|
}
|
1279
1286
|
},
|
1280
|
-
|
1281
|
-
serializedName: "
|
1287
|
+
systemData: {
|
1288
|
+
serializedName: "systemData",
|
1282
1289
|
type: {
|
1283
|
-
name: "
|
1290
|
+
name: "Composite",
|
1291
|
+
className: "SystemData"
|
1284
1292
|
}
|
1285
1293
|
}
|
1286
1294
|
}
|
1287
1295
|
}
|
1288
1296
|
};
|
1289
1297
|
|
1290
|
-
export const
|
1291
|
-
serializedName: "OperationListResult",
|
1298
|
+
export const DatadogSingleSignOnProperties: coreClient.CompositeMapper = {
|
1292
1299
|
type: {
|
1293
1300
|
name: "Composite",
|
1294
|
-
className: "
|
1301
|
+
className: "DatadogSingleSignOnProperties",
|
1295
1302
|
modelProperties: {
|
1296
|
-
|
1297
|
-
serializedName: "",
|
1303
|
+
provisioningState: {
|
1304
|
+
serializedName: "provisioningState",
|
1305
|
+
readOnly: true,
|
1298
1306
|
type: {
|
1299
|
-
name: "
|
1300
|
-
element: {
|
1301
|
-
type: {
|
1302
|
-
name: "Composite",
|
1303
|
-
className: "OperationResult"
|
1304
|
-
}
|
1305
|
-
}
|
1307
|
+
name: "String"
|
1306
1308
|
}
|
1307
1309
|
},
|
1308
|
-
|
1309
|
-
serializedName: "
|
1310
|
+
singleSignOnState: {
|
1311
|
+
serializedName: "singleSignOnState",
|
1310
1312
|
type: {
|
1311
1313
|
name: "String"
|
1312
1314
|
}
|
1313
|
-
}
|
1314
|
-
}
|
1315
|
-
}
|
1316
|
-
};
|
1317
|
-
|
1318
|
-
export const MonitoringTagRulesListResponse: msRest.CompositeMapper = {
|
1319
|
-
serializedName: "MonitoringTagRulesListResponse",
|
1320
|
-
type: {
|
1321
|
-
name: "Composite",
|
1322
|
-
className: "MonitoringTagRulesListResponse",
|
1323
|
-
modelProperties: {
|
1324
|
-
value: {
|
1325
|
-
serializedName: "",
|
1326
|
-
type: {
|
1327
|
-
name: "Sequence",
|
1328
|
-
element: {
|
1329
|
-
type: {
|
1330
|
-
name: "Composite",
|
1331
|
-
className: "MonitoringTagRules"
|
1332
|
-
}
|
1333
|
-
}
|
1334
|
-
}
|
1335
1315
|
},
|
1336
|
-
|
1337
|
-
serializedName: "
|
1316
|
+
enterpriseAppId: {
|
1317
|
+
serializedName: "enterpriseAppId",
|
1338
1318
|
type: {
|
1339
1319
|
name: "String"
|
1340
1320
|
}
|
1341
|
-
}
|
1342
|
-
}
|
1343
|
-
}
|
1344
|
-
};
|
1345
|
-
|
1346
|
-
export const DatadogSingleSignOnResourceListResponse: msRest.CompositeMapper = {
|
1347
|
-
serializedName: "DatadogSingleSignOnResourceListResponse",
|
1348
|
-
type: {
|
1349
|
-
name: "Composite",
|
1350
|
-
className: "DatadogSingleSignOnResourceListResponse",
|
1351
|
-
modelProperties: {
|
1352
|
-
value: {
|
1353
|
-
serializedName: "",
|
1354
|
-
type: {
|
1355
|
-
name: "Sequence",
|
1356
|
-
element: {
|
1357
|
-
type: {
|
1358
|
-
name: "Composite",
|
1359
|
-
className: "DatadogSingleSignOnResource"
|
1360
|
-
}
|
1361
|
-
}
|
1362
|
-
}
|
1363
1321
|
},
|
1364
|
-
|
1365
|
-
serializedName: "
|
1322
|
+
singleSignOnUrl: {
|
1323
|
+
serializedName: "singleSignOnUrl",
|
1324
|
+
readOnly: true,
|
1366
1325
|
type: {
|
1367
1326
|
name: "String"
|
1368
1327
|
}
|