@azure/arm-domainservices 0.1.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +21 -21
  4. package/README.md +98 -96
  5. package/dist/index.js +2502 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/src/domainServicesResourceProvider.d.ts +22 -0
  10. package/dist-esm/src/domainServicesResourceProvider.d.ts.map +1 -0
  11. package/dist-esm/src/domainServicesResourceProvider.js +55 -0
  12. package/dist-esm/src/domainServicesResourceProvider.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/lroImpl.d.ts +16 -0
  18. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  19. package/dist-esm/src/lroImpl.js +29 -0
  20. package/dist-esm/src/lroImpl.js.map +1 -0
  21. package/dist-esm/src/models/index.d.ts +768 -0
  22. package/dist-esm/src/models/index.d.ts.map +1 -0
  23. package/dist-esm/src/models/index.js +98 -0
  24. package/dist-esm/src/models/index.js.map +1 -0
  25. package/dist-esm/src/models/mappers.d.ts +27 -0
  26. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  27. package/dist-esm/src/models/mappers.js +1015 -0
  28. package/dist-esm/src/models/mappers.js.map +1 -0
  29. package/dist-esm/src/models/parameters.d.ts +13 -0
  30. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  31. package/dist-esm/src/models/parameters.js +117 -0
  32. package/dist-esm/src/models/parameters.js.map +1 -0
  33. package/dist-esm/src/operations/domainServiceOperations.d.ts +32 -0
  34. package/dist-esm/src/operations/domainServiceOperations.d.ts.map +1 -0
  35. package/dist-esm/src/operations/domainServiceOperations.js +120 -0
  36. package/dist-esm/src/operations/domainServiceOperations.js.map +1 -0
  37. package/dist-esm/src/operations/domainServices.d.ts +127 -0
  38. package/dist-esm/src/operations/domainServices.d.ts.map +1 -0
  39. package/dist-esm/src/operations/domainServices.js +520 -0
  40. package/dist-esm/src/operations/domainServices.js.map +1 -0
  41. package/dist-esm/src/operations/index.d.ts +5 -0
  42. package/dist-esm/src/operations/index.d.ts.map +1 -0
  43. package/dist-esm/src/operations/index.js +12 -0
  44. package/dist-esm/src/operations/index.js.map +1 -0
  45. package/dist-esm/src/operations/ouContainerOperationGrp.d.ts +111 -0
  46. package/dist-esm/src/operations/ouContainerOperationGrp.d.ts.map +1 -0
  47. package/dist-esm/src/operations/ouContainerOperationGrp.js +441 -0
  48. package/dist-esm/src/operations/ouContainerOperationGrp.js.map +1 -0
  49. package/dist-esm/src/operations/ouContainerOperations.d.ts +32 -0
  50. package/dist-esm/src/operations/ouContainerOperations.d.ts.map +1 -0
  51. package/dist-esm/src/operations/ouContainerOperations.js +120 -0
  52. package/dist-esm/src/operations/ouContainerOperations.js.map +1 -0
  53. package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  54. package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  55. package/dist-esm/src/operationsInterfaces/domainServiceOperations.js +9 -0
  56. package/dist-esm/src/operationsInterfaces/domainServiceOperations.js.map +1 -0
  57. package/dist-esm/src/operationsInterfaces/domainServices.d.ts +87 -0
  58. package/dist-esm/src/operationsInterfaces/domainServices.d.ts.map +1 -0
  59. package/dist-esm/src/operationsInterfaces/domainServices.js +9 -0
  60. package/dist-esm/src/operationsInterfaces/domainServices.js.map +1 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  62. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  63. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  64. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  65. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  66. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  67. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js +9 -0
  68. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  69. package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  70. package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  71. package/dist-esm/src/operationsInterfaces/ouContainerOperations.js +9 -0
  72. package/dist-esm/src/operationsInterfaces/ouContainerOperations.js.map +1 -0
  73. package/dist-esm/test/sampleTest.d.ts +2 -0
  74. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  75. package/dist-esm/test/sampleTest.js +40 -0
  76. package/dist-esm/test/sampleTest.js.map +1 -0
  77. package/package.json +71 -34
  78. package/review/arm-domainservices.api.md +591 -0
  79. package/rollup.config.js +184 -27
  80. package/src/domainServicesResourceProvider.ts +92 -0
  81. package/src/index.ts +12 -0
  82. package/src/lroImpl.ts +34 -0
  83. package/src/models/index.ts +868 -0
  84. package/src/models/mappers.ts +1069 -0
  85. package/src/models/parameters.ts +136 -0
  86. package/src/operations/domainServiceOperations.ts +137 -0
  87. package/src/operations/domainServices.ts +690 -0
  88. package/{lib → src}/operations/index.ts +5 -5
  89. package/src/operations/ouContainerOperationGrp.ts +632 -0
  90. package/src/operations/ouContainerOperations.ts +137 -0
  91. package/src/operationsInterfaces/domainServiceOperations.ts +25 -0
  92. package/src/operationsInterfaces/domainServices.ts +154 -0
  93. package/src/operationsInterfaces/index.ts +12 -0
  94. package/src/operationsInterfaces/ouContainerOperationGrp.ts +157 -0
  95. package/src/operationsInterfaces/ouContainerOperations.ts +25 -0
  96. package/tsconfig.json +4 -4
  97. package/types/arm-domainservices.d.ts +1062 -0
  98. package/types/tsdoc-metadata.json +11 -0
  99. package/dist/arm-domainservices.js +0 -1223
  100. package/dist/arm-domainservices.js.map +0 -1
  101. package/dist/arm-domainservices.min.js +0 -1
  102. package/dist/arm-domainservices.min.js.map +0 -1
  103. package/esm/domainservicesManagementClient.d.ts +0 -20
  104. package/esm/domainservicesManagementClient.d.ts.map +0 -1
  105. package/esm/domainservicesManagementClient.js +0 -35
  106. package/esm/domainservicesManagementClient.js.map +0 -1
  107. package/esm/domainservicesManagementClientContext.d.ts +0 -17
  108. package/esm/domainservicesManagementClientContext.d.ts.map +0 -1
  109. package/esm/domainservicesManagementClientContext.js +0 -57
  110. package/esm/domainservicesManagementClientContext.js.map +0 -1
  111. package/esm/models/domainServiceOperationsMappers.d.ts +0 -2
  112. package/esm/models/domainServiceOperationsMappers.d.ts.map +0 -1
  113. package/esm/models/domainServiceOperationsMappers.js +0 -11
  114. package/esm/models/domainServiceOperationsMappers.js.map +0 -1
  115. package/esm/models/domainServicesMappers.d.ts +0 -2
  116. package/esm/models/domainServicesMappers.d.ts.map +0 -1
  117. package/esm/models/domainServicesMappers.js +0 -11
  118. package/esm/models/domainServicesMappers.js.map +0 -1
  119. package/esm/models/index.d.ts +0 -693
  120. package/esm/models/index.d.ts.map +0 -1
  121. package/esm/models/index.js +0 -10
  122. package/esm/models/index.js.map +0 -1
  123. package/esm/models/mappers.d.ts +0 -15
  124. package/esm/models/mappers.d.ts.map +0 -1
  125. package/esm/models/mappers.js +0 -498
  126. package/esm/models/mappers.js.map +0 -1
  127. package/esm/models/parameters.d.ts +0 -8
  128. package/esm/models/parameters.d.ts.map +0 -1
  129. package/esm/models/parameters.js +0 -76
  130. package/esm/models/parameters.js.map +0 -1
  131. package/esm/operations/domainServiceOperations.d.ts +0 -46
  132. package/esm/operations/domainServiceOperations.d.ts.map +0 -1
  133. package/esm/operations/domainServiceOperations.js +0 -77
  134. package/esm/operations/domainServiceOperations.js.map +0 -1
  135. package/esm/operations/domainServices.d.ts +0 -189
  136. package/esm/operations/domainServices.d.ts.map +0 -1
  137. package/esm/operations/domainServices.js +0 -356
  138. package/esm/operations/domainServices.js.map +0 -1
  139. package/esm/operations/index.d.ts +0 -3
  140. package/esm/operations/index.d.ts.map +0 -1
  141. package/esm/operations/index.js +0 -12
  142. package/esm/operations/index.js.map +0 -1
  143. package/lib/domainservicesManagementClient.ts +0 -45
  144. package/lib/domainservicesManagementClientContext.ts +0 -63
  145. package/lib/models/domainServiceOperationsMappers.ts +0 -17
  146. package/lib/models/domainServicesMappers.ts +0 -23
  147. package/lib/models/index.ts +0 -736
  148. package/lib/models/mappers.ts +0 -526
  149. package/lib/models/parameters.ts +0 -78
  150. package/lib/operations/domainServiceOperations.ts +0 -123
  151. package/lib/operations/domainServices.ts +0 -513
@@ -0,0 +1,868 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import * as coreClient from "@azure/core-client";
10
+
11
+ /** The list of domain service operation response. */
12
+ export interface OperationEntityListResult {
13
+ /** The list of operations. */
14
+ value?: OperationEntity[];
15
+ /**
16
+ * The continuation token for the next page of results.
17
+ * NOTE: This property will not be serialized. It can only be populated by the server.
18
+ */
19
+ readonly nextLink?: string;
20
+ }
21
+
22
+ /** The operation supported by Domain Services. */
23
+ export interface OperationEntity {
24
+ /** Operation name: {provider}/{resource}/{operation}. */
25
+ name?: string;
26
+ /** The operation supported by Domain Services. */
27
+ display?: OperationDisplayInfo;
28
+ /** The origin of the operation. */
29
+ origin?: string;
30
+ }
31
+
32
+ /** The operation supported by Domain Services. */
33
+ export interface OperationDisplayInfo {
34
+ /** The description of the operation. */
35
+ description?: string;
36
+ /** The action that users can perform, based on their permission level. */
37
+ operation?: string;
38
+ /** Service provider: Domain Services. */
39
+ provider?: string;
40
+ /** Resource on which the operation is performed. */
41
+ resource?: string;
42
+ }
43
+
44
+ /** An error response from the Domain Services. */
45
+ export interface CloudError {
46
+ /** An error response from the Domain Services. */
47
+ error?: CloudErrorBody;
48
+ }
49
+
50
+ /** An error response from the Domain Services. */
51
+ export interface CloudErrorBody {
52
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
53
+ code?: string;
54
+ /** A message describing the error, intended to be suitable for display in a user interface. */
55
+ message?: string;
56
+ /** The target of the particular error. For example, the name of the property in error. */
57
+ target?: string;
58
+ /** A list of additional details about the error. */
59
+ details?: CloudErrorBody[];
60
+ }
61
+
62
+ /** The response from the List Domain Services operation. */
63
+ export interface DomainServiceListResult {
64
+ /** the list of domain services. */
65
+ value?: DomainService[];
66
+ /**
67
+ * The continuation token for the next page of results.
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
69
+ */
70
+ readonly nextLink?: string;
71
+ }
72
+
73
+ /** Replica Set Definition */
74
+ export interface ReplicaSet {
75
+ /**
76
+ * ReplicaSet Id
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly replicaSetId?: string;
80
+ /** Virtual network location */
81
+ location?: string;
82
+ /**
83
+ * Virtual network site id
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
85
+ */
86
+ readonly vnetSiteId?: string;
87
+ /** The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName. */
88
+ subnetId?: string;
89
+ /**
90
+ * List of Domain Controller IP Address
91
+ * NOTE: This property will not be serialized. It can only be populated by the server.
92
+ */
93
+ readonly domainControllerIpAddress?: string[];
94
+ /**
95
+ * External access ip address.
96
+ * NOTE: This property will not be serialized. It can only be populated by the server.
97
+ */
98
+ readonly externalAccessIpAddress?: string;
99
+ /**
100
+ * Status of Domain Service instance
101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
102
+ */
103
+ readonly serviceStatus?: string;
104
+ /**
105
+ * Last domain evaluation run DateTime
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly healthLastEvaluated?: Date;
109
+ /**
110
+ * List of Domain Health Monitors
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly healthMonitors?: HealthMonitor[];
114
+ /**
115
+ * List of Domain Health Alerts
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly healthAlerts?: HealthAlert[];
119
+ }
120
+
121
+ /** Health Monitor Description */
122
+ export interface HealthMonitor {
123
+ /**
124
+ * Health Monitor Id
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
126
+ */
127
+ readonly id?: string;
128
+ /**
129
+ * Health Monitor Name
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly name?: string;
133
+ /**
134
+ * Health Monitor Details
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly details?: string;
138
+ }
139
+
140
+ /** Health Alert Description */
141
+ export interface HealthAlert {
142
+ /**
143
+ * Health Alert Id
144
+ * NOTE: This property will not be serialized. It can only be populated by the server.
145
+ */
146
+ readonly id?: string;
147
+ /**
148
+ * Health Alert Name
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly name?: string;
152
+ /**
153
+ * Health Alert Issue
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly issue?: string;
157
+ /**
158
+ * Health Alert Severity
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly severity?: string;
162
+ /**
163
+ * Health Alert Raised DateTime
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly raised?: Date;
167
+ /**
168
+ * Health Alert Last Detected DateTime
169
+ * NOTE: This property will not be serialized. It can only be populated by the server.
170
+ */
171
+ readonly lastDetected?: Date;
172
+ /**
173
+ * Health Alert TSG Link
174
+ * NOTE: This property will not be serialized. It can only be populated by the server.
175
+ */
176
+ readonly resolutionUri?: string;
177
+ }
178
+
179
+ /** Secure LDAP Settings */
180
+ export interface LdapsSettings {
181
+ /** A flag to determine whether or not Secure LDAP is enabled or disabled. */
182
+ ldaps?: Ldaps;
183
+ /** The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file. */
184
+ pfxCertificate?: string;
185
+ /** The password to decrypt the provided Secure LDAP certificate pfx file. */
186
+ pfxCertificatePassword?: string;
187
+ /**
188
+ * Public certificate used to configure secure ldap.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly publicCertificate?: string;
192
+ /**
193
+ * Thumbprint of configure ldaps certificate.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly certificateThumbprint?: string;
197
+ /**
198
+ * NotAfter DateTime of configure ldaps certificate.
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly certificateNotAfter?: Date;
202
+ /** A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled. */
203
+ externalAccess?: ExternalAccess;
204
+ }
205
+
206
+ /** Settings for Resource Forest */
207
+ export interface ResourceForestSettings {
208
+ /** List of settings for Resource Forest */
209
+ settings?: ForestTrust[];
210
+ /** Resource Forest */
211
+ resourceForest?: string;
212
+ }
213
+
214
+ /** Forest Trust Setting */
215
+ export interface ForestTrust {
216
+ /** Trusted Domain FQDN */
217
+ trustedDomainFqdn?: string;
218
+ /** Trust Direction */
219
+ trustDirection?: string;
220
+ /** Friendly Name */
221
+ friendlyName?: string;
222
+ /** Remote Dns ips */
223
+ remoteDnsIps?: string;
224
+ /** Trust Password */
225
+ trustPassword?: string;
226
+ }
227
+
228
+ /** Domain Security Settings */
229
+ export interface DomainSecuritySettings {
230
+ /** A flag to determine whether or not NtlmV1 is enabled or disabled. */
231
+ ntlmV1?: NtlmV1;
232
+ /** A flag to determine whether or not TlsV1 is enabled or disabled. */
233
+ tlsV1?: TlsV1;
234
+ /** A flag to determine whether or not SyncNtlmPasswords is enabled or disabled. */
235
+ syncNtlmPasswords?: SyncNtlmPasswords;
236
+ /** A flag to determine whether or not SyncKerberosPasswords is enabled or disabled. */
237
+ syncKerberosPasswords?: SyncKerberosPasswords;
238
+ /** A flag to determine whether or not SyncOnPremPasswords is enabled or disabled. */
239
+ syncOnPremPasswords?: SyncOnPremPasswords;
240
+ /** A flag to determine whether or not KerberosRc4Encryption is enabled or disabled. */
241
+ kerberosRc4Encryption?: KerberosRc4Encryption;
242
+ /** A flag to determine whether or not KerberosArmoring is enabled or disabled. */
243
+ kerberosArmoring?: KerberosArmoring;
244
+ }
245
+
246
+ /** Settings for notification */
247
+ export interface NotificationSettings {
248
+ /** Should global admins be notified */
249
+ notifyGlobalAdmins?: NotifyGlobalAdmins;
250
+ /** Should domain controller admins be notified */
251
+ notifyDcAdmins?: NotifyDcAdmins;
252
+ /** The list of additional recipients */
253
+ additionalRecipients?: string[];
254
+ }
255
+
256
+ /** Migration Properties */
257
+ export interface MigrationProperties {
258
+ /**
259
+ * Old Subnet Id
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly oldSubnetId?: string;
263
+ /**
264
+ * Old Vnet Site Id
265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
266
+ */
267
+ readonly oldVnetSiteId?: string;
268
+ /**
269
+ * Migration Progress
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly migrationProgress?: MigrationProgress;
273
+ }
274
+
275
+ /** Migration Progress */
276
+ export interface MigrationProgress {
277
+ /** Completion Percentage */
278
+ completionPercentage?: number;
279
+ /** Progress Message */
280
+ progressMessage?: string;
281
+ }
282
+
283
+ /** Configuration Diagnostics */
284
+ export interface ConfigDiagnostics {
285
+ /** Last domain configuration diagnostics DateTime */
286
+ lastExecuted?: Date;
287
+ /** List of Configuration Diagnostics validator results. */
288
+ validatorResults?: ConfigDiagnosticsValidatorResult[];
289
+ }
290
+
291
+ /** Config Diagnostics validator result data */
292
+ export interface ConfigDiagnosticsValidatorResult {
293
+ /** Validator identifier */
294
+ validatorId?: string;
295
+ /** Replica set location and subnet name */
296
+ replicaSetSubnetDisplayName?: string;
297
+ /** Status for individual validator after running diagnostics. */
298
+ status?: Status;
299
+ /** List of resource config validation issues. */
300
+ issues?: ConfigDiagnosticsValidatorResultIssue[];
301
+ }
302
+
303
+ /** Specific issue for a particular config diagnostics validator */
304
+ export interface ConfigDiagnosticsValidatorResultIssue {
305
+ /** Validation issue identifier. */
306
+ id?: string;
307
+ /** List of domain resource property name or values used to compose a rich description. */
308
+ descriptionParams?: string[];
309
+ }
310
+
311
+ /** The Resource model definition. */
312
+ export interface Resource {
313
+ /**
314
+ * Resource Id
315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
316
+ */
317
+ readonly id?: string;
318
+ /**
319
+ * Resource name
320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
321
+ */
322
+ readonly name?: string;
323
+ /**
324
+ * Resource type
325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
326
+ */
327
+ readonly type?: string;
328
+ /** Resource location */
329
+ location?: string;
330
+ /** Resource tags */
331
+ tags?: { [propertyName: string]: string };
332
+ /** Resource etag */
333
+ etag?: string;
334
+ /**
335
+ * The system meta data relating to this resource.
336
+ * NOTE: This property will not be serialized. It can only be populated by the server.
337
+ */
338
+ readonly systemData?: SystemData;
339
+ }
340
+
341
+ /** Metadata pertaining to creation and last modification of the resource. */
342
+ export interface SystemData {
343
+ /** The identity that created the resource. */
344
+ createdBy?: string;
345
+ /** The type of identity that created the resource. */
346
+ createdByType?: CreatedByType;
347
+ /** The timestamp of resource creation (UTC). */
348
+ createdAt?: Date;
349
+ /** The identity that last modified the resource. */
350
+ lastModifiedBy?: string;
351
+ /** The type of identity that last modified the resource. */
352
+ lastModifiedByType?: CreatedByType;
353
+ /** The timestamp of resource last modification (UTC) */
354
+ lastModifiedAt?: Date;
355
+ }
356
+
357
+ /** The response from the List OuContainer operation. */
358
+ export interface OuContainerListResult {
359
+ /** The list of OuContainer. */
360
+ value?: OuContainer[];
361
+ /**
362
+ * The continuation token for the next page of results.
363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
364
+ */
365
+ readonly nextLink?: string;
366
+ }
367
+
368
+ /** Container Account Description */
369
+ export interface ContainerAccount {
370
+ /** The account name */
371
+ accountName?: string;
372
+ /** The account spn */
373
+ spn?: string;
374
+ /** The account password */
375
+ password?: string;
376
+ }
377
+
378
+ /** Domain service. */
379
+ export type DomainService = Resource & {
380
+ /**
381
+ * Data Model Version
382
+ * NOTE: This property will not be serialized. It can only be populated by the server.
383
+ */
384
+ readonly version?: number;
385
+ /**
386
+ * Azure Active Directory Tenant Id
387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
388
+ */
389
+ readonly tenantId?: string;
390
+ /** The name of the Azure domain that the user would like to deploy Domain Services to. */
391
+ domainName?: string;
392
+ /**
393
+ * Deployment Id
394
+ * NOTE: This property will not be serialized. It can only be populated by the server.
395
+ */
396
+ readonly deploymentId?: string;
397
+ /**
398
+ * SyncOwner ReplicaSet Id
399
+ * NOTE: This property will not be serialized. It can only be populated by the server.
400
+ */
401
+ readonly syncOwner?: string;
402
+ /** List of ReplicaSets */
403
+ replicaSets?: ReplicaSet[];
404
+ /** Secure LDAP Settings */
405
+ ldapsSettings?: LdapsSettings;
406
+ /** Resource Forest Settings */
407
+ resourceForestSettings?: ResourceForestSettings;
408
+ /** DomainSecurity Settings */
409
+ domainSecuritySettings?: DomainSecuritySettings;
410
+ /** Domain Configuration Type */
411
+ domainConfigurationType?: string;
412
+ /** Sku Type */
413
+ sku?: string;
414
+ /** Enabled or Disabled flag to turn on Group-based filtered sync */
415
+ filteredSync?: FilteredSync;
416
+ /** Notification Settings */
417
+ notificationSettings?: NotificationSettings;
418
+ /**
419
+ * Migration Properties
420
+ * NOTE: This property will not be serialized. It can only be populated by the server.
421
+ */
422
+ readonly migrationProperties?: MigrationProperties;
423
+ /**
424
+ * the current deployment or provisioning state, which only appears in the response.
425
+ * NOTE: This property will not be serialized. It can only be populated by the server.
426
+ */
427
+ readonly provisioningState?: string;
428
+ /** Configuration diagnostics data containing latest execution from client. */
429
+ configDiagnostics?: ConfigDiagnostics;
430
+ };
431
+
432
+ /** Resource for OuContainer. */
433
+ export type OuContainer = Resource & {
434
+ /**
435
+ * Azure Active Directory tenant id
436
+ * NOTE: This property will not be serialized. It can only be populated by the server.
437
+ */
438
+ readonly tenantId?: string;
439
+ /**
440
+ * The domain name of Domain Services.
441
+ * NOTE: This property will not be serialized. It can only be populated by the server.
442
+ */
443
+ readonly domainName?: string;
444
+ /**
445
+ * The Deployment id
446
+ * NOTE: This property will not be serialized. It can only be populated by the server.
447
+ */
448
+ readonly deploymentId?: string;
449
+ /**
450
+ * The OuContainer name
451
+ * NOTE: This property will not be serialized. It can only be populated by the server.
452
+ */
453
+ readonly containerId?: string;
454
+ /** The list of container accounts */
455
+ accounts?: ContainerAccount[];
456
+ /**
457
+ * Status of OuContainer instance
458
+ * NOTE: This property will not be serialized. It can only be populated by the server.
459
+ */
460
+ readonly serviceStatus?: string;
461
+ /**
462
+ * Distinguished Name of OuContainer instance
463
+ * NOTE: This property will not be serialized. It can only be populated by the server.
464
+ */
465
+ readonly distinguishedName?: string;
466
+ /**
467
+ * The current deployment or provisioning state, which only appears in the response.
468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
+ */
470
+ readonly provisioningState?: string;
471
+ };
472
+
473
+ /** Known values of {@link Ldaps} that the service accepts. */
474
+ export enum KnownLdaps {
475
+ Enabled = "Enabled",
476
+ Disabled = "Disabled"
477
+ }
478
+
479
+ /**
480
+ * Defines values for Ldaps. \
481
+ * {@link KnownLdaps} can be used interchangeably with Ldaps,
482
+ * this enum contains the known values that the service supports.
483
+ * ### Known values supported by the service
484
+ * **Enabled** \
485
+ * **Disabled**
486
+ */
487
+ export type Ldaps = string;
488
+
489
+ /** Known values of {@link ExternalAccess} that the service accepts. */
490
+ export enum KnownExternalAccess {
491
+ Enabled = "Enabled",
492
+ Disabled = "Disabled"
493
+ }
494
+
495
+ /**
496
+ * Defines values for ExternalAccess. \
497
+ * {@link KnownExternalAccess} can be used interchangeably with ExternalAccess,
498
+ * this enum contains the known values that the service supports.
499
+ * ### Known values supported by the service
500
+ * **Enabled** \
501
+ * **Disabled**
502
+ */
503
+ export type ExternalAccess = string;
504
+
505
+ /** Known values of {@link NtlmV1} that the service accepts. */
506
+ export enum KnownNtlmV1 {
507
+ Enabled = "Enabled",
508
+ Disabled = "Disabled"
509
+ }
510
+
511
+ /**
512
+ * Defines values for NtlmV1. \
513
+ * {@link KnownNtlmV1} can be used interchangeably with NtlmV1,
514
+ * this enum contains the known values that the service supports.
515
+ * ### Known values supported by the service
516
+ * **Enabled** \
517
+ * **Disabled**
518
+ */
519
+ export type NtlmV1 = string;
520
+
521
+ /** Known values of {@link TlsV1} that the service accepts. */
522
+ export enum KnownTlsV1 {
523
+ Enabled = "Enabled",
524
+ Disabled = "Disabled"
525
+ }
526
+
527
+ /**
528
+ * Defines values for TlsV1. \
529
+ * {@link KnownTlsV1} can be used interchangeably with TlsV1,
530
+ * this enum contains the known values that the service supports.
531
+ * ### Known values supported by the service
532
+ * **Enabled** \
533
+ * **Disabled**
534
+ */
535
+ export type TlsV1 = string;
536
+
537
+ /** Known values of {@link SyncNtlmPasswords} that the service accepts. */
538
+ export enum KnownSyncNtlmPasswords {
539
+ Enabled = "Enabled",
540
+ Disabled = "Disabled"
541
+ }
542
+
543
+ /**
544
+ * Defines values for SyncNtlmPasswords. \
545
+ * {@link KnownSyncNtlmPasswords} can be used interchangeably with SyncNtlmPasswords,
546
+ * this enum contains the known values that the service supports.
547
+ * ### Known values supported by the service
548
+ * **Enabled** \
549
+ * **Disabled**
550
+ */
551
+ export type SyncNtlmPasswords = string;
552
+
553
+ /** Known values of {@link SyncKerberosPasswords} that the service accepts. */
554
+ export enum KnownSyncKerberosPasswords {
555
+ Enabled = "Enabled",
556
+ Disabled = "Disabled"
557
+ }
558
+
559
+ /**
560
+ * Defines values for SyncKerberosPasswords. \
561
+ * {@link KnownSyncKerberosPasswords} can be used interchangeably with SyncKerberosPasswords,
562
+ * this enum contains the known values that the service supports.
563
+ * ### Known values supported by the service
564
+ * **Enabled** \
565
+ * **Disabled**
566
+ */
567
+ export type SyncKerberosPasswords = string;
568
+
569
+ /** Known values of {@link SyncOnPremPasswords} that the service accepts. */
570
+ export enum KnownSyncOnPremPasswords {
571
+ Enabled = "Enabled",
572
+ Disabled = "Disabled"
573
+ }
574
+
575
+ /**
576
+ * Defines values for SyncOnPremPasswords. \
577
+ * {@link KnownSyncOnPremPasswords} can be used interchangeably with SyncOnPremPasswords,
578
+ * this enum contains the known values that the service supports.
579
+ * ### Known values supported by the service
580
+ * **Enabled** \
581
+ * **Disabled**
582
+ */
583
+ export type SyncOnPremPasswords = string;
584
+
585
+ /** Known values of {@link KerberosRc4Encryption} that the service accepts. */
586
+ export enum KnownKerberosRc4Encryption {
587
+ Enabled = "Enabled",
588
+ Disabled = "Disabled"
589
+ }
590
+
591
+ /**
592
+ * Defines values for KerberosRc4Encryption. \
593
+ * {@link KnownKerberosRc4Encryption} can be used interchangeably with KerberosRc4Encryption,
594
+ * this enum contains the known values that the service supports.
595
+ * ### Known values supported by the service
596
+ * **Enabled** \
597
+ * **Disabled**
598
+ */
599
+ export type KerberosRc4Encryption = string;
600
+
601
+ /** Known values of {@link KerberosArmoring} that the service accepts. */
602
+ export enum KnownKerberosArmoring {
603
+ Enabled = "Enabled",
604
+ Disabled = "Disabled"
605
+ }
606
+
607
+ /**
608
+ * Defines values for KerberosArmoring. \
609
+ * {@link KnownKerberosArmoring} can be used interchangeably with KerberosArmoring,
610
+ * this enum contains the known values that the service supports.
611
+ * ### Known values supported by the service
612
+ * **Enabled** \
613
+ * **Disabled**
614
+ */
615
+ export type KerberosArmoring = string;
616
+
617
+ /** Known values of {@link FilteredSync} that the service accepts. */
618
+ export enum KnownFilteredSync {
619
+ Enabled = "Enabled",
620
+ Disabled = "Disabled"
621
+ }
622
+
623
+ /**
624
+ * Defines values for FilteredSync. \
625
+ * {@link KnownFilteredSync} can be used interchangeably with FilteredSync,
626
+ * this enum contains the known values that the service supports.
627
+ * ### Known values supported by the service
628
+ * **Enabled** \
629
+ * **Disabled**
630
+ */
631
+ export type FilteredSync = string;
632
+
633
+ /** Known values of {@link NotifyGlobalAdmins} that the service accepts. */
634
+ export enum KnownNotifyGlobalAdmins {
635
+ Enabled = "Enabled",
636
+ Disabled = "Disabled"
637
+ }
638
+
639
+ /**
640
+ * Defines values for NotifyGlobalAdmins. \
641
+ * {@link KnownNotifyGlobalAdmins} can be used interchangeably with NotifyGlobalAdmins,
642
+ * this enum contains the known values that the service supports.
643
+ * ### Known values supported by the service
644
+ * **Enabled** \
645
+ * **Disabled**
646
+ */
647
+ export type NotifyGlobalAdmins = string;
648
+
649
+ /** Known values of {@link NotifyDcAdmins} that the service accepts. */
650
+ export enum KnownNotifyDcAdmins {
651
+ Enabled = "Enabled",
652
+ Disabled = "Disabled"
653
+ }
654
+
655
+ /**
656
+ * Defines values for NotifyDcAdmins. \
657
+ * {@link KnownNotifyDcAdmins} can be used interchangeably with NotifyDcAdmins,
658
+ * this enum contains the known values that the service supports.
659
+ * ### Known values supported by the service
660
+ * **Enabled** \
661
+ * **Disabled**
662
+ */
663
+ export type NotifyDcAdmins = string;
664
+
665
+ /** Known values of {@link Status} that the service accepts. */
666
+ export enum KnownStatus {
667
+ None = "None",
668
+ Running = "Running",
669
+ OK = "OK",
670
+ Failure = "Failure",
671
+ Warning = "Warning",
672
+ Skipped = "Skipped"
673
+ }
674
+
675
+ /**
676
+ * Defines values for Status. \
677
+ * {@link KnownStatus} can be used interchangeably with Status,
678
+ * this enum contains the known values that the service supports.
679
+ * ### Known values supported by the service
680
+ * **None** \
681
+ * **Running** \
682
+ * **OK** \
683
+ * **Failure** \
684
+ * **Warning** \
685
+ * **Skipped**
686
+ */
687
+ export type Status = string;
688
+
689
+ /** Known values of {@link CreatedByType} that the service accepts. */
690
+ export enum KnownCreatedByType {
691
+ User = "User",
692
+ Application = "Application",
693
+ ManagedIdentity = "ManagedIdentity",
694
+ Key = "Key"
695
+ }
696
+
697
+ /**
698
+ * Defines values for CreatedByType. \
699
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
700
+ * this enum contains the known values that the service supports.
701
+ * ### Known values supported by the service
702
+ * **User** \
703
+ * **Application** \
704
+ * **ManagedIdentity** \
705
+ * **Key**
706
+ */
707
+ export type CreatedByType = string;
708
+
709
+ /** Optional parameters. */
710
+ export interface DomainServiceOperationsListOptionalParams
711
+ extends coreClient.OperationOptions {}
712
+
713
+ /** Contains response data for the list operation. */
714
+ export type DomainServiceOperationsListResponse = OperationEntityListResult;
715
+
716
+ /** Optional parameters. */
717
+ export interface DomainServiceOperationsListNextOptionalParams
718
+ extends coreClient.OperationOptions {}
719
+
720
+ /** Contains response data for the listNext operation. */
721
+ export type DomainServiceOperationsListNextResponse = OperationEntityListResult;
722
+
723
+ /** Optional parameters. */
724
+ export interface DomainServicesListOptionalParams
725
+ extends coreClient.OperationOptions {}
726
+
727
+ /** Contains response data for the list operation. */
728
+ export type DomainServicesListResponse = DomainServiceListResult;
729
+
730
+ /** Optional parameters. */
731
+ export interface DomainServicesListByResourceGroupOptionalParams
732
+ extends coreClient.OperationOptions {}
733
+
734
+ /** Contains response data for the listByResourceGroup operation. */
735
+ export type DomainServicesListByResourceGroupResponse = DomainServiceListResult;
736
+
737
+ /** Optional parameters. */
738
+ export interface DomainServicesCreateOrUpdateOptionalParams
739
+ extends coreClient.OperationOptions {
740
+ /** Delay to wait until next poll, in milliseconds. */
741
+ updateIntervalInMs?: number;
742
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
743
+ resumeFrom?: string;
744
+ }
745
+
746
+ /** Contains response data for the createOrUpdate operation. */
747
+ export type DomainServicesCreateOrUpdateResponse = DomainService;
748
+
749
+ /** Optional parameters. */
750
+ export interface DomainServicesGetOptionalParams
751
+ extends coreClient.OperationOptions {}
752
+
753
+ /** Contains response data for the get operation. */
754
+ export type DomainServicesGetResponse = DomainService;
755
+
756
+ /** Optional parameters. */
757
+ export interface DomainServicesDeleteOptionalParams
758
+ extends coreClient.OperationOptions {
759
+ /** Delay to wait until next poll, in milliseconds. */
760
+ updateIntervalInMs?: number;
761
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
762
+ resumeFrom?: string;
763
+ }
764
+
765
+ /** Optional parameters. */
766
+ export interface DomainServicesUpdateOptionalParams
767
+ extends coreClient.OperationOptions {
768
+ /** Delay to wait until next poll, in milliseconds. */
769
+ updateIntervalInMs?: number;
770
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
771
+ resumeFrom?: string;
772
+ }
773
+
774
+ /** Contains response data for the update operation. */
775
+ export type DomainServicesUpdateResponse = DomainService;
776
+
777
+ /** Optional parameters. */
778
+ export interface DomainServicesListNextOptionalParams
779
+ extends coreClient.OperationOptions {}
780
+
781
+ /** Contains response data for the listNext operation. */
782
+ export type DomainServicesListNextResponse = DomainServiceListResult;
783
+
784
+ /** Optional parameters. */
785
+ export interface DomainServicesListByResourceGroupNextOptionalParams
786
+ extends coreClient.OperationOptions {}
787
+
788
+ /** Contains response data for the listByResourceGroupNext operation. */
789
+ export type DomainServicesListByResourceGroupNextResponse = DomainServiceListResult;
790
+
791
+ /** Optional parameters. */
792
+ export interface OuContainerOperationsListOptionalParams
793
+ extends coreClient.OperationOptions {}
794
+
795
+ /** Contains response data for the list operation. */
796
+ export type OuContainerOperationsListResponse = OperationEntityListResult;
797
+
798
+ /** Optional parameters. */
799
+ export interface OuContainerOperationsListNextOptionalParams
800
+ extends coreClient.OperationOptions {}
801
+
802
+ /** Contains response data for the listNext operation. */
803
+ export type OuContainerOperationsListNextResponse = OperationEntityListResult;
804
+
805
+ /** Optional parameters. */
806
+ export interface OuContainerListOptionalParams
807
+ extends coreClient.OperationOptions {}
808
+
809
+ /** Contains response data for the list operation. */
810
+ export type OuContainerListResponse = OuContainerListResult;
811
+
812
+ /** Optional parameters. */
813
+ export interface OuContainerGetOptionalParams
814
+ extends coreClient.OperationOptions {}
815
+
816
+ /** Contains response data for the get operation. */
817
+ export type OuContainerGetResponse = OuContainer;
818
+
819
+ /** Optional parameters. */
820
+ export interface OuContainerCreateOptionalParams
821
+ extends coreClient.OperationOptions {
822
+ /** Delay to wait until next poll, in milliseconds. */
823
+ updateIntervalInMs?: number;
824
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
825
+ resumeFrom?: string;
826
+ }
827
+
828
+ /** Contains response data for the create operation. */
829
+ export type OuContainerCreateResponse = OuContainer;
830
+
831
+ /** Optional parameters. */
832
+ export interface OuContainerDeleteOptionalParams
833
+ extends coreClient.OperationOptions {
834
+ /** Delay to wait until next poll, in milliseconds. */
835
+ updateIntervalInMs?: number;
836
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
837
+ resumeFrom?: string;
838
+ }
839
+
840
+ /** Optional parameters. */
841
+ export interface OuContainerUpdateOptionalParams
842
+ extends coreClient.OperationOptions {
843
+ /** Delay to wait until next poll, in milliseconds. */
844
+ updateIntervalInMs?: number;
845
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
846
+ resumeFrom?: string;
847
+ }
848
+
849
+ /** Contains response data for the update operation. */
850
+ export type OuContainerUpdateResponse = OuContainer;
851
+
852
+ /** Optional parameters. */
853
+ export interface OuContainerListNextOptionalParams
854
+ extends coreClient.OperationOptions {}
855
+
856
+ /** Contains response data for the listNext operation. */
857
+ export type OuContainerListNextResponse = OuContainerListResult;
858
+
859
+ /** Optional parameters. */
860
+ export interface DomainServicesResourceProviderOptionalParams
861
+ extends coreClient.ServiceClientOptions {
862
+ /** server parameter */
863
+ $host?: string;
864
+ /** Api Version */
865
+ apiVersion?: string;
866
+ /** Overrides client endpoint. */
867
+ endpoint?: string;
868
+ }