@azure-rest/purview-scanning 1.0.0-alpha.20241120.1 → 1.0.0-alpha.20241122.7

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 (110) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/index.d.ts +8 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +11 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/models.d.ts +1383 -0
  7. package/dist/browser/models.d.ts.map +1 -0
  8. package/dist/browser/package.json +3 -0
  9. package/dist/browser/paginateHelper.d.ts +43 -0
  10. package/dist/browser/paginateHelper.d.ts.map +1 -0
  11. package/dist/browser/parameters.d.ts +89 -0
  12. package/dist/browser/parameters.d.ts.map +1 -0
  13. package/dist/browser/parameters.js.map +1 -0
  14. package/dist/browser/purviewScanning.d.ts +169 -0
  15. package/dist/browser/purviewScanning.d.ts.map +1 -0
  16. package/dist/browser/purviewScanning.js.map +1 -0
  17. package/dist/browser/responses.d.ts +413 -0
  18. package/dist/browser/responses.d.ts.map +1 -0
  19. package/dist/browser/responses.js.map +1 -0
  20. package/dist/commonjs/index.d.ts +8 -0
  21. package/dist/commonjs/index.d.ts.map +1 -0
  22. package/dist/commonjs/index.js +14 -0
  23. package/dist/commonjs/index.js.map +1 -0
  24. package/dist/commonjs/models.d.ts +1383 -0
  25. package/dist/commonjs/models.d.ts.map +1 -0
  26. package/dist/commonjs/models.js +5 -0
  27. package/dist/commonjs/models.js.map +1 -0
  28. package/dist/commonjs/package.json +3 -0
  29. package/dist/commonjs/paginateHelper.d.ts +43 -0
  30. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  31. package/dist/{index.js → commonjs/paginateHelper.js} +8 -28
  32. package/dist/commonjs/paginateHelper.js.map +1 -0
  33. package/dist/commonjs/parameters.d.ts +89 -0
  34. package/dist/commonjs/parameters.d.ts.map +1 -0
  35. package/dist/commonjs/parameters.js +5 -0
  36. package/dist/commonjs/parameters.js.map +1 -0
  37. package/dist/commonjs/purviewScanning.d.ts +169 -0
  38. package/dist/commonjs/purviewScanning.d.ts.map +1 -0
  39. package/dist/commonjs/purviewScanning.js +16 -0
  40. package/dist/commonjs/purviewScanning.js.map +1 -0
  41. package/dist/commonjs/responses.d.ts +413 -0
  42. package/dist/commonjs/responses.d.ts.map +1 -0
  43. package/dist/commonjs/responses.js +5 -0
  44. package/dist/commonjs/responses.js.map +1 -0
  45. package/dist/commonjs/tsdoc-metadata.json +11 -0
  46. package/dist/esm/index.d.ts +8 -0
  47. package/dist/esm/index.d.ts.map +1 -0
  48. package/dist/esm/index.js +11 -0
  49. package/dist/esm/index.js.map +1 -0
  50. package/dist/esm/models.d.ts +1383 -0
  51. package/dist/esm/models.d.ts.map +1 -0
  52. package/dist/esm/models.js +4 -0
  53. package/dist/esm/models.js.map +1 -0
  54. package/dist/esm/package.json +3 -0
  55. package/dist/esm/paginateHelper.d.ts +43 -0
  56. package/dist/esm/paginateHelper.d.ts.map +1 -0
  57. package/dist/esm/paginateHelper.js +70 -0
  58. package/dist/esm/paginateHelper.js.map +1 -0
  59. package/dist/esm/parameters.d.ts +89 -0
  60. package/dist/esm/parameters.d.ts.map +1 -0
  61. package/dist/esm/parameters.js +4 -0
  62. package/dist/esm/parameters.js.map +1 -0
  63. package/dist/esm/purviewScanning.d.ts +169 -0
  64. package/dist/esm/purviewScanning.d.ts.map +1 -0
  65. package/dist/esm/purviewScanning.js +13 -0
  66. package/dist/esm/purviewScanning.js.map +1 -0
  67. package/dist/esm/responses.d.ts +413 -0
  68. package/dist/esm/responses.d.ts.map +1 -0
  69. package/dist/esm/responses.js +4 -0
  70. package/dist/esm/responses.js.map +1 -0
  71. package/dist/react-native/index.d.ts +8 -0
  72. package/dist/react-native/index.d.ts.map +1 -0
  73. package/dist/react-native/index.js +11 -0
  74. package/dist/react-native/index.js.map +1 -0
  75. package/dist/react-native/models.d.ts +1383 -0
  76. package/dist/react-native/models.d.ts.map +1 -0
  77. package/dist/react-native/models.js +4 -0
  78. package/dist/react-native/models.js.map +1 -0
  79. package/dist/react-native/package.json +3 -0
  80. package/dist/react-native/paginateHelper.d.ts +43 -0
  81. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  82. package/dist/react-native/paginateHelper.js +70 -0
  83. package/dist/react-native/paginateHelper.js.map +1 -0
  84. package/dist/react-native/parameters.d.ts +89 -0
  85. package/dist/react-native/parameters.d.ts.map +1 -0
  86. package/dist/react-native/parameters.js +4 -0
  87. package/dist/react-native/parameters.js.map +1 -0
  88. package/dist/react-native/purviewScanning.d.ts +169 -0
  89. package/dist/react-native/purviewScanning.d.ts.map +1 -0
  90. package/dist/react-native/purviewScanning.js +13 -0
  91. package/dist/react-native/purviewScanning.js.map +1 -0
  92. package/dist/react-native/responses.d.ts +413 -0
  93. package/dist/react-native/responses.d.ts.map +1 -0
  94. package/dist/react-native/responses.js +4 -0
  95. package/dist/react-native/responses.js.map +1 -0
  96. package/package.json +65 -42
  97. package/dist/index.js.map +0 -1
  98. package/dist-esm/src/index.js +0 -10
  99. package/dist-esm/src/index.js.map +0 -1
  100. package/dist-esm/src/parameters.js.map +0 -1
  101. package/dist-esm/src/purviewScanning.js.map +0 -1
  102. package/dist-esm/src/responses.js.map +0 -1
  103. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  104. /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
  105. /package/{dist-esm/src → dist/browser}/paginateHelper.js +0 -0
  106. /package/{dist-esm/src → dist/browser}/paginateHelper.js.map +0 -0
  107. /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
  108. /package/{dist-esm/src → dist/browser}/purviewScanning.js +0 -0
  109. /package/{dist-esm/src → dist/browser}/responses.js +0 -0
  110. /package/{types → dist}/purview-scanning-rest.d.ts +0 -0
@@ -0,0 +1,1383 @@
1
+ export interface ProxyResource {
2
+ id?: string;
3
+ name?: string;
4
+ }
5
+ export interface AzureKeyVault extends ProxyResource {
6
+ properties?: AzureKeyVaultPropertiesAutoGenerated;
7
+ }
8
+ export interface AzureKeyVaultProperties {
9
+ baseUrl?: string;
10
+ description?: string;
11
+ }
12
+ export interface AzureKeyVaultPropertiesAutoGenerated extends AzureKeyVaultProperties {
13
+ }
14
+ export interface ErrorResponseModel {
15
+ error?: ErrorResponseModelError;
16
+ }
17
+ export interface ErrorModel {
18
+ code?: string;
19
+ message?: string;
20
+ target?: string;
21
+ details?: Array<ErrorModel>;
22
+ }
23
+ export interface ErrorResponseModelError extends ErrorModel {
24
+ }
25
+ export interface AzureKeyVaultList {
26
+ value?: Array<AzureKeyVault>;
27
+ nextLink?: string;
28
+ count?: number;
29
+ }
30
+ export interface ClassificationRuleBase extends ProxyResource {
31
+ kind: "ClassificationRule" | "System" | "Custom";
32
+ }
33
+ export interface ClassificationRuleList {
34
+ value?: Array<ClassificationRule>;
35
+ nextLink?: string;
36
+ count?: number;
37
+ }
38
+ export interface OperationResponse {
39
+ /** Value may contain a UUID */
40
+ scanResultId?: string;
41
+ startTime?: Date;
42
+ endTime?: Date;
43
+ status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled";
44
+ error?: OperationResponseError;
45
+ }
46
+ export interface ErrorInfo {
47
+ code?: string;
48
+ message?: string;
49
+ target?: string;
50
+ details?: Array<ErrorInfo>;
51
+ }
52
+ export interface OperationResponseError extends ErrorInfo {
53
+ }
54
+ export interface DataSourceBase extends ProxyResource {
55
+ scans?: Array<Scan>;
56
+ kind: "DataSource" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
57
+ }
58
+ export interface ScanBase extends ProxyResource {
59
+ scanResults?: Array<ScanResult>;
60
+ kind: "Scan" | "AzureSubscriptionCredential" | "AzureSubscriptionMsi" | "AzureResourceGroupCredential" | "AzureResourceGroupMsi" | "AzureSynapseWorkspaceCredential" | "AzureSynapseWorkspaceMsi" | "AzureSynapseCredential" | "AzureSynapseMsi" | "AdlsGen1Credential" | "AdlsGen1Msi" | "AdlsGen2Credential" | "AdlsGen2Msi" | "AmazonAccountCredential" | "AmazonS3Credential" | "AmazonS3RoleARN" | "AmazonSqlCredential" | "AzureCosmosDbCredential" | "AzureDataExplorerCredential" | "AzureDataExplorerMsi" | "AzureFileServiceCredential" | "AzureSqlDatabaseCredential" | "AzureSqlDatabaseMsi" | "AmazonPostgreSqlCredential" | "AzurePostgreSqlCredential" | "SqlServerDatabaseCredential" | "AzureSqlDatabaseManagedInstanceCredential" | "AzureSqlDatabaseManagedInstanceMsi" | "AzureSqlDataWarehouseCredential" | "AzureSqlDataWarehouseMsi" | "AzureMySqlCredential" | "AzureStorageCredential" | "AzureStorageMsi" | "TeradataTeradataCredential" | "TeradataUserPass" | "TeradataTeradataUserPass" | "OracleOracleCredential" | "OracleOracleUserPass" | "SapS4HanaSapS4HanaCredential" | "SapS4HanaSapS4HanaUserPass" | "SapEccSapEccCredential" | "SapEccSapEccUserPass" | "PowerBIDelegated" | "PowerBIMsi";
61
+ }
62
+ export interface ScanResult {
63
+ parentId?: string;
64
+ id?: string;
65
+ resourceId?: string;
66
+ status?: string;
67
+ assetsDiscovered?: number;
68
+ assetsClassified?: number;
69
+ diagnostics?: ScanResultDiagnostics;
70
+ startTime?: Date;
71
+ queuedTime?: Date;
72
+ pipelineStartTime?: Date;
73
+ endTime?: Date;
74
+ scanRulesetVersion?: number;
75
+ scanRulesetType?: "Custom" | "System";
76
+ scanLevelType?: "Full" | "Incremental";
77
+ errorMessage?: string;
78
+ error?: ScanResultError;
79
+ runType?: string;
80
+ dataSourceType?: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
81
+ }
82
+ export interface ScanDiagnostics {
83
+ notifications?: Array<Notification>;
84
+ /** Dictionary of <integer> */
85
+ exceptionCountMap?: Record<string, number>;
86
+ }
87
+ export interface Notification {
88
+ message?: string;
89
+ code?: number;
90
+ }
91
+ export interface ScanResultDiagnostics extends ScanDiagnostics {
92
+ }
93
+ export interface ScanResultError extends ErrorModel {
94
+ }
95
+ export interface DataSourceList {
96
+ value?: Array<DataSource>;
97
+ nextLink?: string;
98
+ count?: number;
99
+ }
100
+ export interface Filter extends ProxyResource {
101
+ properties?: FilterPropertiesAutoGenerated;
102
+ }
103
+ export interface FilterProperties {
104
+ excludeUriPrefixes?: Array<string>;
105
+ includeUriPrefixes?: Array<string>;
106
+ }
107
+ export interface FilterPropertiesAutoGenerated extends FilterProperties {
108
+ }
109
+ export interface ScanList {
110
+ value?: Array<Scan>;
111
+ nextLink?: string;
112
+ count?: number;
113
+ }
114
+ export interface ScanHistoryList {
115
+ value?: Array<ScanResult>;
116
+ nextLink?: string;
117
+ count?: number;
118
+ }
119
+ export interface VersionedScanRuleset extends ProxyResource {
120
+ scanRulesetType?: "Custom" | "System";
121
+ status?: "Enabled" | "Disabled";
122
+ version?: number;
123
+ }
124
+ export interface ScanRulesetBase extends VersionedScanRuleset {
125
+ kind: "ScanRuleset" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
126
+ }
127
+ export interface ScanRulesetList {
128
+ value?: Array<ScanRuleset>;
129
+ nextLink?: string;
130
+ count?: number;
131
+ }
132
+ export interface SystemScanRulesetList {
133
+ value?: Array<SystemScanRuleset>;
134
+ nextLink?: string;
135
+ count?: number;
136
+ }
137
+ export interface SystemScanRulesetBase extends VersionedScanRuleset {
138
+ kind: "SystemScanRuleset" | "None";
139
+ }
140
+ export interface Trigger extends ProxyResource {
141
+ properties?: TriggerPropertiesAutoGenerated;
142
+ }
143
+ export interface TriggerProperties {
144
+ recurrence?: TriggerPropertiesRecurrence;
145
+ recurrenceInterval?: string;
146
+ createdAt?: Date;
147
+ lastModifiedAt?: Date;
148
+ lastScheduled?: Date;
149
+ scanLevel?: "Full" | "Incremental";
150
+ incrementalScanStartTime?: Date;
151
+ }
152
+ export interface TriggerRecurrence {
153
+ frequency?: "Week" | "Month";
154
+ interval?: number;
155
+ startTime?: Date;
156
+ endTime?: Date;
157
+ schedule?: TriggerRecurrenceSchedule;
158
+ timeZone?: string;
159
+ }
160
+ export interface RecurrenceSchedule {
161
+ /** Dictionary of <AnyObject> */
162
+ additionalProperties?: Record<string, Record<string, unknown>>;
163
+ minutes?: Array<number>;
164
+ hours?: Array<number>;
165
+ weekDays?: Array<"Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday">;
166
+ monthDays?: Array<number>;
167
+ monthlyOccurrences?: Array<RecurrenceScheduleOccurrence>;
168
+ }
169
+ export interface RecurrenceScheduleOccurrence {
170
+ /** Dictionary of <AnyObject> */
171
+ additionalProperties?: Record<string, Record<string, unknown>>;
172
+ day?: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
173
+ occurrence?: number;
174
+ }
175
+ export interface TriggerRecurrenceSchedule extends RecurrenceSchedule {
176
+ }
177
+ export interface TriggerPropertiesRecurrence extends TriggerRecurrence {
178
+ }
179
+ export interface TriggerPropertiesAutoGenerated extends TriggerProperties {
180
+ }
181
+ export interface CollectionReference {
182
+ lastModifiedAt?: Date;
183
+ referenceName?: string;
184
+ type?: string;
185
+ }
186
+ export interface SystemClassificationRuleProperties {
187
+ description?: string;
188
+ version?: number;
189
+ classificationName?: string;
190
+ ruleStatus?: "Enabled" | "Disabled";
191
+ createdAt?: Date;
192
+ lastModifiedAt?: Date;
193
+ }
194
+ export interface SystemClassificationRule extends ClassificationRuleBase {
195
+ properties?: SystemClassificationRulePropertiesAutoGenerated;
196
+ kind: "System";
197
+ }
198
+ export interface SystemClassificationRulePropertiesAutoGenerated extends SystemClassificationRuleProperties {
199
+ }
200
+ export interface ClassificationRulePatternBase {
201
+ kind: "Regex";
202
+ }
203
+ export interface CustomClassificationRuleProperties {
204
+ minimumPercentageMatch?: number;
205
+ classificationAction?: "Keep" | "Delete";
206
+ dataPatterns?: Array<ClassificationRulePattern>;
207
+ columnPatterns?: Array<ClassificationRulePattern>;
208
+ description?: string;
209
+ version?: number;
210
+ classificationName?: string;
211
+ ruleStatus?: "Enabled" | "Disabled";
212
+ createdAt?: Date;
213
+ lastModifiedAt?: Date;
214
+ }
215
+ export interface CustomClassificationRule extends ClassificationRuleBase {
216
+ properties?: CustomClassificationRulePropertiesAutoGenerated;
217
+ kind: "Custom";
218
+ }
219
+ export interface CustomClassificationRulePropertiesAutoGenerated extends CustomClassificationRuleProperties {
220
+ }
221
+ export interface RegexClassificationRulePattern extends ClassificationRulePatternBase {
222
+ pattern?: string;
223
+ kind: "Regex";
224
+ }
225
+ export interface DataSourceProperties {
226
+ createdAt?: Date;
227
+ lastModifiedAt?: Date;
228
+ collection?: DataSourcePropertiesCollection;
229
+ }
230
+ export interface DataSourcePropertiesCollection extends CollectionReference {
231
+ }
232
+ export interface AzureSubscriptionProperties extends DataSourceProperties {
233
+ subscriptionId?: string;
234
+ }
235
+ export interface AzureSubscriptionDataSource extends DataSourceBase {
236
+ properties?: AzureSubscriptionDataSourceProperties;
237
+ kind: "AzureSubscription";
238
+ }
239
+ export interface AzureSubscriptionDataSourceProperties extends AzureSubscriptionProperties {
240
+ }
241
+ export interface AzureResourceGroupProperties extends DataSourceProperties {
242
+ subscriptionId?: string;
243
+ resourceGroup?: string;
244
+ }
245
+ export interface AzureResourceGroupDataSource extends DataSourceBase {
246
+ properties?: AzureResourceGroupDataSourceProperties;
247
+ kind: "AzureResourceGroup";
248
+ }
249
+ export interface AzureResourceGroupDataSourceProperties extends AzureResourceGroupProperties {
250
+ }
251
+ export interface AzureDataSourceProperties extends DataSourceProperties {
252
+ resourceGroup?: string;
253
+ subscriptionId?: string;
254
+ location?: string;
255
+ resourceName?: string;
256
+ }
257
+ export interface AzureSynapseWorkspaceProperties extends AzureDataSourceProperties {
258
+ dedicatedSqlEndpoint?: string;
259
+ serverlessSqlEndpoint?: string;
260
+ }
261
+ export interface AzureSynapseWorkspaceDataSource extends DataSourceBase {
262
+ properties?: AzureSynapseWorkspaceDataSourceProperties;
263
+ kind: "AzureSynapseWorkspace";
264
+ }
265
+ export interface AzureSynapseWorkspaceDataSourceProperties extends AzureSynapseWorkspaceProperties {
266
+ }
267
+ export interface AzureSynapseProperties extends AzureDataSourceProperties {
268
+ sqlEndpoint?: string;
269
+ sqlOnDemandEndpoint?: string;
270
+ }
271
+ export interface AzureSynapseDataSource extends DataSourceBase {
272
+ properties?: AzureSynapseDataSourceProperties;
273
+ kind: "AzureSynapse";
274
+ }
275
+ export interface AzureSynapseDataSourceProperties extends AzureSynapseProperties {
276
+ }
277
+ export interface AdlsGen1Properties extends AzureDataSourceProperties {
278
+ endpoint?: string;
279
+ }
280
+ export interface AdlsGen1DataSource extends DataSourceBase {
281
+ properties?: AdlsGen1DataSourceProperties;
282
+ kind: "AdlsGen1";
283
+ }
284
+ export interface AdlsGen1DataSourceProperties extends AdlsGen1Properties {
285
+ }
286
+ export interface AdlsGen2Properties extends AzureDataSourceProperties {
287
+ endpoint?: string;
288
+ }
289
+ export interface AdlsGen2DataSource extends DataSourceBase {
290
+ properties?: AdlsGen2DataSourceProperties;
291
+ kind: "AdlsGen2";
292
+ }
293
+ export interface AdlsGen2DataSourceProperties extends AdlsGen2Properties {
294
+ }
295
+ export interface AmazonAccountProperties extends DataSourceProperties {
296
+ awsAccountId?: string;
297
+ roleARN?: string;
298
+ }
299
+ export interface AmazonAccountDataSource extends DataSourceBase {
300
+ properties?: AmazonAccountDataSourceProperties;
301
+ kind: "AmazonAccount";
302
+ }
303
+ export interface AmazonAccountDataSourceProperties extends AmazonAccountProperties {
304
+ }
305
+ export interface AmazonS3Properties extends DataSourceProperties {
306
+ serviceUrl?: string;
307
+ roleARN?: string;
308
+ }
309
+ export interface AmazonS3DataSource extends DataSourceBase {
310
+ properties?: AmazonS3DataSourceProperties;
311
+ kind: "AmazonS3";
312
+ }
313
+ export interface AmazonS3DataSourceProperties extends AmazonS3Properties {
314
+ }
315
+ export interface AmazonSqlProperties extends DataSourceProperties {
316
+ serverEndpoint?: string;
317
+ }
318
+ export interface AmazonSqlDataSource extends DataSourceBase {
319
+ properties?: AmazonSqlDataSourceProperties;
320
+ kind: "AmazonSql";
321
+ }
322
+ export interface AmazonSqlDataSourceProperties extends AmazonSqlProperties {
323
+ }
324
+ export interface AzureCosmosDbProperties extends AzureDataSourceProperties {
325
+ accountUri?: string;
326
+ }
327
+ export interface AzureCosmosDbDataSource extends DataSourceBase {
328
+ properties?: AzureCosmosDbDataSourceProperties;
329
+ kind: "AzureCosmosDb";
330
+ }
331
+ export interface AzureCosmosDbDataSourceProperties extends AzureCosmosDbProperties {
332
+ }
333
+ export interface AzureDataExplorerProperties extends AzureDataSourceProperties {
334
+ endpoint?: string;
335
+ }
336
+ export interface AzureDataExplorerDataSource extends DataSourceBase {
337
+ properties?: AzureDataExplorerDataSourceProperties;
338
+ kind: "AzureDataExplorer";
339
+ }
340
+ export interface AzureDataExplorerDataSourceProperties extends AzureDataExplorerProperties {
341
+ }
342
+ export interface AzureFileServiceProperties extends AzureDataSourceProperties {
343
+ endpoint?: string;
344
+ }
345
+ export interface AzureFileServiceDataSource extends DataSourceBase {
346
+ properties?: AzureFileServiceDataSourceProperties;
347
+ kind: "AzureFileService";
348
+ }
349
+ export interface AzureFileServiceDataSourceProperties extends AzureFileServiceProperties {
350
+ }
351
+ export interface AzureSqlDatabaseProperties extends AzureDataSourceProperties {
352
+ serverEndpoint?: string;
353
+ }
354
+ export interface AzureSqlDatabaseDataSource extends DataSourceBase {
355
+ properties?: AzureSqlDatabaseDataSourceProperties;
356
+ kind: "AzureSqlDatabase";
357
+ }
358
+ export interface AzureSqlDatabaseDataSourceProperties extends AzureSqlDatabaseProperties {
359
+ }
360
+ export interface AmazonPostgreSqlProperties extends DataSourceProperties {
361
+ serverEndpoint?: string;
362
+ port?: string;
363
+ }
364
+ export interface AmazonPostgreSqlDataSource extends DataSourceBase {
365
+ properties?: AmazonPostgreSqlDataSourceProperties;
366
+ kind: "AmazonPostgreSql";
367
+ }
368
+ export interface AmazonPostgreSqlDataSourceProperties extends AmazonPostgreSqlProperties {
369
+ }
370
+ export interface AzurePostgreSqlProperties extends AzureDataSourceProperties {
371
+ serverEndpoint?: string;
372
+ port?: number;
373
+ }
374
+ export interface AzurePostgreSqlDataSource extends DataSourceBase {
375
+ properties?: AzurePostgreSqlDataSourceProperties;
376
+ kind: "AzurePostgreSql";
377
+ }
378
+ export interface AzurePostgreSqlDataSourceProperties extends AzurePostgreSqlProperties {
379
+ }
380
+ export interface SqlServerDatabaseProperties extends AzureDataSourceProperties {
381
+ serverEndpoint?: string;
382
+ }
383
+ export interface SqlServerDatabaseDataSource extends DataSourceBase {
384
+ properties?: SqlServerDatabaseDataSourceProperties;
385
+ kind: "SqlServerDatabase";
386
+ }
387
+ export interface SqlServerDatabaseDataSourceProperties extends SqlServerDatabaseProperties {
388
+ }
389
+ export interface AzureSqlDatabaseManagedInstanceProperties extends AzureDataSourceProperties {
390
+ serverEndpoint?: string;
391
+ }
392
+ export interface AzureSqlDatabaseManagedInstanceDataSource extends DataSourceBase {
393
+ properties?: AzureSqlDatabaseManagedInstanceDataSourceProperties;
394
+ kind: "AzureSqlDatabaseManagedInstance";
395
+ }
396
+ export interface AzureSqlDatabaseManagedInstanceDataSourceProperties extends AzureSqlDatabaseManagedInstanceProperties {
397
+ }
398
+ export interface AzureSqlDataWarehouseProperties extends AzureDataSourceProperties {
399
+ serverEndpoint?: string;
400
+ }
401
+ export interface AzureSqlDataWarehouseDataSource extends DataSourceBase {
402
+ properties?: AzureSqlDataWarehouseDataSourceProperties;
403
+ kind: "AzureSqlDataWarehouse";
404
+ }
405
+ export interface AzureSqlDataWarehouseDataSourceProperties extends AzureSqlDataWarehouseProperties {
406
+ }
407
+ export interface AzureMySqlProperties extends AzureDataSourceProperties {
408
+ serverEndpoint?: string;
409
+ port?: number;
410
+ }
411
+ export interface AzureMySqlDataSource extends DataSourceBase {
412
+ properties?: AzureMySqlDataSourceProperties;
413
+ kind: "AzureMySql";
414
+ }
415
+ export interface AzureMySqlDataSourceProperties extends AzureMySqlProperties {
416
+ }
417
+ export interface AzureStorageProperties extends AzureDataSourceProperties {
418
+ endpoint?: string;
419
+ }
420
+ export interface AzureStorageDataSource extends DataSourceBase {
421
+ properties?: AzureStorageDataSourceProperties;
422
+ kind: "AzureStorage";
423
+ }
424
+ export interface AzureStorageDataSourceProperties extends AzureStorageProperties {
425
+ }
426
+ export interface TeradataProperties extends DataSourceProperties {
427
+ host?: string;
428
+ }
429
+ export interface TeradataDataSource extends DataSourceBase {
430
+ properties?: TeradataDataSourceProperties;
431
+ kind: "Teradata";
432
+ }
433
+ export interface TeradataDataSourceProperties extends TeradataProperties {
434
+ }
435
+ export interface OracleProperties extends DataSourceProperties {
436
+ host?: string;
437
+ port?: string;
438
+ service?: string;
439
+ }
440
+ export interface OracleDataSource extends DataSourceBase {
441
+ properties?: OracleDataSourceProperties;
442
+ kind: "Oracle";
443
+ }
444
+ export interface OracleDataSourceProperties extends OracleProperties {
445
+ }
446
+ export interface SapS4HanaProperties extends DataSourceProperties {
447
+ applicationServer?: string;
448
+ systemNumber?: string;
449
+ }
450
+ export interface SapS4HanaDataSource extends DataSourceBase {
451
+ properties?: SapS4HanaDataSourceProperties;
452
+ kind: "SapS4Hana";
453
+ }
454
+ export interface SapS4HanaDataSourceProperties extends SapS4HanaProperties {
455
+ }
456
+ export interface SapEccProperties extends DataSourceProperties {
457
+ applicationServer?: string;
458
+ systemNumber?: string;
459
+ }
460
+ export interface SapEccDataSource extends DataSourceBase {
461
+ properties?: SapEccDataSourceProperties;
462
+ kind: "SapEcc";
463
+ }
464
+ export interface SapEccDataSourceProperties extends SapEccProperties {
465
+ }
466
+ export interface PowerBIProperties extends DataSourceProperties {
467
+ tenant?: string;
468
+ }
469
+ export interface PowerBIDataSource extends DataSourceBase {
470
+ properties?: PowerBIDataSourceProperties;
471
+ kind: "PowerBI";
472
+ }
473
+ export interface PowerBIDataSourceProperties extends PowerBIProperties {
474
+ }
475
+ export interface ScanRulesetProperties {
476
+ createdAt?: Date;
477
+ description?: string;
478
+ excludedSystemClassifications?: Array<string>;
479
+ includedCustomClassificationRuleNames?: Array<string>;
480
+ lastModifiedAt?: Date;
481
+ }
482
+ export interface AzureSubscriptionScanRulesetProperties extends ScanRulesetProperties {
483
+ }
484
+ export interface AzureSubscriptionScanRuleset extends ScanRulesetBase {
485
+ properties?: AzureSubscriptionScanRulesetPropertiesAutoGenerated;
486
+ kind: "AzureSubscription";
487
+ }
488
+ export interface AzureSubscriptionScanRulesetPropertiesAutoGenerated extends AzureSubscriptionScanRulesetProperties {
489
+ }
490
+ export interface AzureResourceGroupScanRulesetProperties extends ScanRulesetProperties {
491
+ }
492
+ export interface AzureResourceGroupScanRuleset extends ScanRulesetBase {
493
+ properties?: AzureResourceGroupScanRulesetPropertiesAutoGenerated;
494
+ kind: "AzureResourceGroup";
495
+ }
496
+ export interface AzureResourceGroupScanRulesetPropertiesAutoGenerated extends AzureResourceGroupScanRulesetProperties {
497
+ }
498
+ export interface AzureSynapseWorkspaceScanRulesetProperties extends ScanRulesetProperties {
499
+ }
500
+ export interface AzureSynapseWorkspaceScanRuleset extends ScanRulesetBase {
501
+ properties?: AzureSynapseWorkspaceScanRulesetPropertiesAutoGenerated;
502
+ kind: "AzureSynapseWorkspace";
503
+ }
504
+ export interface AzureSynapseWorkspaceScanRulesetPropertiesAutoGenerated extends AzureSynapseWorkspaceScanRulesetProperties {
505
+ }
506
+ export interface AzureSynapseScanRulesetProperties extends ScanRulesetProperties {
507
+ }
508
+ export interface AzureSynapseScanRuleset extends ScanRulesetBase {
509
+ properties?: AzureSynapseScanRulesetPropertiesAutoGenerated;
510
+ kind: "AzureSynapse";
511
+ }
512
+ export interface AzureSynapseScanRulesetPropertiesAutoGenerated extends AzureSynapseScanRulesetProperties {
513
+ }
514
+ export interface CustomFileType {
515
+ builtInType?: "AVRO" | "ORC" | "PARQUET" | "JSON" | "TXT" | "XML" | "Documents" | "CSV" | "PSV" | "SSV" | "TSV" | "GZ" | "DOC" | "DOCM" | "DOCX" | "DOT" | "ODP" | "ODS" | "ODT" | "PDF" | "POT" | "PPS" | "PPSX" | "PPT" | "PPTM" | "PPTX" | "XLC" | "XLS" | "XLSB" | "XLSM" | "XLSX" | "XLT";
516
+ customDelimiter?: string;
517
+ }
518
+ export interface CustomFileExtension {
519
+ customFileType?: CustomFileExtensionCustomFileType;
520
+ description?: string;
521
+ enabled?: boolean;
522
+ fileExtension?: string;
523
+ }
524
+ export interface CustomFileExtensionCustomFileType extends CustomFileType {
525
+ }
526
+ export interface ScanningRule {
527
+ fileExtensions?: Array<"AVRO" | "ORC" | "PARQUET" | "JSON" | "TXT" | "XML" | "Documents" | "CSV" | "PSV" | "SSV" | "TSV" | "GZ" | "DOC" | "DOCM" | "DOCX" | "DOT" | "ODP" | "ODS" | "ODT" | "PDF" | "POT" | "PPS" | "PPSX" | "PPT" | "PPTM" | "PPTX" | "XLC" | "XLS" | "XLSB" | "XLSM" | "XLSX" | "XLT">;
528
+ customFileExtensions?: Array<CustomFileExtension>;
529
+ }
530
+ export interface ScanningRuleScanRulesetProperties extends ScanRulesetProperties {
531
+ scanningRule?: ScanningRuleScanRulesetPropertiesScanningRule;
532
+ }
533
+ export interface ScanningRuleScanRulesetPropertiesScanningRule extends ScanningRule {
534
+ }
535
+ export interface AdlsGen1ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
536
+ }
537
+ export interface AdlsGen1ScanRuleset extends ScanRulesetBase {
538
+ properties?: AdlsGen1ScanRulesetPropertiesAutoGenerated;
539
+ kind: "AdlsGen1";
540
+ }
541
+ export interface AdlsGen1ScanRulesetPropertiesAutoGenerated extends AdlsGen1ScanRulesetProperties {
542
+ }
543
+ export interface AdlsGen2ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
544
+ }
545
+ export interface AdlsGen2ScanRuleset extends ScanRulesetBase {
546
+ properties?: AdlsGen2ScanRulesetPropertiesAutoGenerated;
547
+ kind: "AdlsGen2";
548
+ }
549
+ export interface AdlsGen2ScanRulesetPropertiesAutoGenerated extends AdlsGen2ScanRulesetProperties {
550
+ }
551
+ export interface AmazonAccountScanRulesetProperties extends ScanRulesetProperties {
552
+ }
553
+ export interface AmazonAccountScanRuleset extends ScanRulesetBase {
554
+ properties?: AmazonAccountScanRulesetPropertiesAutoGenerated;
555
+ kind: "AmazonAccount";
556
+ }
557
+ export interface AmazonAccountScanRulesetPropertiesAutoGenerated extends AmazonAccountScanRulesetProperties {
558
+ }
559
+ export interface AmazonS3ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
560
+ }
561
+ export interface AmazonS3ScanRuleset extends ScanRulesetBase {
562
+ properties?: AmazonS3ScanRulesetPropertiesAutoGenerated;
563
+ kind: "AmazonS3";
564
+ }
565
+ export interface AmazonS3ScanRulesetPropertiesAutoGenerated extends AmazonS3ScanRulesetProperties {
566
+ }
567
+ export interface AmazonSqlScanRulesetProperties extends ScanRulesetProperties {
568
+ }
569
+ export interface AmazonSqlScanRuleset extends ScanRulesetBase {
570
+ properties?: AmazonSqlScanRulesetPropertiesAutoGenerated;
571
+ kind: "AmazonSql";
572
+ }
573
+ export interface AmazonSqlScanRulesetPropertiesAutoGenerated extends AmazonSqlScanRulesetProperties {
574
+ }
575
+ export interface AzureCosmosDbScanRulesetProperties extends ScanRulesetProperties {
576
+ }
577
+ export interface AzureCosmosDbScanRuleset extends ScanRulesetBase {
578
+ properties?: AzureCosmosDbScanRulesetPropertiesAutoGenerated;
579
+ kind: "AzureCosmosDb";
580
+ }
581
+ export interface AzureCosmosDbScanRulesetPropertiesAutoGenerated extends AzureCosmosDbScanRulesetProperties {
582
+ }
583
+ export interface AzureDataExplorerScanRulesetProperties extends ScanRulesetProperties {
584
+ }
585
+ export interface AzureDataExplorerScanRuleset extends ScanRulesetBase {
586
+ properties?: AzureDataExplorerScanRulesetPropertiesAutoGenerated;
587
+ kind: "AzureDataExplorer";
588
+ }
589
+ export interface AzureDataExplorerScanRulesetPropertiesAutoGenerated extends AzureDataExplorerScanRulesetProperties {
590
+ }
591
+ export interface AzureFileServiceScanRulesetProperties extends ScanningRuleScanRulesetProperties {
592
+ }
593
+ export interface AzureFileServiceScanRuleset extends ScanRulesetBase {
594
+ properties?: AzureFileServiceScanRulesetPropertiesAutoGenerated;
595
+ kind: "AzureFileService";
596
+ }
597
+ export interface AzureFileServiceScanRulesetPropertiesAutoGenerated extends AzureFileServiceScanRulesetProperties {
598
+ }
599
+ export interface AzureSqlDatabaseScanRulesetProperties extends ScanRulesetProperties {
600
+ }
601
+ export interface AzureSqlDatabaseScanRuleset extends ScanRulesetBase {
602
+ properties?: AzureSqlDatabaseScanRulesetPropertiesAutoGenerated;
603
+ kind: "AzureSqlDatabase";
604
+ }
605
+ export interface AzureSqlDatabaseScanRulesetPropertiesAutoGenerated extends AzureSqlDatabaseScanRulesetProperties {
606
+ }
607
+ export interface AmazonPostgreSqlScanRulesetProperties extends ScanRulesetProperties {
608
+ }
609
+ export interface AmazonPostgreSqlScanRuleset extends ScanRulesetBase {
610
+ properties?: AmazonPostgreSqlScanRulesetPropertiesAutoGenerated;
611
+ kind: "AmazonPostgreSql";
612
+ }
613
+ export interface AmazonPostgreSqlScanRulesetPropertiesAutoGenerated extends AmazonPostgreSqlScanRulesetProperties {
614
+ }
615
+ export interface AzurePostgreSqlScanRulesetProperties extends ScanRulesetProperties {
616
+ }
617
+ export interface AzurePostgreSqlScanRuleset extends ScanRulesetBase {
618
+ properties?: AzurePostgreSqlScanRulesetPropertiesAutoGenerated;
619
+ kind: "AzurePostgreSql";
620
+ }
621
+ export interface AzurePostgreSqlScanRulesetPropertiesAutoGenerated extends AzurePostgreSqlScanRulesetProperties {
622
+ }
623
+ export interface SqlServerDatabaseScanRulesetProperties extends ScanRulesetProperties {
624
+ }
625
+ export interface SqlServerDatabaseScanRuleset extends ScanRulesetBase {
626
+ properties?: SqlServerDatabaseScanRulesetPropertiesAutoGenerated;
627
+ kind: "SqlServerDatabase";
628
+ }
629
+ export interface SqlServerDatabaseScanRulesetPropertiesAutoGenerated extends SqlServerDatabaseScanRulesetProperties {
630
+ }
631
+ export interface AzureSqlDatabaseManagedInstanceScanRulesetProperties extends ScanRulesetProperties {
632
+ }
633
+ export interface AzureSqlDatabaseManagedInstanceScanRuleset extends ScanRulesetBase {
634
+ properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGenerated;
635
+ kind: "AzureSqlDatabaseManagedInstance";
636
+ }
637
+ export interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGenerated extends AzureSqlDatabaseManagedInstanceScanRulesetProperties {
638
+ }
639
+ export interface AzureSqlDataWarehouseScanRulesetProperties extends ScanRulesetProperties {
640
+ }
641
+ export interface AzureSqlDataWarehouseScanRuleset extends ScanRulesetBase {
642
+ properties?: AzureSqlDataWarehouseScanRulesetPropertiesAutoGenerated;
643
+ kind: "AzureSqlDataWarehouse";
644
+ }
645
+ export interface AzureSqlDataWarehouseScanRulesetPropertiesAutoGenerated extends AzureSqlDataWarehouseScanRulesetProperties {
646
+ }
647
+ export interface AzureMySqlScanRulesetProperties extends ScanRulesetProperties {
648
+ }
649
+ export interface AzureMySqlScanRuleset extends ScanRulesetBase {
650
+ properties?: AzureMySqlScanRulesetPropertiesAutoGenerated;
651
+ kind: "AzureMySql";
652
+ }
653
+ export interface AzureMySqlScanRulesetPropertiesAutoGenerated extends AzureMySqlScanRulesetProperties {
654
+ }
655
+ export interface AzureStorageScanRulesetProperties extends ScanningRuleScanRulesetProperties {
656
+ }
657
+ export interface AzureStorageScanRuleset extends ScanRulesetBase {
658
+ properties?: AzureStorageScanRulesetPropertiesAutoGenerated;
659
+ kind: "AzureStorage";
660
+ }
661
+ export interface AzureStorageScanRulesetPropertiesAutoGenerated extends AzureStorageScanRulesetProperties {
662
+ }
663
+ export interface TeradataScanRulesetProperties extends ScanRulesetProperties {
664
+ }
665
+ export interface TeradataScanRuleset extends ScanRulesetBase {
666
+ properties?: TeradataScanRulesetPropertiesAutoGenerated;
667
+ kind: "Teradata";
668
+ }
669
+ export interface TeradataScanRulesetPropertiesAutoGenerated extends TeradataScanRulesetProperties {
670
+ }
671
+ export interface OracleScanRulesetProperties extends ScanRulesetProperties {
672
+ }
673
+ export interface OracleScanRuleset extends ScanRulesetBase {
674
+ properties?: OracleScanRulesetPropertiesAutoGenerated;
675
+ kind: "Oracle";
676
+ }
677
+ export interface OracleScanRulesetPropertiesAutoGenerated extends OracleScanRulesetProperties {
678
+ }
679
+ export interface SapS4HanaScanRulesetProperties extends ScanRulesetProperties {
680
+ }
681
+ export interface SapS4HanaScanRuleset extends ScanRulesetBase {
682
+ properties?: SapS4HanaScanRulesetPropertiesAutoGenerated;
683
+ kind: "SapS4Hana";
684
+ }
685
+ export interface SapS4HanaScanRulesetPropertiesAutoGenerated extends SapS4HanaScanRulesetProperties {
686
+ }
687
+ export interface SapEccScanRulesetProperties extends ScanRulesetProperties {
688
+ }
689
+ export interface SapEccScanRuleset extends ScanRulesetBase {
690
+ properties?: SapEccScanRulesetPropertiesAutoGenerated;
691
+ kind: "SapEcc";
692
+ }
693
+ export interface SapEccScanRulesetPropertiesAutoGenerated extends SapEccScanRulesetProperties {
694
+ }
695
+ export interface PowerBIScanRulesetProperties extends ScanRulesetProperties {
696
+ }
697
+ export interface PowerBIScanRuleset extends ScanRulesetBase {
698
+ properties?: PowerBIScanRulesetPropertiesAutoGenerated;
699
+ kind: "PowerBI";
700
+ }
701
+ export interface PowerBIScanRulesetPropertiesAutoGenerated extends PowerBIScanRulesetProperties {
702
+ }
703
+ export interface ResourceNameFilter {
704
+ excludePrefixes?: Array<string>;
705
+ includePrefixes?: Array<string>;
706
+ resources?: Array<string>;
707
+ }
708
+ export interface CredentialReference {
709
+ referenceName?: string;
710
+ credentialType?: "AccountKey" | "ServicePrincipal" | "BasicAuth" | "SqlAuth" | "AmazonARN";
711
+ }
712
+ export interface ResourceTypeFilter {
713
+ scanRulesetName?: string;
714
+ scanRulesetType?: "Custom" | "System";
715
+ resourceNameFilter?: ResourceTypeFilterResourceNameFilter;
716
+ credential?: ResourceTypeFilterCredential;
717
+ }
718
+ export interface ResourceTypeFilterResourceNameFilter extends ResourceNameFilter {
719
+ }
720
+ export interface ResourceTypeFilterCredential extends CredentialReference {
721
+ }
722
+ export interface ConnectedVia {
723
+ referenceName?: string;
724
+ }
725
+ export interface ScanProperties {
726
+ scanRulesetName?: string;
727
+ scanRulesetType?: "Custom" | "System";
728
+ collection?: ScanPropertiesCollection;
729
+ workers?: number;
730
+ createdAt?: Date;
731
+ lastModifiedAt?: Date;
732
+ connectedVia?: ScanPropertiesConnectedVia;
733
+ }
734
+ export interface ScanPropertiesCollection extends CollectionReference {
735
+ }
736
+ export interface ScanPropertiesConnectedVia extends ConnectedVia {
737
+ }
738
+ export interface ExpandingResourceScanProperties extends ScanProperties {
739
+ resourceTypes?: ExpandingResourceScanPropertiesResourceTypes;
740
+ credential?: ExpandingResourceScanPropertiesCredential;
741
+ }
742
+ export interface ExpandingResourceScanPropertiesResourceTypes {
743
+ None?: ResourceTypeFilter;
744
+ AzureSubscription?: ResourceTypeFilter;
745
+ AzureResourceGroup?: ResourceTypeFilter;
746
+ AzureSynapseWorkspace?: ResourceTypeFilter;
747
+ AzureSynapse?: ResourceTypeFilter;
748
+ AdlsGen1?: ResourceTypeFilter;
749
+ AdlsGen2?: ResourceTypeFilter;
750
+ AmazonAccount?: ResourceTypeFilter;
751
+ AmazonS3?: ResourceTypeFilter;
752
+ AmazonSql?: ResourceTypeFilter;
753
+ AzureCosmosDb?: ResourceTypeFilter;
754
+ AzureDataExplorer?: ResourceTypeFilter;
755
+ AzureFileService?: ResourceTypeFilter;
756
+ AzureSqlDatabase?: ResourceTypeFilter;
757
+ AmazonPostgreSql?: ResourceTypeFilter;
758
+ AzurePostgreSql?: ResourceTypeFilter;
759
+ SqlServerDatabase?: ResourceTypeFilter;
760
+ AzureSqlDatabaseManagedInstance?: ResourceTypeFilter;
761
+ AzureSqlDataWarehouse?: ResourceTypeFilter;
762
+ AzureMySql?: ResourceTypeFilter;
763
+ AzureStorage?: ResourceTypeFilter;
764
+ Teradata?: ResourceTypeFilter;
765
+ Oracle?: ResourceTypeFilter;
766
+ SapS4Hana?: ResourceTypeFilter;
767
+ SapEcc?: ResourceTypeFilter;
768
+ PowerBI?: ResourceTypeFilter;
769
+ }
770
+ export interface ExpandingResourceScanPropertiesCredential extends CredentialReference {
771
+ }
772
+ export interface AzureSubscriptionCredentialScanProperties extends ExpandingResourceScanProperties {
773
+ }
774
+ export interface AzureSubscriptionCredentialScan extends ScanBase {
775
+ properties?: AzureSubscriptionCredentialScanPropertiesAutoGenerated;
776
+ kind: "AzureSubscriptionCredential";
777
+ }
778
+ export interface AzureSubscriptionCredentialScanPropertiesAutoGenerated extends AzureSubscriptionCredentialScanProperties {
779
+ }
780
+ export interface AzureSubscriptionMsiScanProperties extends ExpandingResourceScanProperties {
781
+ }
782
+ export interface AzureSubscriptionMsiScan extends ScanBase {
783
+ properties?: AzureSubscriptionMsiScanPropertiesAutoGenerated;
784
+ kind: "AzureSubscriptionMsi";
785
+ }
786
+ export interface AzureSubscriptionMsiScanPropertiesAutoGenerated extends AzureSubscriptionMsiScanProperties {
787
+ }
788
+ export interface AzureResourceGroupCredentialScanProperties extends ExpandingResourceScanProperties {
789
+ }
790
+ export interface AzureResourceGroupCredentialScan extends ScanBase {
791
+ properties?: AzureResourceGroupCredentialScanPropertiesAutoGenerated;
792
+ kind: "AzureResourceGroupCredential";
793
+ }
794
+ export interface AzureResourceGroupCredentialScanPropertiesAutoGenerated extends AzureResourceGroupCredentialScanProperties {
795
+ }
796
+ export interface AzureResourceGroupMsiScanProperties extends ExpandingResourceScanProperties {
797
+ }
798
+ export interface AzureResourceGroupMsiScan extends ScanBase {
799
+ properties?: AzureResourceGroupMsiScanPropertiesAutoGenerated;
800
+ kind: "AzureResourceGroupMsi";
801
+ }
802
+ export interface AzureResourceGroupMsiScanPropertiesAutoGenerated extends AzureResourceGroupMsiScanProperties {
803
+ }
804
+ export interface AzureSynapseWorkspaceCredentialScanProperties extends ExpandingResourceScanProperties {
805
+ }
806
+ export interface AzureSynapseWorkspaceCredentialScan extends ScanBase {
807
+ properties?: AzureSynapseWorkspaceCredentialScanPropertiesAutoGenerated;
808
+ kind: "AzureSynapseWorkspaceCredential";
809
+ }
810
+ export interface AzureSynapseWorkspaceCredentialScanPropertiesAutoGenerated extends AzureSynapseWorkspaceCredentialScanProperties {
811
+ }
812
+ export interface AzureSynapseWorkspaceMsiScanProperties extends ExpandingResourceScanProperties {
813
+ }
814
+ export interface AzureSynapseWorkspaceMsiScan extends ScanBase {
815
+ properties?: AzureSynapseWorkspaceMsiScanPropertiesAutoGenerated;
816
+ kind: "AzureSynapseWorkspaceMsi";
817
+ }
818
+ export interface AzureSynapseWorkspaceMsiScanPropertiesAutoGenerated extends AzureSynapseWorkspaceMsiScanProperties {
819
+ }
820
+ export interface AzureSynapseCredentialScanProperties extends ExpandingResourceScanProperties {
821
+ }
822
+ export interface AzureSynapseCredentialScan extends ScanBase {
823
+ properties?: AzureSynapseCredentialScanPropertiesAutoGenerated;
824
+ kind: "AzureSynapseCredential";
825
+ }
826
+ export interface AzureSynapseCredentialScanPropertiesAutoGenerated extends AzureSynapseCredentialScanProperties {
827
+ }
828
+ export interface AzureSynapseMsiScanProperties extends ExpandingResourceScanProperties {
829
+ }
830
+ export interface AzureSynapseMsiScan extends ScanBase {
831
+ properties?: AzureSynapseMsiScanPropertiesAutoGenerated;
832
+ kind: "AzureSynapseMsi";
833
+ }
834
+ export interface AzureSynapseMsiScanPropertiesAutoGenerated extends AzureSynapseMsiScanProperties {
835
+ }
836
+ export interface AdlsGen1CredentialScanProperties extends ScanProperties {
837
+ credential?: AdlsGen1CredentialScanPropertiesCredential;
838
+ }
839
+ export interface AdlsGen1CredentialScanPropertiesCredential extends CredentialReference {
840
+ }
841
+ export interface AdlsGen1CredentialScan extends ScanBase {
842
+ properties?: AdlsGen1CredentialScanPropertiesAutoGenerated;
843
+ kind: "AdlsGen1Credential";
844
+ }
845
+ export interface AdlsGen1CredentialScanPropertiesAutoGenerated extends AdlsGen1CredentialScanProperties {
846
+ }
847
+ export interface AdlsGen1MsiScanProperties extends ScanProperties {
848
+ }
849
+ export interface AdlsGen1MsiScan extends ScanBase {
850
+ properties?: AdlsGen1MsiScanPropertiesAutoGenerated;
851
+ kind: "AdlsGen1Msi";
852
+ }
853
+ export interface AdlsGen1MsiScanPropertiesAutoGenerated extends AdlsGen1MsiScanProperties {
854
+ }
855
+ export interface AdlsGen2CredentialScanProperties extends ScanProperties {
856
+ credential?: AdlsGen2CredentialScanPropertiesCredential;
857
+ }
858
+ export interface AdlsGen2CredentialScanPropertiesCredential extends CredentialReference {
859
+ }
860
+ export interface AdlsGen2CredentialScan extends ScanBase {
861
+ properties?: AdlsGen2CredentialScanPropertiesAutoGenerated;
862
+ kind: "AdlsGen2Credential";
863
+ }
864
+ export interface AdlsGen2CredentialScanPropertiesAutoGenerated extends AdlsGen2CredentialScanProperties {
865
+ }
866
+ export interface AdlsGen2MsiScanProperties extends ScanProperties {
867
+ }
868
+ export interface AdlsGen2MsiScan extends ScanBase {
869
+ properties?: AdlsGen2MsiScanPropertiesAutoGenerated;
870
+ kind: "AdlsGen2Msi";
871
+ }
872
+ export interface AdlsGen2MsiScanPropertiesAutoGenerated extends AdlsGen2MsiScanProperties {
873
+ }
874
+ export interface AmazonAccountCredentialScanProperties extends ExpandingResourceScanProperties {
875
+ }
876
+ export interface AmazonAccountCredentialScan extends ScanBase {
877
+ properties?: AmazonAccountCredentialScanPropertiesAutoGenerated;
878
+ kind: "AmazonAccountCredential";
879
+ }
880
+ export interface AmazonAccountCredentialScanPropertiesAutoGenerated extends AmazonAccountCredentialScanProperties {
881
+ }
882
+ export interface AmazonS3CredentialScanProperties extends ScanProperties {
883
+ credential?: AmazonS3CredentialScanPropertiesCredential;
884
+ roleARN?: string;
885
+ }
886
+ export interface AmazonS3CredentialScanPropertiesCredential extends CredentialReference {
887
+ }
888
+ export interface AmazonS3CredentialScan extends ScanBase {
889
+ properties?: AmazonS3CredentialScanPropertiesAutoGenerated;
890
+ kind: "AmazonS3Credential";
891
+ }
892
+ export interface AmazonS3CredentialScanPropertiesAutoGenerated extends AmazonS3CredentialScanProperties {
893
+ }
894
+ export interface AmazonS3RoleARNScanProperties extends ScanProperties {
895
+ roleARN?: string;
896
+ }
897
+ export interface AmazonS3RoleARNScan extends ScanBase {
898
+ properties?: AmazonS3RoleARNScanPropertiesAutoGenerated;
899
+ kind: "AmazonS3RoleARN";
900
+ }
901
+ export interface AmazonS3RoleARNScanPropertiesAutoGenerated extends AmazonS3RoleARNScanProperties {
902
+ }
903
+ export interface AmazonSqlCredentialScanProperties extends ScanProperties {
904
+ credential?: AmazonSqlCredentialScanPropertiesCredential;
905
+ serverEndpoint?: string;
906
+ databaseName?: string;
907
+ }
908
+ export interface AmazonSqlCredentialScanPropertiesCredential extends CredentialReference {
909
+ }
910
+ export interface AmazonSqlCredentialScan extends ScanBase {
911
+ properties?: AmazonSqlCredentialScanPropertiesAutoGenerated;
912
+ kind: "AmazonSqlCredential";
913
+ }
914
+ export interface AmazonSqlCredentialScanPropertiesAutoGenerated extends AmazonSqlCredentialScanProperties {
915
+ }
916
+ export interface AzureCosmosDbCredentialScanProperties extends ScanProperties {
917
+ credential?: AzureCosmosDbCredentialScanPropertiesCredential;
918
+ databaseName?: string;
919
+ }
920
+ export interface AzureCosmosDbCredentialScanPropertiesCredential extends CredentialReference {
921
+ }
922
+ export interface AzureCosmosDbCredentialScan extends ScanBase {
923
+ properties?: AzureCosmosDbCredentialScanPropertiesAutoGenerated;
924
+ kind: "AzureCosmosDbCredential";
925
+ }
926
+ export interface AzureCosmosDbCredentialScanPropertiesAutoGenerated extends AzureCosmosDbCredentialScanProperties {
927
+ }
928
+ export interface AzureDataExplorerCredentialScanProperties extends ScanProperties {
929
+ credential?: AzureDataExplorerCredentialScanPropertiesCredential;
930
+ database?: string;
931
+ }
932
+ export interface AzureDataExplorerCredentialScanPropertiesCredential extends CredentialReference {
933
+ }
934
+ export interface AzureDataExplorerCredentialScan extends ScanBase {
935
+ properties?: AzureDataExplorerCredentialScanPropertiesAutoGenerated;
936
+ kind: "AzureDataExplorerCredential";
937
+ }
938
+ export interface AzureDataExplorerCredentialScanPropertiesAutoGenerated extends AzureDataExplorerCredentialScanProperties {
939
+ }
940
+ export interface AzureDataExplorerMsiScanProperties extends ScanProperties {
941
+ database?: string;
942
+ }
943
+ export interface AzureDataExplorerMsiScan extends ScanBase {
944
+ properties?: AzureDataExplorerMsiScanPropertiesAutoGenerated;
945
+ kind: "AzureDataExplorerMsi";
946
+ }
947
+ export interface AzureDataExplorerMsiScanPropertiesAutoGenerated extends AzureDataExplorerMsiScanProperties {
948
+ }
949
+ export interface AzureFileServiceCredentialScanProperties extends ScanProperties {
950
+ credential?: AzureFileServiceCredentialScanPropertiesCredential;
951
+ shareName?: string;
952
+ }
953
+ export interface AzureFileServiceCredentialScanPropertiesCredential extends CredentialReference {
954
+ }
955
+ export interface AzureFileServiceCredentialScan extends ScanBase {
956
+ properties?: AzureFileServiceCredentialScanPropertiesAutoGenerated;
957
+ kind: "AzureFileServiceCredential";
958
+ }
959
+ export interface AzureFileServiceCredentialScanPropertiesAutoGenerated extends AzureFileServiceCredentialScanProperties {
960
+ }
961
+ export interface AzureSqlScanProperties extends ScanProperties {
962
+ serverEndpoint?: string;
963
+ databaseName?: string;
964
+ }
965
+ export interface AzureSqlCredentialScanProperties extends AzureSqlScanProperties {
966
+ credential?: AzureSqlCredentialScanPropertiesCredential;
967
+ }
968
+ export interface AzureSqlCredentialScanPropertiesCredential extends CredentialReference {
969
+ }
970
+ export interface AzureSqlDatabaseCredentialScanProperties extends AzureSqlCredentialScanProperties {
971
+ }
972
+ export interface AzureSqlDatabaseCredentialScan extends ScanBase {
973
+ properties?: AzureSqlDatabaseCredentialScanPropertiesAutoGenerated;
974
+ kind: "AzureSqlDatabaseCredential";
975
+ }
976
+ export interface AzureSqlDatabaseCredentialScanPropertiesAutoGenerated extends AzureSqlDatabaseCredentialScanProperties {
977
+ }
978
+ export interface AzureSqlDatabaseMsiScanProperties extends AzureSqlScanProperties {
979
+ }
980
+ export interface AzureSqlDatabaseMsiScan extends ScanBase {
981
+ properties?: AzureSqlDatabaseMsiScanPropertiesAutoGenerated;
982
+ kind: "AzureSqlDatabaseMsi";
983
+ }
984
+ export interface AzureSqlDatabaseMsiScanPropertiesAutoGenerated extends AzureSqlDatabaseMsiScanProperties {
985
+ }
986
+ export interface AmazonPostgreSqlCredentialScanProperties extends ScanProperties {
987
+ credential?: AmazonPostgreSqlCredentialScanPropertiesCredential;
988
+ serverEndpoint?: string;
989
+ databaseName?: string;
990
+ port?: string;
991
+ }
992
+ export interface AmazonPostgreSqlCredentialScanPropertiesCredential extends CredentialReference {
993
+ }
994
+ export interface AmazonPostgreSqlCredentialScan extends ScanBase {
995
+ properties?: AmazonPostgreSqlCredentialScanPropertiesAutoGenerated;
996
+ kind: "AmazonPostgreSqlCredential";
997
+ }
998
+ export interface AmazonPostgreSqlCredentialScanPropertiesAutoGenerated extends AmazonPostgreSqlCredentialScanProperties {
999
+ }
1000
+ export interface AzurePostgreSqlCredentialScanProperties extends ScanProperties {
1001
+ credential?: AzurePostgreSqlCredentialScanPropertiesCredential;
1002
+ serverEndpoint?: string;
1003
+ databaseName?: string;
1004
+ port?: number;
1005
+ sslMode?: number;
1006
+ }
1007
+ export interface AzurePostgreSqlCredentialScanPropertiesCredential extends CredentialReference {
1008
+ }
1009
+ export interface AzurePostgreSqlCredentialScan extends ScanBase {
1010
+ properties?: AzurePostgreSqlCredentialScanPropertiesAutoGenerated;
1011
+ kind: "AzurePostgreSqlCredential";
1012
+ }
1013
+ export interface AzurePostgreSqlCredentialScanPropertiesAutoGenerated extends AzurePostgreSqlCredentialScanProperties {
1014
+ }
1015
+ export interface SqlServerDatabaseCredentialScanProperties extends AzureSqlCredentialScanProperties {
1016
+ }
1017
+ export interface SqlServerDatabaseCredentialScan extends ScanBase {
1018
+ properties?: SqlServerDatabaseCredentialScanPropertiesAutoGenerated;
1019
+ kind: "SqlServerDatabaseCredential";
1020
+ }
1021
+ export interface SqlServerDatabaseCredentialScanPropertiesAutoGenerated extends SqlServerDatabaseCredentialScanProperties {
1022
+ }
1023
+ export interface AzureSqlDatabaseManagedInstanceCredentialScanProperties extends AzureSqlCredentialScanProperties {
1024
+ }
1025
+ export interface AzureSqlDatabaseManagedInstanceCredentialScan extends ScanBase {
1026
+ properties?: AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGenerated;
1027
+ kind: "AzureSqlDatabaseManagedInstanceCredential";
1028
+ }
1029
+ export interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGenerated extends AzureSqlDatabaseManagedInstanceCredentialScanProperties {
1030
+ }
1031
+ export interface AzureSqlDatabaseManagedInstanceMsiScanProperties extends AzureSqlScanProperties {
1032
+ }
1033
+ export interface AzureSqlDatabaseManagedInstanceMsiScan extends ScanBase {
1034
+ properties?: AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGenerated;
1035
+ kind: "AzureSqlDatabaseManagedInstanceMsi";
1036
+ }
1037
+ export interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGenerated extends AzureSqlDatabaseManagedInstanceMsiScanProperties {
1038
+ }
1039
+ export interface AzureSqlDataWarehouseCredentialScanProperties extends AzureSqlCredentialScanProperties {
1040
+ }
1041
+ export interface AzureSqlDataWarehouseCredentialScan extends ScanBase {
1042
+ properties?: AzureSqlDataWarehouseCredentialScanPropertiesAutoGenerated;
1043
+ kind: "AzureSqlDataWarehouseCredential";
1044
+ }
1045
+ export interface AzureSqlDataWarehouseCredentialScanPropertiesAutoGenerated extends AzureSqlDataWarehouseCredentialScanProperties {
1046
+ }
1047
+ export interface AzureSqlDataWarehouseMsiScanProperties extends AzureSqlScanProperties {
1048
+ }
1049
+ export interface AzureSqlDataWarehouseMsiScan extends ScanBase {
1050
+ properties?: AzureSqlDataWarehouseMsiScanPropertiesAutoGenerated;
1051
+ kind: "AzureSqlDataWarehouseMsi";
1052
+ }
1053
+ export interface AzureSqlDataWarehouseMsiScanPropertiesAutoGenerated extends AzureSqlDataWarehouseMsiScanProperties {
1054
+ }
1055
+ export interface AzureMySqlScanProperties extends ScanProperties {
1056
+ serverEndpoint?: string;
1057
+ port?: number;
1058
+ databaseName?: string;
1059
+ credential?: AzureMySqlScanPropertiesCredential;
1060
+ }
1061
+ export interface AzureMySqlScanPropertiesCredential extends CredentialReference {
1062
+ }
1063
+ export interface AzureMySqlCredentialScanProperties extends AzureMySqlScanProperties {
1064
+ }
1065
+ export interface AzureMySqlCredentialScan extends ScanBase {
1066
+ properties?: AzureMySqlCredentialScanPropertiesAutoGenerated;
1067
+ kind: "AzureMySqlCredential";
1068
+ }
1069
+ export interface AzureMySqlCredentialScanPropertiesAutoGenerated extends AzureMySqlCredentialScanProperties {
1070
+ }
1071
+ export interface MitiScanProperties extends ScanProperties {
1072
+ maximumMemoryAllowedInGb?: string;
1073
+ mitiCache?: string;
1074
+ }
1075
+ export interface AzureStorageCredentialScanProperties extends ScanProperties {
1076
+ credential?: AzureStorageCredentialScanPropertiesCredential;
1077
+ }
1078
+ export interface AzureStorageCredentialScanPropertiesCredential extends CredentialReference {
1079
+ }
1080
+ export interface AzureStorageCredentialScan extends ScanBase {
1081
+ properties?: AzureStorageCredentialScanPropertiesAutoGenerated;
1082
+ kind: "AzureStorageCredential";
1083
+ }
1084
+ export interface AzureStorageCredentialScanPropertiesAutoGenerated extends AzureStorageCredentialScanProperties {
1085
+ }
1086
+ export interface AzureStorageMsiScanProperties extends ScanProperties {
1087
+ }
1088
+ export interface AzureStorageMsiScan extends ScanBase {
1089
+ properties?: AzureStorageMsiScanPropertiesAutoGenerated;
1090
+ kind: "AzureStorageMsi";
1091
+ }
1092
+ export interface AzureStorageMsiScanPropertiesAutoGenerated extends AzureStorageMsiScanProperties {
1093
+ }
1094
+ export interface TeradataCredentialScanProperties extends MitiScanProperties {
1095
+ credential?: TeradataCredentialScanPropertiesCredential;
1096
+ schema?: string;
1097
+ driverLocation?: string;
1098
+ }
1099
+ export interface TeradataCredentialScanPropertiesCredential extends CredentialReference {
1100
+ }
1101
+ export interface TeradataCredentialScan extends ScanBase {
1102
+ properties?: TeradataCredentialScanPropertiesAutoGenerated;
1103
+ kind: "TeradataTeradataCredential";
1104
+ }
1105
+ export interface TeradataCredentialScanPropertiesAutoGenerated extends TeradataCredentialScanProperties {
1106
+ }
1107
+ export interface TeradataUserPassScanProperties extends ScanProperties {
1108
+ username?: string;
1109
+ password?: string;
1110
+ }
1111
+ export interface TeradataUserPassScan extends ScanBase {
1112
+ properties?: TeradataUserPassScanPropertiesAutoGenerated;
1113
+ kind: "TeradataUserPass";
1114
+ }
1115
+ export interface TeradataUserPassScanPropertiesAutoGenerated extends TeradataUserPassScanProperties {
1116
+ }
1117
+ export interface TeradataUserPassScanPropertiesAutoGenerated2 extends MitiScanProperties {
1118
+ username?: string;
1119
+ password?: string;
1120
+ schema?: string;
1121
+ driverLocation?: string;
1122
+ }
1123
+ export interface TeradataUserPassScanAutoGenerated extends ScanBase {
1124
+ properties?: TeradataUserPassScanPropertiesAutoGenerated3;
1125
+ kind: "TeradataTeradataUserPass";
1126
+ }
1127
+ export interface TeradataUserPassScanPropertiesAutoGenerated3 extends TeradataUserPassScanPropertiesAutoGenerated2 {
1128
+ }
1129
+ export interface OracleCredentialScanProperties extends MitiScanProperties {
1130
+ credential?: OracleCredentialScanPropertiesCredential;
1131
+ schema?: string;
1132
+ driverLocation?: string;
1133
+ }
1134
+ export interface OracleCredentialScanPropertiesCredential extends CredentialReference {
1135
+ }
1136
+ export interface OracleCredentialScan extends ScanBase {
1137
+ properties?: OracleCredentialScanPropertiesAutoGenerated;
1138
+ kind: "OracleOracleCredential";
1139
+ }
1140
+ export interface OracleCredentialScanPropertiesAutoGenerated extends OracleCredentialScanProperties {
1141
+ }
1142
+ export interface OracleUserPassScanProperties extends MitiScanProperties {
1143
+ username?: string;
1144
+ password?: string;
1145
+ schema?: string;
1146
+ driverLocation?: string;
1147
+ }
1148
+ export interface OracleUserPassScan extends ScanBase {
1149
+ properties?: OracleUserPassScanPropertiesAutoGenerated;
1150
+ kind: "OracleOracleUserPass";
1151
+ }
1152
+ export interface OracleUserPassScanPropertiesAutoGenerated extends OracleUserPassScanProperties {
1153
+ }
1154
+ export interface SapS4HanaSapS4HanaCredentialScanProperties extends MitiScanProperties {
1155
+ clientId?: string;
1156
+ credential?: SapS4HanaSapS4HanaCredentialScanPropertiesCredential;
1157
+ jCoLibraryPath?: string;
1158
+ }
1159
+ export interface SapS4HanaSapS4HanaCredentialScanPropertiesCredential extends CredentialReference {
1160
+ }
1161
+ export interface SapS4HanaSapS4HanaCredentialScan extends ScanBase {
1162
+ properties?: SapS4HanaSapS4HanaCredentialScanPropertiesAutoGenerated;
1163
+ kind: "SapS4HanaSapS4HanaCredential";
1164
+ }
1165
+ export interface SapS4HanaSapS4HanaCredentialScanPropertiesAutoGenerated extends SapS4HanaSapS4HanaCredentialScanProperties {
1166
+ }
1167
+ export interface SapS4HanaSapS4HanaUserPassScanProperties extends MitiScanProperties {
1168
+ clientId?: string;
1169
+ username?: string;
1170
+ password?: string;
1171
+ jCoLibraryPath?: string;
1172
+ }
1173
+ export interface SapS4HanaSapS4HanaUserPassScan extends ScanBase {
1174
+ properties?: SapS4HanaSapS4HanaUserPassScanPropertiesAutoGenerated;
1175
+ kind: "SapS4HanaSapS4HanaUserPass";
1176
+ }
1177
+ export interface SapS4HanaSapS4HanaUserPassScanPropertiesAutoGenerated extends SapS4HanaSapS4HanaUserPassScanProperties {
1178
+ }
1179
+ export interface SapEccCredentialScanProperties extends MitiScanProperties {
1180
+ clientId?: string;
1181
+ credential?: SapEccCredentialScanPropertiesCredential;
1182
+ jCoLibraryPath?: string;
1183
+ }
1184
+ export interface SapEccCredentialScanPropertiesCredential extends CredentialReference {
1185
+ }
1186
+ export interface SapEccCredentialScan extends ScanBase {
1187
+ properties?: SapEccCredentialScanPropertiesAutoGenerated;
1188
+ kind: "SapEccSapEccCredential";
1189
+ }
1190
+ export interface SapEccCredentialScanPropertiesAutoGenerated extends SapEccCredentialScanProperties {
1191
+ }
1192
+ export interface SapEccUserPassScanProperties extends MitiScanProperties {
1193
+ clientId?: string;
1194
+ username?: string;
1195
+ password?: string;
1196
+ jCoLibraryPath?: string;
1197
+ }
1198
+ export interface SapEccUserPassScan extends ScanBase {
1199
+ properties?: SapEccUserPassScanPropertiesAutoGenerated;
1200
+ kind: "SapEccSapEccUserPass";
1201
+ }
1202
+ export interface SapEccUserPassScanPropertiesAutoGenerated extends SapEccUserPassScanProperties {
1203
+ }
1204
+ export interface PowerBIDelegatedScanProperties extends ScanProperties {
1205
+ tenant?: string;
1206
+ authenticationType?: string;
1207
+ clientId?: string;
1208
+ userName?: string;
1209
+ password?: string;
1210
+ includePersonalWorkspaces?: boolean;
1211
+ }
1212
+ export interface PowerBIDelegatedScan extends ScanBase {
1213
+ properties?: PowerBIDelegatedScanPropertiesAutoGenerated;
1214
+ kind: "PowerBIDelegated";
1215
+ }
1216
+ export interface PowerBIDelegatedScanPropertiesAutoGenerated extends PowerBIDelegatedScanProperties {
1217
+ }
1218
+ export interface PowerBIMsiScanProperties extends ScanProperties {
1219
+ includePersonalWorkspaces?: boolean;
1220
+ }
1221
+ export interface PowerBIMsiScan extends ScanBase {
1222
+ properties?: PowerBIMsiScanPropertiesAutoGenerated;
1223
+ kind: "PowerBIMsi";
1224
+ }
1225
+ export interface PowerBIMsiScanPropertiesAutoGenerated extends PowerBIMsiScanProperties {
1226
+ }
1227
+ export interface AzureSubscriptionSystemScanRuleset extends SystemScanRulesetBase {
1228
+ properties?: AzureSubscriptionSystemScanRulesetProperties;
1229
+ kind: "None";
1230
+ }
1231
+ export interface AzureSubscriptionSystemScanRulesetProperties extends AzureSubscriptionScanRulesetProperties {
1232
+ }
1233
+ export interface AzureResourceGroupSystemScanRuleset extends SystemScanRulesetBase {
1234
+ properties?: AzureResourceGroupSystemScanRulesetProperties;
1235
+ kind: "None";
1236
+ }
1237
+ export interface AzureResourceGroupSystemScanRulesetProperties extends AzureResourceGroupScanRulesetProperties {
1238
+ }
1239
+ export interface AzureSynapseWorkspaceSystemScanRuleset extends SystemScanRulesetBase {
1240
+ properties?: AzureSynapseWorkspaceSystemScanRulesetProperties;
1241
+ kind: "None";
1242
+ }
1243
+ export interface AzureSynapseWorkspaceSystemScanRulesetProperties extends AzureSynapseWorkspaceScanRulesetProperties {
1244
+ }
1245
+ export interface AzureSynapseSystemScanRuleset extends SystemScanRulesetBase {
1246
+ properties?: AzureSynapseSystemScanRulesetProperties;
1247
+ kind: "None";
1248
+ }
1249
+ export interface AzureSynapseSystemScanRulesetProperties extends AzureSynapseScanRulesetProperties {
1250
+ }
1251
+ export interface AdlsGen1SystemScanRuleset extends SystemScanRulesetBase {
1252
+ properties?: AdlsGen1SystemScanRulesetProperties;
1253
+ kind: "None";
1254
+ }
1255
+ export interface AdlsGen1SystemScanRulesetProperties extends AdlsGen1ScanRulesetProperties {
1256
+ }
1257
+ export interface AdlsGen2SystemScanRuleset extends SystemScanRulesetBase {
1258
+ properties?: AdlsGen2SystemScanRulesetProperties;
1259
+ kind: "None";
1260
+ }
1261
+ export interface AdlsGen2SystemScanRulesetProperties extends AdlsGen2ScanRulesetProperties {
1262
+ }
1263
+ export interface AmazonAccountSystemScanRuleset extends SystemScanRulesetBase {
1264
+ properties?: AmazonAccountSystemScanRulesetProperties;
1265
+ kind: "None";
1266
+ }
1267
+ export interface AmazonAccountSystemScanRulesetProperties extends AmazonAccountScanRulesetProperties {
1268
+ }
1269
+ export interface AmazonS3SystemScanRuleset extends SystemScanRulesetBase {
1270
+ properties?: AmazonS3SystemScanRulesetProperties;
1271
+ kind: "None";
1272
+ }
1273
+ export interface AmazonS3SystemScanRulesetProperties extends AmazonS3ScanRulesetProperties {
1274
+ }
1275
+ export interface AmazonSqlSystemScanRuleset extends SystemScanRulesetBase {
1276
+ properties?: AmazonSqlSystemScanRulesetProperties;
1277
+ kind: "None";
1278
+ }
1279
+ export interface AmazonSqlSystemScanRulesetProperties extends AmazonSqlScanRulesetProperties {
1280
+ }
1281
+ export interface AzureCosmosDbSystemScanRuleset extends SystemScanRulesetBase {
1282
+ properties?: AzureCosmosDbSystemScanRulesetProperties;
1283
+ kind: "None";
1284
+ }
1285
+ export interface AzureCosmosDbSystemScanRulesetProperties extends AzureCosmosDbScanRulesetProperties {
1286
+ }
1287
+ export interface AzureDataExplorerSystemScanRuleset extends SystemScanRulesetBase {
1288
+ properties?: AzureDataExplorerSystemScanRulesetProperties;
1289
+ kind: "None";
1290
+ }
1291
+ export interface AzureDataExplorerSystemScanRulesetProperties extends AzureDataExplorerScanRulesetProperties {
1292
+ }
1293
+ export interface AzureFileServiceSystemScanRuleset extends SystemScanRulesetBase {
1294
+ properties?: AzureFileServiceSystemScanRulesetProperties;
1295
+ kind: "None";
1296
+ }
1297
+ export interface AzureFileServiceSystemScanRulesetProperties extends AzureFileServiceScanRulesetProperties {
1298
+ }
1299
+ export interface AzureSqlDatabaseSystemScanRuleset extends SystemScanRulesetBase {
1300
+ properties?: AzureSqlDatabaseSystemScanRulesetProperties;
1301
+ kind: "None";
1302
+ }
1303
+ export interface AzureSqlDatabaseSystemScanRulesetProperties extends AzureSqlDatabaseScanRulesetProperties {
1304
+ }
1305
+ export interface AmazonPostgreSqlSystemScanRuleset extends SystemScanRulesetBase {
1306
+ properties?: AmazonPostgreSqlSystemScanRulesetProperties;
1307
+ kind: "None";
1308
+ }
1309
+ export interface AmazonPostgreSqlSystemScanRulesetProperties extends AmazonPostgreSqlScanRulesetProperties {
1310
+ }
1311
+ export interface AzurePostgreSqlSystemScanRuleset extends SystemScanRulesetBase {
1312
+ properties?: AzurePostgreSqlSystemScanRulesetProperties;
1313
+ kind: "None";
1314
+ }
1315
+ export interface AzurePostgreSqlSystemScanRulesetProperties extends AzurePostgreSqlScanRulesetProperties {
1316
+ }
1317
+ export interface SqlServerDatabaseSystemScanRuleset extends SystemScanRulesetBase {
1318
+ properties?: SqlServerDatabaseSystemScanRulesetProperties;
1319
+ kind: "None";
1320
+ }
1321
+ export interface SqlServerDatabaseSystemScanRulesetProperties extends SqlServerDatabaseScanRulesetProperties {
1322
+ }
1323
+ export interface AzureSqlDatabaseManagedInstanceSystemScanRuleset extends SystemScanRulesetBase {
1324
+ properties?: AzureSqlDatabaseManagedInstanceSystemScanRulesetProperties;
1325
+ kind: "None";
1326
+ }
1327
+ export interface AzureSqlDatabaseManagedInstanceSystemScanRulesetProperties extends AzureSqlDatabaseManagedInstanceScanRulesetProperties {
1328
+ }
1329
+ export interface AzureSqlDataWarehouseSystemScanRuleset extends SystemScanRulesetBase {
1330
+ properties?: AzureSqlDataWarehouseSystemScanRulesetProperties;
1331
+ kind: "None";
1332
+ }
1333
+ export interface AzureSqlDataWarehouseSystemScanRulesetProperties extends AzureSqlDataWarehouseScanRulesetProperties {
1334
+ }
1335
+ export interface AzureMySqlSystemScanRuleset extends SystemScanRulesetBase {
1336
+ properties?: AzureMySqlSystemScanRulesetProperties;
1337
+ kind: "None";
1338
+ }
1339
+ export interface AzureMySqlSystemScanRulesetProperties extends AzureMySqlScanRulesetProperties {
1340
+ }
1341
+ export interface AzureStorageSystemScanRuleset extends SystemScanRulesetBase {
1342
+ properties?: AzureStorageSystemScanRulesetProperties;
1343
+ kind: "None";
1344
+ }
1345
+ export interface AzureStorageSystemScanRulesetProperties extends AzureStorageScanRulesetProperties {
1346
+ }
1347
+ export interface TeradataSystemScanRuleset extends SystemScanRulesetBase {
1348
+ properties?: TeradataSystemScanRulesetProperties;
1349
+ kind: "None";
1350
+ }
1351
+ export interface TeradataSystemScanRulesetProperties extends TeradataScanRulesetProperties {
1352
+ }
1353
+ export interface OracleSystemScanRuleset extends SystemScanRulesetBase {
1354
+ properties?: OracleSystemScanRulesetProperties;
1355
+ kind: "None";
1356
+ }
1357
+ export interface OracleSystemScanRulesetProperties extends OracleScanRulesetProperties {
1358
+ }
1359
+ export interface SapS4HanaSystemScanRuleset extends SystemScanRulesetBase {
1360
+ properties?: SapS4HanaSystemScanRulesetProperties;
1361
+ kind: "None";
1362
+ }
1363
+ export interface SapS4HanaSystemScanRulesetProperties extends SapS4HanaScanRulesetProperties {
1364
+ }
1365
+ export interface SapEccSystemScanRuleset extends SystemScanRulesetBase {
1366
+ properties?: SapEccSystemScanRulesetProperties;
1367
+ kind: "None";
1368
+ }
1369
+ export interface SapEccSystemScanRulesetProperties extends SapEccScanRulesetProperties {
1370
+ }
1371
+ export interface PowerBISystemScanRuleset extends SystemScanRulesetBase {
1372
+ properties?: PowerBISystemScanRulesetProperties;
1373
+ kind: "None";
1374
+ }
1375
+ export interface PowerBISystemScanRulesetProperties extends PowerBIScanRulesetProperties {
1376
+ }
1377
+ export type ClassificationRule = ClassificationRuleBase | SystemClassificationRule | CustomClassificationRule;
1378
+ export type DataSource = DataSourceBase | AzureSubscriptionDataSource | AzureResourceGroupDataSource | AzureSynapseWorkspaceDataSource | AzureSynapseDataSource | AdlsGen1DataSource | AdlsGen2DataSource | AmazonAccountDataSource | AmazonS3DataSource | AmazonSqlDataSource | AzureCosmosDbDataSource | AzureDataExplorerDataSource | AzureFileServiceDataSource | AzureSqlDatabaseDataSource | AmazonPostgreSqlDataSource | AzurePostgreSqlDataSource | SqlServerDatabaseDataSource | AzureSqlDatabaseManagedInstanceDataSource | AzureSqlDataWarehouseDataSource | AzureMySqlDataSource | AzureStorageDataSource | TeradataDataSource | OracleDataSource | SapS4HanaDataSource | SapEccDataSource | PowerBIDataSource;
1379
+ export type Scan = ScanBase | AzureSubscriptionCredentialScan | AzureSubscriptionMsiScan | AzureResourceGroupCredentialScan | AzureResourceGroupMsiScan | AzureSynapseWorkspaceCredentialScan | AzureSynapseWorkspaceMsiScan | AzureSynapseCredentialScan | AzureSynapseMsiScan | AdlsGen1CredentialScan | AdlsGen1MsiScan | AdlsGen2CredentialScan | AdlsGen2MsiScan | AmazonAccountCredentialScan | AmazonS3CredentialScan | AmazonS3RoleARNScan | AmazonSqlCredentialScan | AzureCosmosDbCredentialScan | AzureDataExplorerCredentialScan | AzureDataExplorerMsiScan | AzureFileServiceCredentialScan | AzureSqlDatabaseCredentialScan | AzureSqlDatabaseMsiScan | AmazonPostgreSqlCredentialScan | AzurePostgreSqlCredentialScan | SqlServerDatabaseCredentialScan | AzureSqlDatabaseManagedInstanceCredentialScan | AzureSqlDatabaseManagedInstanceMsiScan | AzureSqlDataWarehouseCredentialScan | AzureSqlDataWarehouseMsiScan | AzureMySqlCredentialScan | AzureStorageCredentialScan | AzureStorageMsiScan | TeradataCredentialScan | TeradataUserPassScan | TeradataUserPassScanAutoGenerated | OracleCredentialScan | OracleUserPassScan | SapS4HanaSapS4HanaCredentialScan | SapS4HanaSapS4HanaUserPassScan | SapEccCredentialScan | SapEccUserPassScan | PowerBIDelegatedScan | PowerBIMsiScan;
1380
+ export type ScanRuleset = ScanRulesetBase | AzureSubscriptionScanRuleset | AzureResourceGroupScanRuleset | AzureSynapseWorkspaceScanRuleset | AzureSynapseScanRuleset | AdlsGen1ScanRuleset | AdlsGen2ScanRuleset | AmazonAccountScanRuleset | AmazonS3ScanRuleset | AmazonSqlScanRuleset | AzureCosmosDbScanRuleset | AzureDataExplorerScanRuleset | AzureFileServiceScanRuleset | AzureSqlDatabaseScanRuleset | AmazonPostgreSqlScanRuleset | AzurePostgreSqlScanRuleset | SqlServerDatabaseScanRuleset | AzureSqlDatabaseManagedInstanceScanRuleset | AzureSqlDataWarehouseScanRuleset | AzureMySqlScanRuleset | AzureStorageScanRuleset | TeradataScanRuleset | OracleScanRuleset | SapS4HanaScanRuleset | SapEccScanRuleset | PowerBIScanRuleset;
1381
+ export type SystemScanRuleset = SystemScanRulesetBase | AzureSubscriptionSystemScanRuleset | AzureResourceGroupSystemScanRuleset | AzureSynapseWorkspaceSystemScanRuleset | AzureSynapseSystemScanRuleset | AdlsGen1SystemScanRuleset | AdlsGen2SystemScanRuleset | AmazonAccountSystemScanRuleset | AmazonS3SystemScanRuleset | AmazonSqlSystemScanRuleset | AzureCosmosDbSystemScanRuleset | AzureDataExplorerSystemScanRuleset | AzureFileServiceSystemScanRuleset | AzureSqlDatabaseSystemScanRuleset | AmazonPostgreSqlSystemScanRuleset | AzurePostgreSqlSystemScanRuleset | SqlServerDatabaseSystemScanRuleset | AzureSqlDatabaseManagedInstanceSystemScanRuleset | AzureSqlDataWarehouseSystemScanRuleset | AzureMySqlSystemScanRuleset | AzureStorageSystemScanRuleset | TeradataSystemScanRuleset | OracleSystemScanRuleset | SapS4HanaSystemScanRuleset | SapEccSystemScanRuleset | PowerBISystemScanRuleset;
1382
+ export type ClassificationRulePattern = RegexClassificationRulePattern;
1383
+ //# sourceMappingURL=models.d.ts.map