@azure/arm-domainservices 3.1.0 → 4.0.1-alpha.20220113.4

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