@azure/arm-iotoperations 1.0.0-alpha.20250717.1 → 1.0.0-alpha.20250730.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/dist/browser/api/broker/index.js +11 -8
  2. package/dist/browser/api/broker/index.js.map +1 -1
  3. package/dist/browser/api/brokerAuthentication/index.js +11 -8
  4. package/dist/browser/api/brokerAuthentication/index.js.map +1 -1
  5. package/dist/browser/api/brokerAuthorization/index.js +11 -8
  6. package/dist/browser/api/brokerAuthorization/index.js.map +1 -1
  7. package/dist/browser/api/brokerListener/index.js +11 -8
  8. package/dist/browser/api/brokerListener/index.js.map +1 -1
  9. package/dist/browser/api/dataflow/index.js +11 -8
  10. package/dist/browser/api/dataflow/index.js.map +1 -1
  11. package/dist/browser/api/dataflowEndpoint/index.js +11 -8
  12. package/dist/browser/api/dataflowEndpoint/index.js.map +1 -1
  13. package/dist/browser/api/dataflowProfile/index.js +11 -8
  14. package/dist/browser/api/dataflowProfile/index.js.map +1 -1
  15. package/dist/browser/api/instance/index.js +16 -10
  16. package/dist/browser/api/instance/index.js.map +1 -1
  17. package/dist/browser/api/ioTOperationsContext.js +11 -8
  18. package/dist/browser/api/ioTOperationsContext.js.map +1 -1
  19. package/dist/browser/api/operations/index.js +1 -1
  20. package/dist/browser/api/operations/index.js.map +1 -1
  21. package/dist/browser/classic/broker/index.js +3 -1
  22. package/dist/browser/classic/broker/index.js.map +1 -1
  23. package/dist/browser/classic/brokerAuthentication/index.js +3 -1
  24. package/dist/browser/classic/brokerAuthentication/index.js.map +1 -1
  25. package/dist/browser/classic/brokerAuthorization/index.js +3 -1
  26. package/dist/browser/classic/brokerAuthorization/index.js.map +1 -1
  27. package/dist/browser/classic/brokerListener/index.js +3 -1
  28. package/dist/browser/classic/brokerListener/index.js.map +1 -1
  29. package/dist/browser/classic/dataflow/index.js +3 -1
  30. package/dist/browser/classic/dataflow/index.js.map +1 -1
  31. package/dist/browser/classic/dataflowEndpoint/index.js +3 -1
  32. package/dist/browser/classic/dataflowEndpoint/index.js.map +1 -1
  33. package/dist/browser/classic/dataflowProfile/index.js +3 -1
  34. package/dist/browser/classic/dataflowProfile/index.js.map +1 -1
  35. package/dist/browser/classic/instance/index.js +3 -1
  36. package/dist/browser/classic/instance/index.js.map +1 -1
  37. package/dist/browser/classic/operations/index.js +3 -1
  38. package/dist/browser/classic/operations/index.js.map +1 -1
  39. package/dist/browser/ioTOperationsClient.js +26 -3
  40. package/dist/browser/ioTOperationsClient.js.map +1 -1
  41. package/dist/browser/restorePollerHelpers.js +11 -13
  42. package/dist/browser/restorePollerHelpers.js.map +1 -1
  43. package/dist/browser/static-helpers/pagingHelpers.js +31 -50
  44. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  45. package/dist/browser/static-helpers/pollingHelpers.js +14 -11
  46. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  47. package/dist/commonjs/api/broker/index.js +11 -8
  48. package/dist/commonjs/api/broker/index.js.map +1 -1
  49. package/dist/commonjs/api/brokerAuthentication/index.js +11 -8
  50. package/dist/commonjs/api/brokerAuthentication/index.js.map +1 -1
  51. package/dist/commonjs/api/brokerAuthorization/index.js +11 -8
  52. package/dist/commonjs/api/brokerAuthorization/index.js.map +1 -1
  53. package/dist/commonjs/api/brokerListener/index.js +11 -8
  54. package/dist/commonjs/api/brokerListener/index.js.map +1 -1
  55. package/dist/commonjs/api/dataflow/index.js +11 -8
  56. package/dist/commonjs/api/dataflow/index.js.map +1 -1
  57. package/dist/commonjs/api/dataflowEndpoint/index.js +11 -8
  58. package/dist/commonjs/api/dataflowEndpoint/index.js.map +1 -1
  59. package/dist/commonjs/api/dataflowProfile/index.js +11 -8
  60. package/dist/commonjs/api/dataflowProfile/index.js.map +1 -1
  61. package/dist/commonjs/api/instance/index.js +16 -10
  62. package/dist/commonjs/api/instance/index.js.map +1 -1
  63. package/dist/commonjs/api/ioTOperationsContext.js +11 -8
  64. package/dist/commonjs/api/ioTOperationsContext.js.map +1 -1
  65. package/dist/commonjs/api/operations/index.js +1 -1
  66. package/dist/commonjs/api/operations/index.js.map +1 -1
  67. package/dist/commonjs/classic/broker/index.js +3 -1
  68. package/dist/commonjs/classic/broker/index.js.map +1 -1
  69. package/dist/commonjs/classic/brokerAuthentication/index.js +3 -1
  70. package/dist/commonjs/classic/brokerAuthentication/index.js.map +1 -1
  71. package/dist/commonjs/classic/brokerAuthorization/index.js +3 -1
  72. package/dist/commonjs/classic/brokerAuthorization/index.js.map +1 -1
  73. package/dist/commonjs/classic/brokerListener/index.js +3 -1
  74. package/dist/commonjs/classic/brokerListener/index.js.map +1 -1
  75. package/dist/commonjs/classic/dataflow/index.js +3 -1
  76. package/dist/commonjs/classic/dataflow/index.js.map +1 -1
  77. package/dist/commonjs/classic/dataflowEndpoint/index.js +3 -1
  78. package/dist/commonjs/classic/dataflowEndpoint/index.js.map +1 -1
  79. package/dist/commonjs/classic/dataflowProfile/index.js +3 -1
  80. package/dist/commonjs/classic/dataflowProfile/index.js.map +1 -1
  81. package/dist/commonjs/classic/instance/index.js +3 -1
  82. package/dist/commonjs/classic/instance/index.js.map +1 -1
  83. package/dist/commonjs/classic/operations/index.js +3 -1
  84. package/dist/commonjs/classic/operations/index.js.map +1 -1
  85. package/dist/commonjs/ioTOperationsClient.js +26 -3
  86. package/dist/commonjs/ioTOperationsClient.js.map +1 -1
  87. package/dist/commonjs/restorePollerHelpers.js +11 -13
  88. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  89. package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
  90. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  91. package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
  92. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  93. package/dist/commonjs/tsdoc-metadata.json +11 -11
  94. package/dist/esm/api/broker/index.js +11 -8
  95. package/dist/esm/api/broker/index.js.map +1 -1
  96. package/dist/esm/api/brokerAuthentication/index.js +11 -8
  97. package/dist/esm/api/brokerAuthentication/index.js.map +1 -1
  98. package/dist/esm/api/brokerAuthorization/index.js +11 -8
  99. package/dist/esm/api/brokerAuthorization/index.js.map +1 -1
  100. package/dist/esm/api/brokerListener/index.js +11 -8
  101. package/dist/esm/api/brokerListener/index.js.map +1 -1
  102. package/dist/esm/api/dataflow/index.js +11 -8
  103. package/dist/esm/api/dataflow/index.js.map +1 -1
  104. package/dist/esm/api/dataflowEndpoint/index.js +11 -8
  105. package/dist/esm/api/dataflowEndpoint/index.js.map +1 -1
  106. package/dist/esm/api/dataflowProfile/index.js +11 -8
  107. package/dist/esm/api/dataflowProfile/index.js.map +1 -1
  108. package/dist/esm/api/instance/index.js +16 -10
  109. package/dist/esm/api/instance/index.js.map +1 -1
  110. package/dist/esm/api/ioTOperationsContext.js +11 -8
  111. package/dist/esm/api/ioTOperationsContext.js.map +1 -1
  112. package/dist/esm/api/operations/index.js +1 -1
  113. package/dist/esm/api/operations/index.js.map +1 -1
  114. package/dist/esm/classic/broker/index.js +3 -1
  115. package/dist/esm/classic/broker/index.js.map +1 -1
  116. package/dist/esm/classic/brokerAuthentication/index.js +3 -1
  117. package/dist/esm/classic/brokerAuthentication/index.js.map +1 -1
  118. package/dist/esm/classic/brokerAuthorization/index.js +3 -1
  119. package/dist/esm/classic/brokerAuthorization/index.js.map +1 -1
  120. package/dist/esm/classic/brokerListener/index.js +3 -1
  121. package/dist/esm/classic/brokerListener/index.js.map +1 -1
  122. package/dist/esm/classic/dataflow/index.js +3 -1
  123. package/dist/esm/classic/dataflow/index.js.map +1 -1
  124. package/dist/esm/classic/dataflowEndpoint/index.js +3 -1
  125. package/dist/esm/classic/dataflowEndpoint/index.js.map +1 -1
  126. package/dist/esm/classic/dataflowProfile/index.js +3 -1
  127. package/dist/esm/classic/dataflowProfile/index.js.map +1 -1
  128. package/dist/esm/classic/instance/index.js +3 -1
  129. package/dist/esm/classic/instance/index.js.map +1 -1
  130. package/dist/esm/classic/operations/index.js +3 -1
  131. package/dist/esm/classic/operations/index.js.map +1 -1
  132. package/dist/esm/ioTOperationsClient.js +26 -3
  133. package/dist/esm/ioTOperationsClient.js.map +1 -1
  134. package/dist/esm/restorePollerHelpers.js +11 -13
  135. package/dist/esm/restorePollerHelpers.js.map +1 -1
  136. package/dist/esm/static-helpers/pagingHelpers.js +31 -50
  137. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  138. package/dist/esm/static-helpers/pollingHelpers.js +14 -11
  139. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  140. package/dist/react-native/api/broker/index.js +11 -8
  141. package/dist/react-native/api/broker/index.js.map +1 -1
  142. package/dist/react-native/api/brokerAuthentication/index.js +11 -8
  143. package/dist/react-native/api/brokerAuthentication/index.js.map +1 -1
  144. package/dist/react-native/api/brokerAuthorization/index.js +11 -8
  145. package/dist/react-native/api/brokerAuthorization/index.js.map +1 -1
  146. package/dist/react-native/api/brokerListener/index.js +11 -8
  147. package/dist/react-native/api/brokerListener/index.js.map +1 -1
  148. package/dist/react-native/api/dataflow/index.js +11 -8
  149. package/dist/react-native/api/dataflow/index.js.map +1 -1
  150. package/dist/react-native/api/dataflowEndpoint/index.js +11 -8
  151. package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -1
  152. package/dist/react-native/api/dataflowProfile/index.js +11 -8
  153. package/dist/react-native/api/dataflowProfile/index.js.map +1 -1
  154. package/dist/react-native/api/instance/index.js +16 -10
  155. package/dist/react-native/api/instance/index.js.map +1 -1
  156. package/dist/react-native/api/ioTOperationsContext.js +11 -8
  157. package/dist/react-native/api/ioTOperationsContext.js.map +1 -1
  158. package/dist/react-native/api/operations/index.js +1 -1
  159. package/dist/react-native/api/operations/index.js.map +1 -1
  160. package/dist/react-native/classic/broker/index.js +3 -1
  161. package/dist/react-native/classic/broker/index.js.map +1 -1
  162. package/dist/react-native/classic/brokerAuthentication/index.js +3 -1
  163. package/dist/react-native/classic/brokerAuthentication/index.js.map +1 -1
  164. package/dist/react-native/classic/brokerAuthorization/index.js +3 -1
  165. package/dist/react-native/classic/brokerAuthorization/index.js.map +1 -1
  166. package/dist/react-native/classic/brokerListener/index.js +3 -1
  167. package/dist/react-native/classic/brokerListener/index.js.map +1 -1
  168. package/dist/react-native/classic/dataflow/index.js +3 -1
  169. package/dist/react-native/classic/dataflow/index.js.map +1 -1
  170. package/dist/react-native/classic/dataflowEndpoint/index.js +3 -1
  171. package/dist/react-native/classic/dataflowEndpoint/index.js.map +1 -1
  172. package/dist/react-native/classic/dataflowProfile/index.js +3 -1
  173. package/dist/react-native/classic/dataflowProfile/index.js.map +1 -1
  174. package/dist/react-native/classic/instance/index.js +3 -1
  175. package/dist/react-native/classic/instance/index.js.map +1 -1
  176. package/dist/react-native/classic/operations/index.js +3 -1
  177. package/dist/react-native/classic/operations/index.js.map +1 -1
  178. package/dist/react-native/ioTOperationsClient.js +26 -3
  179. package/dist/react-native/ioTOperationsClient.js.map +1 -1
  180. package/dist/react-native/restorePollerHelpers.js +11 -13
  181. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  182. package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
  183. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  184. package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
  185. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  186. package/package.json +2 -2
  187. package/review/arm-iotoperations-models-node.api.md +1079 -1079
  188. package/review/arm-iotoperations-node.api.md +1362 -1362
@@ -1,1079 +1,1079 @@
1
- ## API Report File for "@azure/arm-iotoperations"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- // @public
8
- export type ActionType = string;
9
-
10
- // @public
11
- export interface AdvancedSettings {
12
- clients?: ClientConfig;
13
- encryptInternalTraffic?: OperationalMode;
14
- internalCerts?: CertManagerCertOptions;
15
- }
16
-
17
- // @public
18
- export interface AuthorizationConfig {
19
- cache?: OperationalMode;
20
- rules?: AuthorizationRule[];
21
- }
22
-
23
- // @public
24
- export interface AuthorizationRule {
25
- brokerResources: BrokerResourceRule[];
26
- principals: PrincipalDefinition;
27
- stateStoreResources?: StateStoreResourceRule[];
28
- }
29
-
30
- // @public
31
- export interface BackendChain {
32
- partitions: number;
33
- redundancyFactor: number;
34
- workers?: number;
35
- }
36
-
37
- // @public
38
- export interface BatchingConfiguration {
39
- latencySeconds?: number;
40
- maxMessages?: number;
41
- }
42
-
43
- // @public
44
- export type BrokerAuthenticationMethod = string;
45
-
46
- // @public
47
- export interface BrokerAuthenticationProperties {
48
- authenticationMethods: BrokerAuthenticatorMethods[];
49
- readonly provisioningState?: ProvisioningState;
50
- }
51
-
52
- // @public
53
- export interface BrokerAuthenticationResource extends ProxyResource {
54
- extendedLocation: ExtendedLocation;
55
- properties?: BrokerAuthenticationProperties;
56
- }
57
-
58
- // @public
59
- export interface BrokerAuthenticatorCustomAuth {
60
- x509: X509ManualCertificate;
61
- }
62
-
63
- // @public
64
- export interface BrokerAuthenticatorMethodCustom {
65
- auth?: BrokerAuthenticatorCustomAuth;
66
- caCertConfigMap?: string;
67
- endpoint: string;
68
- headers?: Record<string, string>;
69
- }
70
-
71
- // @public
72
- export interface BrokerAuthenticatorMethods {
73
- customSettings?: BrokerAuthenticatorMethodCustom;
74
- method: BrokerAuthenticationMethod;
75
- serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
76
- x509Settings?: BrokerAuthenticatorMethodX509;
77
- }
78
-
79
- // @public
80
- export interface BrokerAuthenticatorMethodSat {
81
- audiences: string[];
82
- }
83
-
84
- // @public
85
- export interface BrokerAuthenticatorMethodX509 {
86
- authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
87
- trustedClientCaCert?: string;
88
- }
89
-
90
- // @public
91
- export interface BrokerAuthenticatorMethodX509Attributes {
92
- attributes: Record<string, string>;
93
- subject: string;
94
- }
95
-
96
- // @public
97
- export interface BrokerAuthorizationProperties {
98
- authorizationPolicies: AuthorizationConfig;
99
- readonly provisioningState?: ProvisioningState;
100
- }
101
-
102
- // @public
103
- export interface BrokerAuthorizationResource extends ProxyResource {
104
- extendedLocation: ExtendedLocation;
105
- properties?: BrokerAuthorizationProperties;
106
- }
107
-
108
- // @public
109
- export interface BrokerDiagnostics {
110
- logs?: DiagnosticsLogs;
111
- metrics?: Metrics;
112
- selfCheck?: SelfCheck;
113
- traces?: Traces;
114
- }
115
-
116
- // @public
117
- export interface BrokerListenerProperties {
118
- ports: ListenerPort[];
119
- readonly provisioningState?: ProvisioningState;
120
- serviceName?: string;
121
- serviceType?: ServiceType;
122
- }
123
-
124
- // @public
125
- export interface BrokerListenerResource extends ProxyResource {
126
- extendedLocation: ExtendedLocation;
127
- properties?: BrokerListenerProperties;
128
- }
129
-
130
- // @public
131
- export type BrokerMemoryProfile = string;
132
-
133
- // @public
134
- export interface BrokerProperties {
135
- advanced?: AdvancedSettings;
136
- cardinality?: Cardinality;
137
- diagnostics?: BrokerDiagnostics;
138
- diskBackedMessageBuffer?: DiskBackedMessageBuffer;
139
- generateResourceLimits?: GenerateResourceLimits;
140
- memoryProfile?: BrokerMemoryProfile;
141
- readonly provisioningState?: ProvisioningState;
142
- }
143
-
144
- // @public
145
- export type BrokerProtocolType = string;
146
-
147
- // @public
148
- export interface BrokerResource extends ProxyResource {
149
- extendedLocation: ExtendedLocation;
150
- properties?: BrokerProperties;
151
- }
152
-
153
- // @public
154
- export type BrokerResourceDefinitionMethods = string;
155
-
156
- // @public
157
- export interface BrokerResourceRule {
158
- clientIds?: string[];
159
- method: BrokerResourceDefinitionMethods;
160
- topics?: string[];
161
- }
162
-
163
- // @public
164
- export interface Cardinality {
165
- backendChain: BackendChain;
166
- frontend: Frontend;
167
- }
168
-
169
- // @public
170
- export interface CertManagerCertificateSpec {
171
- duration?: string;
172
- issuerRef: CertManagerIssuerRef;
173
- privateKey?: CertManagerPrivateKey;
174
- renewBefore?: string;
175
- san?: SanForCert;
176
- secretName?: string;
177
- }
178
-
179
- // @public
180
- export interface CertManagerCertOptions {
181
- duration: string;
182
- privateKey: CertManagerPrivateKey;
183
- renewBefore: string;
184
- }
185
-
186
- // @public
187
- export type CertManagerIssuerKind = string;
188
-
189
- // @public
190
- export interface CertManagerIssuerRef {
191
- group: string;
192
- kind: CertManagerIssuerKind;
193
- name: string;
194
- }
195
-
196
- // @public
197
- export interface CertManagerPrivateKey {
198
- algorithm: PrivateKeyAlgorithm;
199
- rotationPolicy: PrivateKeyRotationPolicy;
200
- }
201
-
202
- // @public
203
- export interface ClientConfig {
204
- maxKeepAliveSeconds?: number;
205
- maxMessageExpirySeconds?: number;
206
- maxPacketSizeBytes?: number;
207
- maxReceiveMaximum?: number;
208
- maxSessionExpirySeconds?: number;
209
- subscriberQueueLimit?: SubscriberQueueLimit;
210
- }
211
-
212
- // @public
213
- export type CloudEventAttributeType = string;
214
-
215
- // @public
216
- export type CreatedByType = string;
217
-
218
- // @public
219
- export type DataExplorerAuthMethod = string;
220
-
221
- // @public
222
- export interface DataflowBuiltInTransformationDataset {
223
- description?: string;
224
- expression?: string;
225
- inputs: string[];
226
- key: string;
227
- schemaRef?: string;
228
- }
229
-
230
- // @public
231
- export interface DataflowBuiltInTransformationFilter {
232
- description?: string;
233
- expression: string;
234
- inputs: string[];
235
- type?: FilterType;
236
- }
237
-
238
- // @public
239
- export interface DataflowBuiltInTransformationMap {
240
- description?: string;
241
- expression?: string;
242
- inputs: string[];
243
- output: string;
244
- type?: DataflowMappingType;
245
- }
246
-
247
- // @public
248
- export interface DataflowBuiltInTransformationSettings {
249
- datasets?: DataflowBuiltInTransformationDataset[];
250
- filter?: DataflowBuiltInTransformationFilter[];
251
- map?: DataflowBuiltInTransformationMap[];
252
- schemaRef?: string;
253
- serializationFormat?: TransformationSerializationFormat;
254
- }
255
-
256
- // @public
257
- export interface DataflowDestinationOperationSettings {
258
- dataDestination: string;
259
- endpointRef: string;
260
- }
261
-
262
- // @public
263
- export interface DataflowEndpointAuthenticationAccessToken {
264
- secretRef: string;
265
- }
266
-
267
- // @public
268
- export interface DataflowEndpointAuthenticationSasl {
269
- saslType: DataflowEndpointAuthenticationSaslType;
270
- secretRef: string;
271
- }
272
-
273
- // @public
274
- export type DataflowEndpointAuthenticationSaslType = string;
275
-
276
- // @public
277
- export interface DataflowEndpointAuthenticationServiceAccountToken {
278
- audience: string;
279
- }
280
-
281
- // @public
282
- export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
283
- audience?: string;
284
- }
285
-
286
- // @public
287
- export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
288
- clientId: string;
289
- scope?: string;
290
- tenantId: string;
291
- }
292
-
293
- // @public
294
- export interface DataflowEndpointAuthenticationX509 {
295
- secretRef: string;
296
- }
297
-
298
- // @public
299
- export interface DataflowEndpointDataExplorer {
300
- authentication: DataflowEndpointDataExplorerAuthentication;
301
- batching?: BatchingConfiguration;
302
- database: string;
303
- host: string;
304
- }
305
-
306
- // @public
307
- export interface DataflowEndpointDataExplorerAuthentication {
308
- method: DataExplorerAuthMethod;
309
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
310
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
311
- }
312
-
313
- // @public
314
- export interface DataflowEndpointDataLakeStorage {
315
- authentication: DataflowEndpointDataLakeStorageAuthentication;
316
- batching?: BatchingConfiguration;
317
- host: string;
318
- }
319
-
320
- // @public
321
- export interface DataflowEndpointDataLakeStorageAuthentication {
322
- accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
323
- method: DataLakeStorageAuthMethod;
324
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
325
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
326
- }
327
-
328
- // @public
329
- export interface DataflowEndpointFabricOneLake {
330
- authentication: DataflowEndpointFabricOneLakeAuthentication;
331
- batching?: BatchingConfiguration;
332
- host: string;
333
- names: DataflowEndpointFabricOneLakeNames;
334
- oneLakePathType: DataflowEndpointFabricPathType;
335
- }
336
-
337
- // @public
338
- export interface DataflowEndpointFabricOneLakeAuthentication {
339
- method: FabricOneLakeAuthMethod;
340
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
341
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
342
- }
343
-
344
- // @public
345
- export interface DataflowEndpointFabricOneLakeNames {
346
- lakehouseName: string;
347
- workspaceName: string;
348
- }
349
-
350
- // @public
351
- export type DataflowEndpointFabricPathType = string;
352
-
353
- // @public
354
- export interface DataflowEndpointKafka {
355
- authentication: DataflowEndpointKafkaAuthentication;
356
- batching?: DataflowEndpointKafkaBatching;
357
- cloudEventAttributes?: CloudEventAttributeType;
358
- compression?: DataflowEndpointKafkaCompression;
359
- consumerGroupId?: string;
360
- copyMqttProperties?: OperationalMode;
361
- host: string;
362
- kafkaAcks?: DataflowEndpointKafkaAcks;
363
- partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
364
- tls?: TlsProperties;
365
- }
366
-
367
- // @public
368
- export type DataflowEndpointKafkaAcks = string;
369
-
370
- // @public
371
- export interface DataflowEndpointKafkaAuthentication {
372
- method: KafkaAuthMethod;
373
- saslSettings?: DataflowEndpointAuthenticationSasl;
374
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
375
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
376
- x509CertificateSettings?: DataflowEndpointAuthenticationX509;
377
- }
378
-
379
- // @public
380
- export interface DataflowEndpointKafkaBatching {
381
- latencyMs?: number;
382
- maxBytes?: number;
383
- maxMessages?: number;
384
- mode?: OperationalMode;
385
- }
386
-
387
- // @public
388
- export type DataflowEndpointKafkaCompression = string;
389
-
390
- // @public
391
- export type DataflowEndpointKafkaPartitionStrategy = string;
392
-
393
- // @public
394
- export interface DataflowEndpointLocalStorage {
395
- persistentVolumeClaimRef: string;
396
- }
397
-
398
- // @public
399
- export interface DataflowEndpointMqtt {
400
- authentication: DataflowEndpointMqttAuthentication;
401
- clientIdPrefix?: string;
402
- cloudEventAttributes?: CloudEventAttributeType;
403
- host?: string;
404
- keepAliveSeconds?: number;
405
- maxInflightMessages?: number;
406
- protocol?: BrokerProtocolType;
407
- qos?: number;
408
- retain?: MqttRetainType;
409
- sessionExpirySeconds?: number;
410
- tls?: TlsProperties;
411
- }
412
-
413
- // @public
414
- export interface DataflowEndpointMqttAuthentication {
415
- method: MqttAuthMethod;
416
- serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
417
- systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
418
- userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
419
- x509CertificateSettings?: DataflowEndpointAuthenticationX509;
420
- }
421
-
422
- // @public
423
- export interface DataflowEndpointProperties {
424
- dataExplorerSettings?: DataflowEndpointDataExplorer;
425
- dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
426
- endpointType: EndpointType;
427
- fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
428
- kafkaSettings?: DataflowEndpointKafka;
429
- localStorageSettings?: DataflowEndpointLocalStorage;
430
- mqttSettings?: DataflowEndpointMqtt;
431
- readonly provisioningState?: ProvisioningState;
432
- }
433
-
434
- // @public
435
- export interface DataflowEndpointResource extends ProxyResource {
436
- extendedLocation: ExtendedLocation;
437
- properties?: DataflowEndpointProperties;
438
- }
439
-
440
- // @public
441
- export type DataflowMappingType = string;
442
-
443
- // @public
444
- export interface DataflowOperation {
445
- builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
446
- destinationSettings?: DataflowDestinationOperationSettings;
447
- name?: string;
448
- operationType: OperationType;
449
- sourceSettings?: DataflowSourceOperationSettings;
450
- }
451
-
452
- // @public
453
- export interface DataflowProfileProperties {
454
- diagnostics?: ProfileDiagnostics;
455
- instanceCount?: number;
456
- readonly provisioningState?: ProvisioningState;
457
- }
458
-
459
- // @public
460
- export interface DataflowProfileResource extends ProxyResource {
461
- extendedLocation: ExtendedLocation;
462
- properties?: DataflowProfileProperties;
463
- }
464
-
465
- // @public
466
- export interface DataflowProperties {
467
- mode?: OperationalMode;
468
- operations: DataflowOperation[];
469
- readonly provisioningState?: ProvisioningState;
470
- }
471
-
472
- // @public
473
- export interface DataflowResource extends ProxyResource {
474
- extendedLocation: ExtendedLocation;
475
- properties?: DataflowProperties;
476
- }
477
-
478
- // @public
479
- export interface DataflowSourceOperationSettings {
480
- assetRef?: string;
481
- dataSources: string[];
482
- endpointRef: string;
483
- schemaRef?: string;
484
- serializationFormat?: SourceSerializationFormat;
485
- }
486
-
487
- // @public
488
- export type DataLakeStorageAuthMethod = string;
489
-
490
- // @public
491
- export interface DiagnosticsLogs {
492
- level?: string;
493
- }
494
-
495
- // @public
496
- export interface DiskBackedMessageBuffer {
497
- ephemeralVolumeClaimSpec?: VolumeClaimSpec;
498
- maxSize: string;
499
- persistentVolumeClaimSpec?: VolumeClaimSpec;
500
- }
501
-
502
- // @public
503
- export type EndpointType = string;
504
-
505
- // @public
506
- export interface ExtendedLocation {
507
- name: string;
508
- type: ExtendedLocationType;
509
- }
510
-
511
- // @public
512
- export type ExtendedLocationType = string;
513
-
514
- // @public
515
- export type FabricOneLakeAuthMethod = string;
516
-
517
- // @public
518
- export type FilterType = string;
519
-
520
- // @public
521
- export interface Frontend {
522
- replicas: number;
523
- workers?: number;
524
- }
525
-
526
- // @public
527
- export interface GenerateResourceLimits {
528
- cpu?: OperationalMode;
529
- }
530
-
531
- // @public
532
- export interface InstancePatchModel {
533
- identity?: ManagedServiceIdentity;
534
- tags?: Record<string, string>;
535
- }
536
-
537
- // @public
538
- export interface InstanceProperties {
539
- description?: string;
540
- readonly provisioningState?: ProvisioningState;
541
- schemaRegistryRef: SchemaRegistryRef;
542
- readonly version?: string;
543
- }
544
-
545
- // @public
546
- export interface InstanceResource extends TrackedResource {
547
- extendedLocation: ExtendedLocation;
548
- identity?: ManagedServiceIdentity;
549
- properties?: InstanceProperties;
550
- }
551
-
552
- // @public
553
- export type KafkaAuthMethod = string;
554
-
555
- // @public
556
- export enum KnownActionType {
557
- Internal = "Internal"
558
- }
559
-
560
- // @public
561
- export enum KnownBrokerAuthenticationMethod {
562
- Custom = "Custom",
563
- ServiceAccountToken = "ServiceAccountToken",
564
- X509 = "X509"
565
- }
566
-
567
- // @public
568
- export enum KnownBrokerMemoryProfile {
569
- High = "High",
570
- Low = "Low",
571
- Medium = "Medium",
572
- Tiny = "Tiny"
573
- }
574
-
575
- // @public
576
- export enum KnownBrokerProtocolType {
577
- Mqtt = "Mqtt",
578
- WebSockets = "WebSockets"
579
- }
580
-
581
- // @public
582
- export enum KnownBrokerResourceDefinitionMethods {
583
- Connect = "Connect",
584
- Publish = "Publish",
585
- Subscribe = "Subscribe"
586
- }
587
-
588
- // @public
589
- export enum KnownCertManagerIssuerKind {
590
- ClusterIssuer = "ClusterIssuer",
591
- Issuer = "Issuer"
592
- }
593
-
594
- // @public
595
- export enum KnownCloudEventAttributeType {
596
- CreateOrRemap = "CreateOrRemap",
597
- Propagate = "Propagate"
598
- }
599
-
600
- // @public
601
- export enum KnownCreatedByType {
602
- Application = "Application",
603
- Key = "Key",
604
- ManagedIdentity = "ManagedIdentity",
605
- User = "User"
606
- }
607
-
608
- // @public
609
- export enum KnownDataExplorerAuthMethod {
610
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
611
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
612
- }
613
-
614
- // @public
615
- export enum KnownDataflowEndpointAuthenticationSaslType {
616
- Plain = "Plain",
617
- ScramSha256 = "ScramSha256",
618
- ScramSha512 = "ScramSha512"
619
- }
620
-
621
- // @public
622
- export enum KnownDataflowEndpointFabricPathType {
623
- Files = "Files",
624
- Tables = "Tables"
625
- }
626
-
627
- // @public
628
- export enum KnownDataflowEndpointKafkaAcks {
629
- All = "All",
630
- One = "One",
631
- Zero = "Zero"
632
- }
633
-
634
- // @public
635
- export enum KnownDataflowEndpointKafkaCompression {
636
- Gzip = "Gzip",
637
- Lz4 = "Lz4",
638
- None = "None",
639
- Snappy = "Snappy"
640
- }
641
-
642
- // @public
643
- export enum KnownDataflowEndpointKafkaPartitionStrategy {
644
- Default = "Default",
645
- Property = "Property",
646
- Static = "Static",
647
- Topic = "Topic"
648
- }
649
-
650
- // @public
651
- export enum KnownDataflowMappingType {
652
- BuiltInFunction = "BuiltInFunction",
653
- Compute = "Compute",
654
- NewProperties = "NewProperties",
655
- PassThrough = "PassThrough",
656
- Rename = "Rename"
657
- }
658
-
659
- // @public
660
- export enum KnownDataLakeStorageAuthMethod {
661
- AccessToken = "AccessToken",
662
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
663
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
664
- }
665
-
666
- // @public
667
- export enum KnownEndpointType {
668
- DataExplorer = "DataExplorer",
669
- DataLakeStorage = "DataLakeStorage",
670
- FabricOneLake = "FabricOneLake",
671
- Kafka = "Kafka",
672
- LocalStorage = "LocalStorage",
673
- Mqtt = "Mqtt"
674
- }
675
-
676
- // @public
677
- export enum KnownExtendedLocationType {
678
- CustomLocation = "CustomLocation"
679
- }
680
-
681
- // @public
682
- export enum KnownFabricOneLakeAuthMethod {
683
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
684
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
685
- }
686
-
687
- // @public
688
- export enum KnownFilterType {
689
- Filter = "Filter"
690
- }
691
-
692
- // @public
693
- export enum KnownKafkaAuthMethod {
694
- Anonymous = "Anonymous",
695
- Sasl = "Sasl",
696
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
697
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
698
- X509Certificate = "X509Certificate"
699
- }
700
-
701
- // @public
702
- export enum KnownManagedServiceIdentityType {
703
- None = "None",
704
- SystemAssigned = "SystemAssigned",
705
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
706
- UserAssigned = "UserAssigned"
707
- }
708
-
709
- // @public
710
- export enum KnownMqttAuthMethod {
711
- Anonymous = "Anonymous",
712
- ServiceAccountToken = "ServiceAccountToken",
713
- SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
714
- UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
715
- X509Certificate = "X509Certificate"
716
- }
717
-
718
- // @public
719
- export enum KnownMqttRetainType {
720
- Keep = "Keep",
721
- Never = "Never"
722
- }
723
-
724
- // @public
725
- export enum KnownOperationalMode {
726
- Disabled = "Disabled",
727
- Enabled = "Enabled"
728
- }
729
-
730
- // @public
731
- export enum KnownOperationType {
732
- BuiltInTransformation = "BuiltInTransformation",
733
- Destination = "Destination",
734
- Source = "Source"
735
- }
736
-
737
- // @public
738
- export enum KnownOperatorValues {
739
- DoesNotExist = "DoesNotExist",
740
- Exists = "Exists",
741
- In = "In",
742
- NotIn = "NotIn"
743
- }
744
-
745
- // @public
746
- export enum KnownOrigin {
747
- System = "system",
748
- User = "user",
749
- UserSystem = "user,system"
750
- }
751
-
752
- // @public
753
- export enum KnownPrivateKeyAlgorithm {
754
- Ec256 = "Ec256",
755
- Ec384 = "Ec384",
756
- Ec521 = "Ec521",
757
- Ed25519 = "Ed25519",
758
- Rsa2048 = "Rsa2048",
759
- Rsa4096 = "Rsa4096",
760
- Rsa8192 = "Rsa8192"
761
- }
762
-
763
- // @public
764
- export enum KnownPrivateKeyRotationPolicy {
765
- Always = "Always",
766
- Never = "Never"
767
- }
768
-
769
- // @public
770
- export enum KnownProvisioningState {
771
- Accepted = "Accepted",
772
- Canceled = "Canceled",
773
- Deleting = "Deleting",
774
- Failed = "Failed",
775
- Provisioning = "Provisioning",
776
- Succeeded = "Succeeded",
777
- Updating = "Updating"
778
- }
779
-
780
- // @public
781
- export enum KnownServiceType {
782
- ClusterIp = "ClusterIp",
783
- LoadBalancer = "LoadBalancer",
784
- NodePort = "NodePort"
785
- }
786
-
787
- // @public
788
- export enum KnownSourceSerializationFormat {
789
- Json = "Json"
790
- }
791
-
792
- // @public
793
- export enum KnownStateStoreResourceDefinitionMethods {
794
- Read = "Read",
795
- ReadWrite = "ReadWrite",
796
- Write = "Write"
797
- }
798
-
799
- // @public
800
- export enum KnownStateStoreResourceKeyTypes {
801
- Binary = "Binary",
802
- Pattern = "Pattern",
803
- String = "String"
804
- }
805
-
806
- // @public
807
- export enum KnownSubscriberMessageDropStrategy {
808
- DropOldest = "DropOldest",
809
- None = "None"
810
- }
811
-
812
- // @public
813
- export enum KnownTlsCertMethodMode {
814
- Automatic = "Automatic",
815
- Manual = "Manual"
816
- }
817
-
818
- // @public
819
- export enum KnownTransformationSerializationFormat {
820
- Delta = "Delta",
821
- Json = "Json",
822
- Parquet = "Parquet"
823
- }
824
-
825
- // @public
826
- export enum KnownVersions {
827
- "V2024-11-01" = "2024-11-01"
828
- }
829
-
830
- // @public
831
- export interface KubernetesReference {
832
- apiGroup?: string;
833
- kind: string;
834
- name: string;
835
- namespace?: string;
836
- }
837
-
838
- // @public
839
- export interface ListenerPort {
840
- authenticationRef?: string;
841
- authorizationRef?: string;
842
- nodePort?: number;
843
- port: number;
844
- protocol?: BrokerProtocolType;
845
- tls?: TlsCertMethod;
846
- }
847
-
848
- // @public
849
- export interface LocalKubernetesReference {
850
- apiGroup?: string;
851
- kind: string;
852
- name: string;
853
- }
854
-
855
- // @public
856
- export interface ManagedServiceIdentity {
857
- readonly principalId?: string;
858
- readonly tenantId?: string;
859
- type: ManagedServiceIdentityType;
860
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
861
- }
862
-
863
- // @public
864
- export type ManagedServiceIdentityType = string;
865
-
866
- // @public
867
- export interface Metrics {
868
- prometheusPort?: number;
869
- }
870
-
871
- // @public
872
- export type MqttAuthMethod = string;
873
-
874
- // @public
875
- export type MqttRetainType = string;
876
-
877
- // @public
878
- export interface Operation {
879
- actionType?: ActionType;
880
- readonly display?: OperationDisplay;
881
- readonly isDataAction?: boolean;
882
- readonly name?: string;
883
- readonly origin?: Origin;
884
- }
885
-
886
- // @public
887
- export type OperationalMode = string;
888
-
889
- // @public
890
- export interface OperationDisplay {
891
- readonly description?: string;
892
- readonly operation?: string;
893
- readonly provider?: string;
894
- readonly resource?: string;
895
- }
896
-
897
- // @public
898
- export type OperationType = string;
899
-
900
- // @public
901
- export type OperatorValues = string;
902
-
903
- // @public
904
- export type Origin = string;
905
-
906
- // @public
907
- export interface PrincipalDefinition {
908
- attributes?: Record<string, string>[];
909
- clientIds?: string[];
910
- usernames?: string[];
911
- }
912
-
913
- // @public
914
- export type PrivateKeyAlgorithm = string;
915
-
916
- // @public
917
- export type PrivateKeyRotationPolicy = string;
918
-
919
- // @public
920
- export interface ProfileDiagnostics {
921
- logs?: DiagnosticsLogs;
922
- metrics?: Metrics;
923
- }
924
-
925
- // @public
926
- export type ProvisioningState = string;
927
-
928
- // @public
929
- export interface ProxyResource extends Resource {
930
- }
931
-
932
- // @public
933
- export interface Resource {
934
- readonly id?: string;
935
- readonly name?: string;
936
- readonly systemData?: SystemData;
937
- readonly type?: string;
938
- }
939
-
940
- // @public
941
- export interface SanForCert {
942
- dns: string[];
943
- ip: string[];
944
- }
945
-
946
- // @public
947
- export interface SchemaRegistryRef {
948
- resourceId: string;
949
- }
950
-
951
- // @public
952
- export interface SelfCheck {
953
- intervalSeconds?: number;
954
- mode?: OperationalMode;
955
- timeoutSeconds?: number;
956
- }
957
-
958
- // @public
959
- export interface SelfTracing {
960
- intervalSeconds?: number;
961
- mode?: OperationalMode;
962
- }
963
-
964
- // @public
965
- export type ServiceType = string;
966
-
967
- // @public
968
- export type SourceSerializationFormat = string;
969
-
970
- // @public
971
- export type StateStoreResourceDefinitionMethods = string;
972
-
973
- // @public
974
- export type StateStoreResourceKeyTypes = string;
975
-
976
- // @public
977
- export interface StateStoreResourceRule {
978
- keys: string[];
979
- keyType: StateStoreResourceKeyTypes;
980
- method: StateStoreResourceDefinitionMethods;
981
- }
982
-
983
- // @public
984
- export type SubscriberMessageDropStrategy = string;
985
-
986
- // @public
987
- export interface SubscriberQueueLimit {
988
- length?: number;
989
- strategy?: SubscriberMessageDropStrategy;
990
- }
991
-
992
- // @public
993
- export interface SystemData {
994
- createdAt?: Date;
995
- createdBy?: string;
996
- createdByType?: CreatedByType;
997
- lastModifiedAt?: Date;
998
- lastModifiedBy?: string;
999
- lastModifiedByType?: CreatedByType;
1000
- }
1001
-
1002
- // @public
1003
- export interface TlsCertMethod {
1004
- certManagerCertificateSpec?: CertManagerCertificateSpec;
1005
- manual?: X509ManualCertificate;
1006
- mode: TlsCertMethodMode;
1007
- }
1008
-
1009
- // @public
1010
- export type TlsCertMethodMode = string;
1011
-
1012
- // @public
1013
- export interface TlsProperties {
1014
- mode?: OperationalMode;
1015
- trustedCaCertificateConfigMapRef?: string;
1016
- }
1017
-
1018
- // @public
1019
- export interface Traces {
1020
- cacheSizeMegabytes?: number;
1021
- mode?: OperationalMode;
1022
- selfTracing?: SelfTracing;
1023
- spanChannelCapacity?: number;
1024
- }
1025
-
1026
- // @public
1027
- export interface TrackedResource extends Resource {
1028
- location: string;
1029
- tags?: Record<string, string>;
1030
- }
1031
-
1032
- // @public
1033
- export type TransformationSerializationFormat = string;
1034
-
1035
- // @public
1036
- export interface UserAssignedIdentity {
1037
- readonly clientId?: string;
1038
- readonly principalId?: string;
1039
- }
1040
-
1041
- // @public
1042
- export interface VolumeClaimResourceRequirements {
1043
- limits?: Record<string, string>;
1044
- requests?: Record<string, string>;
1045
- }
1046
-
1047
- // @public
1048
- export interface VolumeClaimSpec {
1049
- accessModes?: string[];
1050
- dataSource?: LocalKubernetesReference;
1051
- dataSourceRef?: KubernetesReference;
1052
- resources?: VolumeClaimResourceRequirements;
1053
- selector?: VolumeClaimSpecSelector;
1054
- storageClassName?: string;
1055
- volumeMode?: string;
1056
- volumeName?: string;
1057
- }
1058
-
1059
- // @public
1060
- export interface VolumeClaimSpecSelector {
1061
- matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
1062
- matchLabels?: Record<string, string>;
1063
- }
1064
-
1065
- // @public
1066
- export interface VolumeClaimSpecSelectorMatchExpressions {
1067
- key: string;
1068
- operator: OperatorValues;
1069
- values?: string[];
1070
- }
1071
-
1072
- // @public
1073
- export interface X509ManualCertificate {
1074
- secretRef: string;
1075
- }
1076
-
1077
- // (No @packageDocumentation comment for this package)
1078
-
1079
- ```
1
+ ## API Report File for "@azure/arm-iotoperations"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // @public
8
+ export type ActionType = string;
9
+
10
+ // @public
11
+ export interface AdvancedSettings {
12
+ clients?: ClientConfig;
13
+ encryptInternalTraffic?: OperationalMode;
14
+ internalCerts?: CertManagerCertOptions;
15
+ }
16
+
17
+ // @public
18
+ export interface AuthorizationConfig {
19
+ cache?: OperationalMode;
20
+ rules?: AuthorizationRule[];
21
+ }
22
+
23
+ // @public
24
+ export interface AuthorizationRule {
25
+ brokerResources: BrokerResourceRule[];
26
+ principals: PrincipalDefinition;
27
+ stateStoreResources?: StateStoreResourceRule[];
28
+ }
29
+
30
+ // @public
31
+ export interface BackendChain {
32
+ partitions: number;
33
+ redundancyFactor: number;
34
+ workers?: number;
35
+ }
36
+
37
+ // @public
38
+ export interface BatchingConfiguration {
39
+ latencySeconds?: number;
40
+ maxMessages?: number;
41
+ }
42
+
43
+ // @public
44
+ export type BrokerAuthenticationMethod = string;
45
+
46
+ // @public
47
+ export interface BrokerAuthenticationProperties {
48
+ authenticationMethods: BrokerAuthenticatorMethods[];
49
+ readonly provisioningState?: ProvisioningState;
50
+ }
51
+
52
+ // @public
53
+ export interface BrokerAuthenticationResource extends ProxyResource {
54
+ extendedLocation: ExtendedLocation;
55
+ properties?: BrokerAuthenticationProperties;
56
+ }
57
+
58
+ // @public
59
+ export interface BrokerAuthenticatorCustomAuth {
60
+ x509: X509ManualCertificate;
61
+ }
62
+
63
+ // @public
64
+ export interface BrokerAuthenticatorMethodCustom {
65
+ auth?: BrokerAuthenticatorCustomAuth;
66
+ caCertConfigMap?: string;
67
+ endpoint: string;
68
+ headers?: Record<string, string>;
69
+ }
70
+
71
+ // @public
72
+ export interface BrokerAuthenticatorMethods {
73
+ customSettings?: BrokerAuthenticatorMethodCustom;
74
+ method: BrokerAuthenticationMethod;
75
+ serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
76
+ x509Settings?: BrokerAuthenticatorMethodX509;
77
+ }
78
+
79
+ // @public
80
+ export interface BrokerAuthenticatorMethodSat {
81
+ audiences: string[];
82
+ }
83
+
84
+ // @public
85
+ export interface BrokerAuthenticatorMethodX509 {
86
+ authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
87
+ trustedClientCaCert?: string;
88
+ }
89
+
90
+ // @public
91
+ export interface BrokerAuthenticatorMethodX509Attributes {
92
+ attributes: Record<string, string>;
93
+ subject: string;
94
+ }
95
+
96
+ // @public
97
+ export interface BrokerAuthorizationProperties {
98
+ authorizationPolicies: AuthorizationConfig;
99
+ readonly provisioningState?: ProvisioningState;
100
+ }
101
+
102
+ // @public
103
+ export interface BrokerAuthorizationResource extends ProxyResource {
104
+ extendedLocation: ExtendedLocation;
105
+ properties?: BrokerAuthorizationProperties;
106
+ }
107
+
108
+ // @public
109
+ export interface BrokerDiagnostics {
110
+ logs?: DiagnosticsLogs;
111
+ metrics?: Metrics;
112
+ selfCheck?: SelfCheck;
113
+ traces?: Traces;
114
+ }
115
+
116
+ // @public
117
+ export interface BrokerListenerProperties {
118
+ ports: ListenerPort[];
119
+ readonly provisioningState?: ProvisioningState;
120
+ serviceName?: string;
121
+ serviceType?: ServiceType;
122
+ }
123
+
124
+ // @public
125
+ export interface BrokerListenerResource extends ProxyResource {
126
+ extendedLocation: ExtendedLocation;
127
+ properties?: BrokerListenerProperties;
128
+ }
129
+
130
+ // @public
131
+ export type BrokerMemoryProfile = string;
132
+
133
+ // @public
134
+ export interface BrokerProperties {
135
+ advanced?: AdvancedSettings;
136
+ cardinality?: Cardinality;
137
+ diagnostics?: BrokerDiagnostics;
138
+ diskBackedMessageBuffer?: DiskBackedMessageBuffer;
139
+ generateResourceLimits?: GenerateResourceLimits;
140
+ memoryProfile?: BrokerMemoryProfile;
141
+ readonly provisioningState?: ProvisioningState;
142
+ }
143
+
144
+ // @public
145
+ export type BrokerProtocolType = string;
146
+
147
+ // @public
148
+ export interface BrokerResource extends ProxyResource {
149
+ extendedLocation: ExtendedLocation;
150
+ properties?: BrokerProperties;
151
+ }
152
+
153
+ // @public
154
+ export type BrokerResourceDefinitionMethods = string;
155
+
156
+ // @public
157
+ export interface BrokerResourceRule {
158
+ clientIds?: string[];
159
+ method: BrokerResourceDefinitionMethods;
160
+ topics?: string[];
161
+ }
162
+
163
+ // @public
164
+ export interface Cardinality {
165
+ backendChain: BackendChain;
166
+ frontend: Frontend;
167
+ }
168
+
169
+ // @public
170
+ export interface CertManagerCertificateSpec {
171
+ duration?: string;
172
+ issuerRef: CertManagerIssuerRef;
173
+ privateKey?: CertManagerPrivateKey;
174
+ renewBefore?: string;
175
+ san?: SanForCert;
176
+ secretName?: string;
177
+ }
178
+
179
+ // @public
180
+ export interface CertManagerCertOptions {
181
+ duration: string;
182
+ privateKey: CertManagerPrivateKey;
183
+ renewBefore: string;
184
+ }
185
+
186
+ // @public
187
+ export type CertManagerIssuerKind = string;
188
+
189
+ // @public
190
+ export interface CertManagerIssuerRef {
191
+ group: string;
192
+ kind: CertManagerIssuerKind;
193
+ name: string;
194
+ }
195
+
196
+ // @public
197
+ export interface CertManagerPrivateKey {
198
+ algorithm: PrivateKeyAlgorithm;
199
+ rotationPolicy: PrivateKeyRotationPolicy;
200
+ }
201
+
202
+ // @public
203
+ export interface ClientConfig {
204
+ maxKeepAliveSeconds?: number;
205
+ maxMessageExpirySeconds?: number;
206
+ maxPacketSizeBytes?: number;
207
+ maxReceiveMaximum?: number;
208
+ maxSessionExpirySeconds?: number;
209
+ subscriberQueueLimit?: SubscriberQueueLimit;
210
+ }
211
+
212
+ // @public
213
+ export type CloudEventAttributeType = string;
214
+
215
+ // @public
216
+ export type CreatedByType = string;
217
+
218
+ // @public
219
+ export type DataExplorerAuthMethod = string;
220
+
221
+ // @public
222
+ export interface DataflowBuiltInTransformationDataset {
223
+ description?: string;
224
+ expression?: string;
225
+ inputs: string[];
226
+ key: string;
227
+ schemaRef?: string;
228
+ }
229
+
230
+ // @public
231
+ export interface DataflowBuiltInTransformationFilter {
232
+ description?: string;
233
+ expression: string;
234
+ inputs: string[];
235
+ type?: FilterType;
236
+ }
237
+
238
+ // @public
239
+ export interface DataflowBuiltInTransformationMap {
240
+ description?: string;
241
+ expression?: string;
242
+ inputs: string[];
243
+ output: string;
244
+ type?: DataflowMappingType;
245
+ }
246
+
247
+ // @public
248
+ export interface DataflowBuiltInTransformationSettings {
249
+ datasets?: DataflowBuiltInTransformationDataset[];
250
+ filter?: DataflowBuiltInTransformationFilter[];
251
+ map?: DataflowBuiltInTransformationMap[];
252
+ schemaRef?: string;
253
+ serializationFormat?: TransformationSerializationFormat;
254
+ }
255
+
256
+ // @public
257
+ export interface DataflowDestinationOperationSettings {
258
+ dataDestination: string;
259
+ endpointRef: string;
260
+ }
261
+
262
+ // @public
263
+ export interface DataflowEndpointAuthenticationAccessToken {
264
+ secretRef: string;
265
+ }
266
+
267
+ // @public
268
+ export interface DataflowEndpointAuthenticationSasl {
269
+ saslType: DataflowEndpointAuthenticationSaslType;
270
+ secretRef: string;
271
+ }
272
+
273
+ // @public
274
+ export type DataflowEndpointAuthenticationSaslType = string;
275
+
276
+ // @public
277
+ export interface DataflowEndpointAuthenticationServiceAccountToken {
278
+ audience: string;
279
+ }
280
+
281
+ // @public
282
+ export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
283
+ audience?: string;
284
+ }
285
+
286
+ // @public
287
+ export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
288
+ clientId: string;
289
+ scope?: string;
290
+ tenantId: string;
291
+ }
292
+
293
+ // @public
294
+ export interface DataflowEndpointAuthenticationX509 {
295
+ secretRef: string;
296
+ }
297
+
298
+ // @public
299
+ export interface DataflowEndpointDataExplorer {
300
+ authentication: DataflowEndpointDataExplorerAuthentication;
301
+ batching?: BatchingConfiguration;
302
+ database: string;
303
+ host: string;
304
+ }
305
+
306
+ // @public
307
+ export interface DataflowEndpointDataExplorerAuthentication {
308
+ method: DataExplorerAuthMethod;
309
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
310
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
311
+ }
312
+
313
+ // @public
314
+ export interface DataflowEndpointDataLakeStorage {
315
+ authentication: DataflowEndpointDataLakeStorageAuthentication;
316
+ batching?: BatchingConfiguration;
317
+ host: string;
318
+ }
319
+
320
+ // @public
321
+ export interface DataflowEndpointDataLakeStorageAuthentication {
322
+ accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
323
+ method: DataLakeStorageAuthMethod;
324
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
325
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
326
+ }
327
+
328
+ // @public
329
+ export interface DataflowEndpointFabricOneLake {
330
+ authentication: DataflowEndpointFabricOneLakeAuthentication;
331
+ batching?: BatchingConfiguration;
332
+ host: string;
333
+ names: DataflowEndpointFabricOneLakeNames;
334
+ oneLakePathType: DataflowEndpointFabricPathType;
335
+ }
336
+
337
+ // @public
338
+ export interface DataflowEndpointFabricOneLakeAuthentication {
339
+ method: FabricOneLakeAuthMethod;
340
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
341
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
342
+ }
343
+
344
+ // @public
345
+ export interface DataflowEndpointFabricOneLakeNames {
346
+ lakehouseName: string;
347
+ workspaceName: string;
348
+ }
349
+
350
+ // @public
351
+ export type DataflowEndpointFabricPathType = string;
352
+
353
+ // @public
354
+ export interface DataflowEndpointKafka {
355
+ authentication: DataflowEndpointKafkaAuthentication;
356
+ batching?: DataflowEndpointKafkaBatching;
357
+ cloudEventAttributes?: CloudEventAttributeType;
358
+ compression?: DataflowEndpointKafkaCompression;
359
+ consumerGroupId?: string;
360
+ copyMqttProperties?: OperationalMode;
361
+ host: string;
362
+ kafkaAcks?: DataflowEndpointKafkaAcks;
363
+ partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
364
+ tls?: TlsProperties;
365
+ }
366
+
367
+ // @public
368
+ export type DataflowEndpointKafkaAcks = string;
369
+
370
+ // @public
371
+ export interface DataflowEndpointKafkaAuthentication {
372
+ method: KafkaAuthMethod;
373
+ saslSettings?: DataflowEndpointAuthenticationSasl;
374
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
375
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
376
+ x509CertificateSettings?: DataflowEndpointAuthenticationX509;
377
+ }
378
+
379
+ // @public
380
+ export interface DataflowEndpointKafkaBatching {
381
+ latencyMs?: number;
382
+ maxBytes?: number;
383
+ maxMessages?: number;
384
+ mode?: OperationalMode;
385
+ }
386
+
387
+ // @public
388
+ export type DataflowEndpointKafkaCompression = string;
389
+
390
+ // @public
391
+ export type DataflowEndpointKafkaPartitionStrategy = string;
392
+
393
+ // @public
394
+ export interface DataflowEndpointLocalStorage {
395
+ persistentVolumeClaimRef: string;
396
+ }
397
+
398
+ // @public
399
+ export interface DataflowEndpointMqtt {
400
+ authentication: DataflowEndpointMqttAuthentication;
401
+ clientIdPrefix?: string;
402
+ cloudEventAttributes?: CloudEventAttributeType;
403
+ host?: string;
404
+ keepAliveSeconds?: number;
405
+ maxInflightMessages?: number;
406
+ protocol?: BrokerProtocolType;
407
+ qos?: number;
408
+ retain?: MqttRetainType;
409
+ sessionExpirySeconds?: number;
410
+ tls?: TlsProperties;
411
+ }
412
+
413
+ // @public
414
+ export interface DataflowEndpointMqttAuthentication {
415
+ method: MqttAuthMethod;
416
+ serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
417
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
418
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
419
+ x509CertificateSettings?: DataflowEndpointAuthenticationX509;
420
+ }
421
+
422
+ // @public
423
+ export interface DataflowEndpointProperties {
424
+ dataExplorerSettings?: DataflowEndpointDataExplorer;
425
+ dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
426
+ endpointType: EndpointType;
427
+ fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
428
+ kafkaSettings?: DataflowEndpointKafka;
429
+ localStorageSettings?: DataflowEndpointLocalStorage;
430
+ mqttSettings?: DataflowEndpointMqtt;
431
+ readonly provisioningState?: ProvisioningState;
432
+ }
433
+
434
+ // @public
435
+ export interface DataflowEndpointResource extends ProxyResource {
436
+ extendedLocation: ExtendedLocation;
437
+ properties?: DataflowEndpointProperties;
438
+ }
439
+
440
+ // @public
441
+ export type DataflowMappingType = string;
442
+
443
+ // @public
444
+ export interface DataflowOperation {
445
+ builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
446
+ destinationSettings?: DataflowDestinationOperationSettings;
447
+ name?: string;
448
+ operationType: OperationType;
449
+ sourceSettings?: DataflowSourceOperationSettings;
450
+ }
451
+
452
+ // @public
453
+ export interface DataflowProfileProperties {
454
+ diagnostics?: ProfileDiagnostics;
455
+ instanceCount?: number;
456
+ readonly provisioningState?: ProvisioningState;
457
+ }
458
+
459
+ // @public
460
+ export interface DataflowProfileResource extends ProxyResource {
461
+ extendedLocation: ExtendedLocation;
462
+ properties?: DataflowProfileProperties;
463
+ }
464
+
465
+ // @public
466
+ export interface DataflowProperties {
467
+ mode?: OperationalMode;
468
+ operations: DataflowOperation[];
469
+ readonly provisioningState?: ProvisioningState;
470
+ }
471
+
472
+ // @public
473
+ export interface DataflowResource extends ProxyResource {
474
+ extendedLocation: ExtendedLocation;
475
+ properties?: DataflowProperties;
476
+ }
477
+
478
+ // @public
479
+ export interface DataflowSourceOperationSettings {
480
+ assetRef?: string;
481
+ dataSources: string[];
482
+ endpointRef: string;
483
+ schemaRef?: string;
484
+ serializationFormat?: SourceSerializationFormat;
485
+ }
486
+
487
+ // @public
488
+ export type DataLakeStorageAuthMethod = string;
489
+
490
+ // @public
491
+ export interface DiagnosticsLogs {
492
+ level?: string;
493
+ }
494
+
495
+ // @public
496
+ export interface DiskBackedMessageBuffer {
497
+ ephemeralVolumeClaimSpec?: VolumeClaimSpec;
498
+ maxSize: string;
499
+ persistentVolumeClaimSpec?: VolumeClaimSpec;
500
+ }
501
+
502
+ // @public
503
+ export type EndpointType = string;
504
+
505
+ // @public
506
+ export interface ExtendedLocation {
507
+ name: string;
508
+ type: ExtendedLocationType;
509
+ }
510
+
511
+ // @public
512
+ export type ExtendedLocationType = string;
513
+
514
+ // @public
515
+ export type FabricOneLakeAuthMethod = string;
516
+
517
+ // @public
518
+ export type FilterType = string;
519
+
520
+ // @public
521
+ export interface Frontend {
522
+ replicas: number;
523
+ workers?: number;
524
+ }
525
+
526
+ // @public
527
+ export interface GenerateResourceLimits {
528
+ cpu?: OperationalMode;
529
+ }
530
+
531
+ // @public
532
+ export interface InstancePatchModel {
533
+ identity?: ManagedServiceIdentity;
534
+ tags?: Record<string, string>;
535
+ }
536
+
537
+ // @public
538
+ export interface InstanceProperties {
539
+ description?: string;
540
+ readonly provisioningState?: ProvisioningState;
541
+ schemaRegistryRef: SchemaRegistryRef;
542
+ readonly version?: string;
543
+ }
544
+
545
+ // @public
546
+ export interface InstanceResource extends TrackedResource {
547
+ extendedLocation: ExtendedLocation;
548
+ identity?: ManagedServiceIdentity;
549
+ properties?: InstanceProperties;
550
+ }
551
+
552
+ // @public
553
+ export type KafkaAuthMethod = string;
554
+
555
+ // @public
556
+ export enum KnownActionType {
557
+ Internal = "Internal"
558
+ }
559
+
560
+ // @public
561
+ export enum KnownBrokerAuthenticationMethod {
562
+ Custom = "Custom",
563
+ ServiceAccountToken = "ServiceAccountToken",
564
+ X509 = "X509"
565
+ }
566
+
567
+ // @public
568
+ export enum KnownBrokerMemoryProfile {
569
+ High = "High",
570
+ Low = "Low",
571
+ Medium = "Medium",
572
+ Tiny = "Tiny"
573
+ }
574
+
575
+ // @public
576
+ export enum KnownBrokerProtocolType {
577
+ Mqtt = "Mqtt",
578
+ WebSockets = "WebSockets"
579
+ }
580
+
581
+ // @public
582
+ export enum KnownBrokerResourceDefinitionMethods {
583
+ Connect = "Connect",
584
+ Publish = "Publish",
585
+ Subscribe = "Subscribe"
586
+ }
587
+
588
+ // @public
589
+ export enum KnownCertManagerIssuerKind {
590
+ ClusterIssuer = "ClusterIssuer",
591
+ Issuer = "Issuer"
592
+ }
593
+
594
+ // @public
595
+ export enum KnownCloudEventAttributeType {
596
+ CreateOrRemap = "CreateOrRemap",
597
+ Propagate = "Propagate"
598
+ }
599
+
600
+ // @public
601
+ export enum KnownCreatedByType {
602
+ Application = "Application",
603
+ Key = "Key",
604
+ ManagedIdentity = "ManagedIdentity",
605
+ User = "User"
606
+ }
607
+
608
+ // @public
609
+ export enum KnownDataExplorerAuthMethod {
610
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
611
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
612
+ }
613
+
614
+ // @public
615
+ export enum KnownDataflowEndpointAuthenticationSaslType {
616
+ Plain = "Plain",
617
+ ScramSha256 = "ScramSha256",
618
+ ScramSha512 = "ScramSha512"
619
+ }
620
+
621
+ // @public
622
+ export enum KnownDataflowEndpointFabricPathType {
623
+ Files = "Files",
624
+ Tables = "Tables"
625
+ }
626
+
627
+ // @public
628
+ export enum KnownDataflowEndpointKafkaAcks {
629
+ All = "All",
630
+ One = "One",
631
+ Zero = "Zero"
632
+ }
633
+
634
+ // @public
635
+ export enum KnownDataflowEndpointKafkaCompression {
636
+ Gzip = "Gzip",
637
+ Lz4 = "Lz4",
638
+ None = "None",
639
+ Snappy = "Snappy"
640
+ }
641
+
642
+ // @public
643
+ export enum KnownDataflowEndpointKafkaPartitionStrategy {
644
+ Default = "Default",
645
+ Property = "Property",
646
+ Static = "Static",
647
+ Topic = "Topic"
648
+ }
649
+
650
+ // @public
651
+ export enum KnownDataflowMappingType {
652
+ BuiltInFunction = "BuiltInFunction",
653
+ Compute = "Compute",
654
+ NewProperties = "NewProperties",
655
+ PassThrough = "PassThrough",
656
+ Rename = "Rename"
657
+ }
658
+
659
+ // @public
660
+ export enum KnownDataLakeStorageAuthMethod {
661
+ AccessToken = "AccessToken",
662
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
663
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
664
+ }
665
+
666
+ // @public
667
+ export enum KnownEndpointType {
668
+ DataExplorer = "DataExplorer",
669
+ DataLakeStorage = "DataLakeStorage",
670
+ FabricOneLake = "FabricOneLake",
671
+ Kafka = "Kafka",
672
+ LocalStorage = "LocalStorage",
673
+ Mqtt = "Mqtt"
674
+ }
675
+
676
+ // @public
677
+ export enum KnownExtendedLocationType {
678
+ CustomLocation = "CustomLocation"
679
+ }
680
+
681
+ // @public
682
+ export enum KnownFabricOneLakeAuthMethod {
683
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
684
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
685
+ }
686
+
687
+ // @public
688
+ export enum KnownFilterType {
689
+ Filter = "Filter"
690
+ }
691
+
692
+ // @public
693
+ export enum KnownKafkaAuthMethod {
694
+ Anonymous = "Anonymous",
695
+ Sasl = "Sasl",
696
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
697
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
698
+ X509Certificate = "X509Certificate"
699
+ }
700
+
701
+ // @public
702
+ export enum KnownManagedServiceIdentityType {
703
+ None = "None",
704
+ SystemAssigned = "SystemAssigned",
705
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
706
+ UserAssigned = "UserAssigned"
707
+ }
708
+
709
+ // @public
710
+ export enum KnownMqttAuthMethod {
711
+ Anonymous = "Anonymous",
712
+ ServiceAccountToken = "ServiceAccountToken",
713
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
714
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity",
715
+ X509Certificate = "X509Certificate"
716
+ }
717
+
718
+ // @public
719
+ export enum KnownMqttRetainType {
720
+ Keep = "Keep",
721
+ Never = "Never"
722
+ }
723
+
724
+ // @public
725
+ export enum KnownOperationalMode {
726
+ Disabled = "Disabled",
727
+ Enabled = "Enabled"
728
+ }
729
+
730
+ // @public
731
+ export enum KnownOperationType {
732
+ BuiltInTransformation = "BuiltInTransformation",
733
+ Destination = "Destination",
734
+ Source = "Source"
735
+ }
736
+
737
+ // @public
738
+ export enum KnownOperatorValues {
739
+ DoesNotExist = "DoesNotExist",
740
+ Exists = "Exists",
741
+ In = "In",
742
+ NotIn = "NotIn"
743
+ }
744
+
745
+ // @public
746
+ export enum KnownOrigin {
747
+ System = "system",
748
+ User = "user",
749
+ UserSystem = "user,system"
750
+ }
751
+
752
+ // @public
753
+ export enum KnownPrivateKeyAlgorithm {
754
+ Ec256 = "Ec256",
755
+ Ec384 = "Ec384",
756
+ Ec521 = "Ec521",
757
+ Ed25519 = "Ed25519",
758
+ Rsa2048 = "Rsa2048",
759
+ Rsa4096 = "Rsa4096",
760
+ Rsa8192 = "Rsa8192"
761
+ }
762
+
763
+ // @public
764
+ export enum KnownPrivateKeyRotationPolicy {
765
+ Always = "Always",
766
+ Never = "Never"
767
+ }
768
+
769
+ // @public
770
+ export enum KnownProvisioningState {
771
+ Accepted = "Accepted",
772
+ Canceled = "Canceled",
773
+ Deleting = "Deleting",
774
+ Failed = "Failed",
775
+ Provisioning = "Provisioning",
776
+ Succeeded = "Succeeded",
777
+ Updating = "Updating"
778
+ }
779
+
780
+ // @public
781
+ export enum KnownServiceType {
782
+ ClusterIp = "ClusterIp",
783
+ LoadBalancer = "LoadBalancer",
784
+ NodePort = "NodePort"
785
+ }
786
+
787
+ // @public
788
+ export enum KnownSourceSerializationFormat {
789
+ Json = "Json"
790
+ }
791
+
792
+ // @public
793
+ export enum KnownStateStoreResourceDefinitionMethods {
794
+ Read = "Read",
795
+ ReadWrite = "ReadWrite",
796
+ Write = "Write"
797
+ }
798
+
799
+ // @public
800
+ export enum KnownStateStoreResourceKeyTypes {
801
+ Binary = "Binary",
802
+ Pattern = "Pattern",
803
+ String = "String"
804
+ }
805
+
806
+ // @public
807
+ export enum KnownSubscriberMessageDropStrategy {
808
+ DropOldest = "DropOldest",
809
+ None = "None"
810
+ }
811
+
812
+ // @public
813
+ export enum KnownTlsCertMethodMode {
814
+ Automatic = "Automatic",
815
+ Manual = "Manual"
816
+ }
817
+
818
+ // @public
819
+ export enum KnownTransformationSerializationFormat {
820
+ Delta = "Delta",
821
+ Json = "Json",
822
+ Parquet = "Parquet"
823
+ }
824
+
825
+ // @public
826
+ export enum KnownVersions {
827
+ "V2024-11-01" = "2024-11-01"
828
+ }
829
+
830
+ // @public
831
+ export interface KubernetesReference {
832
+ apiGroup?: string;
833
+ kind: string;
834
+ name: string;
835
+ namespace?: string;
836
+ }
837
+
838
+ // @public
839
+ export interface ListenerPort {
840
+ authenticationRef?: string;
841
+ authorizationRef?: string;
842
+ nodePort?: number;
843
+ port: number;
844
+ protocol?: BrokerProtocolType;
845
+ tls?: TlsCertMethod;
846
+ }
847
+
848
+ // @public
849
+ export interface LocalKubernetesReference {
850
+ apiGroup?: string;
851
+ kind: string;
852
+ name: string;
853
+ }
854
+
855
+ // @public
856
+ export interface ManagedServiceIdentity {
857
+ readonly principalId?: string;
858
+ readonly tenantId?: string;
859
+ type: ManagedServiceIdentityType;
860
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
861
+ }
862
+
863
+ // @public
864
+ export type ManagedServiceIdentityType = string;
865
+
866
+ // @public
867
+ export interface Metrics {
868
+ prometheusPort?: number;
869
+ }
870
+
871
+ // @public
872
+ export type MqttAuthMethod = string;
873
+
874
+ // @public
875
+ export type MqttRetainType = string;
876
+
877
+ // @public
878
+ export interface Operation {
879
+ actionType?: ActionType;
880
+ readonly display?: OperationDisplay;
881
+ readonly isDataAction?: boolean;
882
+ readonly name?: string;
883
+ readonly origin?: Origin;
884
+ }
885
+
886
+ // @public
887
+ export type OperationalMode = string;
888
+
889
+ // @public
890
+ export interface OperationDisplay {
891
+ readonly description?: string;
892
+ readonly operation?: string;
893
+ readonly provider?: string;
894
+ readonly resource?: string;
895
+ }
896
+
897
+ // @public
898
+ export type OperationType = string;
899
+
900
+ // @public
901
+ export type OperatorValues = string;
902
+
903
+ // @public
904
+ export type Origin = string;
905
+
906
+ // @public
907
+ export interface PrincipalDefinition {
908
+ attributes?: Record<string, string>[];
909
+ clientIds?: string[];
910
+ usernames?: string[];
911
+ }
912
+
913
+ // @public
914
+ export type PrivateKeyAlgorithm = string;
915
+
916
+ // @public
917
+ export type PrivateKeyRotationPolicy = string;
918
+
919
+ // @public
920
+ export interface ProfileDiagnostics {
921
+ logs?: DiagnosticsLogs;
922
+ metrics?: Metrics;
923
+ }
924
+
925
+ // @public
926
+ export type ProvisioningState = string;
927
+
928
+ // @public
929
+ export interface ProxyResource extends Resource {
930
+ }
931
+
932
+ // @public
933
+ export interface Resource {
934
+ readonly id?: string;
935
+ readonly name?: string;
936
+ readonly systemData?: SystemData;
937
+ readonly type?: string;
938
+ }
939
+
940
+ // @public
941
+ export interface SanForCert {
942
+ dns: string[];
943
+ ip: string[];
944
+ }
945
+
946
+ // @public
947
+ export interface SchemaRegistryRef {
948
+ resourceId: string;
949
+ }
950
+
951
+ // @public
952
+ export interface SelfCheck {
953
+ intervalSeconds?: number;
954
+ mode?: OperationalMode;
955
+ timeoutSeconds?: number;
956
+ }
957
+
958
+ // @public
959
+ export interface SelfTracing {
960
+ intervalSeconds?: number;
961
+ mode?: OperationalMode;
962
+ }
963
+
964
+ // @public
965
+ export type ServiceType = string;
966
+
967
+ // @public
968
+ export type SourceSerializationFormat = string;
969
+
970
+ // @public
971
+ export type StateStoreResourceDefinitionMethods = string;
972
+
973
+ // @public
974
+ export type StateStoreResourceKeyTypes = string;
975
+
976
+ // @public
977
+ export interface StateStoreResourceRule {
978
+ keys: string[];
979
+ keyType: StateStoreResourceKeyTypes;
980
+ method: StateStoreResourceDefinitionMethods;
981
+ }
982
+
983
+ // @public
984
+ export type SubscriberMessageDropStrategy = string;
985
+
986
+ // @public
987
+ export interface SubscriberQueueLimit {
988
+ length?: number;
989
+ strategy?: SubscriberMessageDropStrategy;
990
+ }
991
+
992
+ // @public
993
+ export interface SystemData {
994
+ createdAt?: Date;
995
+ createdBy?: string;
996
+ createdByType?: CreatedByType;
997
+ lastModifiedAt?: Date;
998
+ lastModifiedBy?: string;
999
+ lastModifiedByType?: CreatedByType;
1000
+ }
1001
+
1002
+ // @public
1003
+ export interface TlsCertMethod {
1004
+ certManagerCertificateSpec?: CertManagerCertificateSpec;
1005
+ manual?: X509ManualCertificate;
1006
+ mode: TlsCertMethodMode;
1007
+ }
1008
+
1009
+ // @public
1010
+ export type TlsCertMethodMode = string;
1011
+
1012
+ // @public
1013
+ export interface TlsProperties {
1014
+ mode?: OperationalMode;
1015
+ trustedCaCertificateConfigMapRef?: string;
1016
+ }
1017
+
1018
+ // @public
1019
+ export interface Traces {
1020
+ cacheSizeMegabytes?: number;
1021
+ mode?: OperationalMode;
1022
+ selfTracing?: SelfTracing;
1023
+ spanChannelCapacity?: number;
1024
+ }
1025
+
1026
+ // @public
1027
+ export interface TrackedResource extends Resource {
1028
+ location: string;
1029
+ tags?: Record<string, string>;
1030
+ }
1031
+
1032
+ // @public
1033
+ export type TransformationSerializationFormat = string;
1034
+
1035
+ // @public
1036
+ export interface UserAssignedIdentity {
1037
+ readonly clientId?: string;
1038
+ readonly principalId?: string;
1039
+ }
1040
+
1041
+ // @public
1042
+ export interface VolumeClaimResourceRequirements {
1043
+ limits?: Record<string, string>;
1044
+ requests?: Record<string, string>;
1045
+ }
1046
+
1047
+ // @public
1048
+ export interface VolumeClaimSpec {
1049
+ accessModes?: string[];
1050
+ dataSource?: LocalKubernetesReference;
1051
+ dataSourceRef?: KubernetesReference;
1052
+ resources?: VolumeClaimResourceRequirements;
1053
+ selector?: VolumeClaimSpecSelector;
1054
+ storageClassName?: string;
1055
+ volumeMode?: string;
1056
+ volumeName?: string;
1057
+ }
1058
+
1059
+ // @public
1060
+ export interface VolumeClaimSpecSelector {
1061
+ matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
1062
+ matchLabels?: Record<string, string>;
1063
+ }
1064
+
1065
+ // @public
1066
+ export interface VolumeClaimSpecSelectorMatchExpressions {
1067
+ key: string;
1068
+ operator: OperatorValues;
1069
+ values?: string[];
1070
+ }
1071
+
1072
+ // @public
1073
+ export interface X509ManualCertificate {
1074
+ secretRef: string;
1075
+ }
1076
+
1077
+ // (No @packageDocumentation comment for this package)
1078
+
1079
+ ```