@azure-rest/purview-scanning 1.0.0-beta.1 → 1.0.0-beta.3

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 (198) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +31 -20
  3. package/dist/browser/clientDefinitions.d.ts +277 -0
  4. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  5. package/dist/browser/clientDefinitions.js +4 -0
  6. package/dist/browser/clientDefinitions.js.map +1 -0
  7. package/dist/browser/index.d.ts +12 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +14 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/isUnexpected.d.ts +60 -0
  12. package/dist/browser/isUnexpected.d.ts.map +1 -0
  13. package/dist/browser/isUnexpected.js +136 -0
  14. package/dist/browser/isUnexpected.js.map +1 -0
  15. package/dist/browser/logger.d.ts +2 -0
  16. package/dist/browser/logger.d.ts.map +1 -0
  17. package/dist/browser/logger.js +5 -0
  18. package/dist/browser/logger.js.map +1 -0
  19. package/dist/browser/models.d.ts +1978 -0
  20. package/dist/browser/models.d.ts.map +1 -0
  21. package/dist/browser/models.js +4 -0
  22. package/dist/browser/models.js.map +1 -0
  23. package/dist/browser/outputModels.d.ts +2269 -0
  24. package/dist/browser/outputModels.d.ts.map +1 -0
  25. package/dist/browser/outputModels.js +4 -0
  26. package/dist/browser/outputModels.js.map +1 -0
  27. package/dist/browser/package.json +3 -0
  28. package/dist/browser/paginateHelper.d.ts +68 -0
  29. package/dist/browser/paginateHelper.d.ts.map +1 -0
  30. package/dist/browser/paginateHelper.js +167 -0
  31. package/dist/browser/paginateHelper.js.map +1 -0
  32. package/dist/browser/parameters.d.ts +202 -0
  33. package/dist/browser/parameters.d.ts.map +1 -0
  34. package/dist/browser/parameters.js +4 -0
  35. package/dist/browser/parameters.js.map +1 -0
  36. package/dist/browser/pollingHelper.d.ts +76 -0
  37. package/dist/browser/pollingHelper.d.ts.map +1 -0
  38. package/dist/browser/pollingHelper.js +104 -0
  39. package/dist/browser/pollingHelper.js.map +1 -0
  40. package/dist/browser/purviewScanningRestClient.d.ts +16 -0
  41. package/dist/browser/purviewScanningRestClient.d.ts.map +1 -0
  42. package/dist/browser/purviewScanningRestClient.js +43 -0
  43. package/dist/browser/purviewScanningRestClient.js.map +1 -0
  44. package/dist/browser/responses.d.ts +940 -0
  45. package/dist/browser/responses.d.ts.map +1 -0
  46. package/dist/browser/responses.js +4 -0
  47. package/dist/browser/responses.js.map +1 -0
  48. package/dist/commonjs/clientDefinitions.d.ts +277 -0
  49. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  50. package/dist/commonjs/clientDefinitions.js +5 -0
  51. package/dist/commonjs/clientDefinitions.js.map +1 -0
  52. package/dist/commonjs/index.d.ts +12 -0
  53. package/dist/commonjs/index.d.ts.map +1 -0
  54. package/dist/commonjs/index.js +17 -0
  55. package/dist/commonjs/index.js.map +1 -0
  56. package/dist/commonjs/isUnexpected.d.ts +60 -0
  57. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  58. package/dist/commonjs/isUnexpected.js +139 -0
  59. package/dist/commonjs/isUnexpected.js.map +1 -0
  60. package/dist/commonjs/logger.d.ts +2 -0
  61. package/dist/commonjs/logger.d.ts.map +1 -0
  62. package/dist/commonjs/logger.js +8 -0
  63. package/dist/commonjs/logger.js.map +1 -0
  64. package/dist/commonjs/models.d.ts +1978 -0
  65. package/dist/commonjs/models.d.ts.map +1 -0
  66. package/dist/commonjs/models.js +5 -0
  67. package/dist/commonjs/models.js.map +1 -0
  68. package/dist/commonjs/outputModels.d.ts +2269 -0
  69. package/dist/commonjs/outputModels.d.ts.map +1 -0
  70. package/dist/commonjs/outputModels.js +5 -0
  71. package/dist/commonjs/outputModels.js.map +1 -0
  72. package/dist/commonjs/package.json +3 -0
  73. package/dist/commonjs/paginateHelper.d.ts +68 -0
  74. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  75. package/dist/commonjs/paginateHelper.js +170 -0
  76. package/dist/commonjs/paginateHelper.js.map +1 -0
  77. package/dist/commonjs/parameters.d.ts +202 -0
  78. package/dist/commonjs/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/parameters.js +5 -0
  80. package/dist/commonjs/parameters.js.map +1 -0
  81. package/dist/commonjs/pollingHelper.d.ts +76 -0
  82. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  83. package/dist/commonjs/pollingHelper.js +107 -0
  84. package/dist/commonjs/pollingHelper.js.map +1 -0
  85. package/dist/commonjs/purviewScanningRestClient.d.ts +16 -0
  86. package/dist/commonjs/purviewScanningRestClient.d.ts.map +1 -0
  87. package/dist/commonjs/purviewScanningRestClient.js +46 -0
  88. package/dist/commonjs/purviewScanningRestClient.js.map +1 -0
  89. package/dist/commonjs/responses.d.ts +940 -0
  90. package/dist/commonjs/responses.d.ts.map +1 -0
  91. package/dist/commonjs/responses.js +5 -0
  92. package/dist/commonjs/responses.js.map +1 -0
  93. package/dist/commonjs/tsdoc-metadata.json +11 -0
  94. package/dist/esm/clientDefinitions.d.ts +277 -0
  95. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  96. package/dist/esm/clientDefinitions.js +4 -0
  97. package/dist/esm/clientDefinitions.js.map +1 -0
  98. package/dist/esm/index.d.ts +12 -0
  99. package/dist/esm/index.d.ts.map +1 -0
  100. package/dist/esm/index.js +14 -0
  101. package/dist/esm/index.js.map +1 -0
  102. package/dist/esm/isUnexpected.d.ts +60 -0
  103. package/dist/esm/isUnexpected.d.ts.map +1 -0
  104. package/dist/esm/isUnexpected.js +136 -0
  105. package/dist/esm/isUnexpected.js.map +1 -0
  106. package/dist/esm/logger.d.ts +2 -0
  107. package/dist/esm/logger.d.ts.map +1 -0
  108. package/dist/esm/logger.js +5 -0
  109. package/dist/esm/logger.js.map +1 -0
  110. package/dist/esm/models.d.ts +1978 -0
  111. package/dist/esm/models.d.ts.map +1 -0
  112. package/dist/esm/models.js +4 -0
  113. package/dist/esm/models.js.map +1 -0
  114. package/dist/esm/outputModels.d.ts +2269 -0
  115. package/dist/esm/outputModels.d.ts.map +1 -0
  116. package/dist/esm/outputModels.js +4 -0
  117. package/dist/esm/outputModels.js.map +1 -0
  118. package/dist/esm/package.json +3 -0
  119. package/dist/esm/paginateHelper.d.ts +68 -0
  120. package/dist/esm/paginateHelper.d.ts.map +1 -0
  121. package/dist/esm/paginateHelper.js +167 -0
  122. package/dist/esm/paginateHelper.js.map +1 -0
  123. package/dist/esm/parameters.d.ts +202 -0
  124. package/dist/esm/parameters.d.ts.map +1 -0
  125. package/dist/esm/parameters.js +4 -0
  126. package/dist/esm/parameters.js.map +1 -0
  127. package/dist/esm/pollingHelper.d.ts +76 -0
  128. package/dist/esm/pollingHelper.d.ts.map +1 -0
  129. package/dist/esm/pollingHelper.js +104 -0
  130. package/dist/esm/pollingHelper.js.map +1 -0
  131. package/dist/esm/purviewScanningRestClient.d.ts +16 -0
  132. package/dist/esm/purviewScanningRestClient.d.ts.map +1 -0
  133. package/dist/esm/purviewScanningRestClient.js +43 -0
  134. package/dist/esm/purviewScanningRestClient.js.map +1 -0
  135. package/dist/esm/responses.d.ts +940 -0
  136. package/dist/esm/responses.d.ts.map +1 -0
  137. package/dist/esm/responses.js +4 -0
  138. package/dist/esm/responses.js.map +1 -0
  139. package/dist/react-native/clientDefinitions.d.ts +277 -0
  140. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  141. package/dist/react-native/clientDefinitions.js +4 -0
  142. package/dist/react-native/clientDefinitions.js.map +1 -0
  143. package/dist/react-native/index.d.ts +12 -0
  144. package/dist/react-native/index.d.ts.map +1 -0
  145. package/dist/react-native/index.js +14 -0
  146. package/dist/react-native/index.js.map +1 -0
  147. package/dist/react-native/isUnexpected.d.ts +60 -0
  148. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  149. package/dist/react-native/isUnexpected.js +136 -0
  150. package/dist/react-native/isUnexpected.js.map +1 -0
  151. package/dist/react-native/logger.d.ts +2 -0
  152. package/dist/react-native/logger.d.ts.map +1 -0
  153. package/dist/react-native/logger.js +5 -0
  154. package/dist/react-native/logger.js.map +1 -0
  155. package/dist/react-native/models.d.ts +1978 -0
  156. package/dist/react-native/models.d.ts.map +1 -0
  157. package/dist/react-native/models.js +4 -0
  158. package/dist/react-native/models.js.map +1 -0
  159. package/dist/react-native/outputModels.d.ts +2269 -0
  160. package/dist/react-native/outputModels.d.ts.map +1 -0
  161. package/dist/react-native/outputModels.js +4 -0
  162. package/dist/react-native/outputModels.js.map +1 -0
  163. package/dist/react-native/package.json +3 -0
  164. package/dist/react-native/paginateHelper.d.ts +68 -0
  165. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  166. package/dist/react-native/paginateHelper.js +167 -0
  167. package/dist/react-native/paginateHelper.js.map +1 -0
  168. package/dist/react-native/parameters.d.ts +202 -0
  169. package/dist/react-native/parameters.d.ts.map +1 -0
  170. package/dist/react-native/parameters.js +4 -0
  171. package/dist/react-native/parameters.js.map +1 -0
  172. package/dist/react-native/pollingHelper.d.ts +76 -0
  173. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  174. package/dist/react-native/pollingHelper.js +104 -0
  175. package/dist/react-native/pollingHelper.js.map +1 -0
  176. package/dist/react-native/purviewScanningRestClient.d.ts +16 -0
  177. package/dist/react-native/purviewScanningRestClient.d.ts.map +1 -0
  178. package/dist/react-native/purviewScanningRestClient.js +43 -0
  179. package/dist/react-native/purviewScanningRestClient.js.map +1 -0
  180. package/dist/react-native/responses.d.ts +940 -0
  181. package/dist/react-native/responses.d.ts.map +1 -0
  182. package/dist/react-native/responses.js +4 -0
  183. package/dist/react-native/responses.js.map +1 -0
  184. package/package.json +87 -72
  185. package/CHANGELOG.md +0 -5
  186. package/dist/index.js +0 -19
  187. package/dist/index.js.map +0 -1
  188. package/dist-esm/src/index.js +0 -9
  189. package/dist-esm/src/index.js.map +0 -1
  190. package/dist-esm/src/models.js +0 -4
  191. package/dist-esm/src/models.js.map +0 -1
  192. package/dist-esm/src/parameters.js +0 -4
  193. package/dist-esm/src/parameters.js.map +0 -1
  194. package/dist-esm/src/purviewScanning.js +0 -13
  195. package/dist-esm/src/purviewScanning.js.map +0 -1
  196. package/dist-esm/src/responses.js +0 -4
  197. package/dist-esm/src/responses.js.map +0 -1
  198. package/types/purview-scanning-rest.d.ts +0 -3278
@@ -1,3278 +0,0 @@
1
- import { Client } from '@azure-rest/core-client';
2
- import { ClientOptions } from '@azure-rest/core-client';
3
- import { HttpResponse } from '@azure-rest/core-client';
4
- import { RequestParameters } from '@azure-rest/core-client';
5
- import { TokenCredential } from '@azure/core-auth';
6
-
7
- export declare type AdlsGen1CredentialScan = AdlsGen1CredentialScanBase & Scan;
8
-
9
- export declare interface AdlsGen1CredentialScanBase {
10
- properties?: AdlsGen1CredentialScanPropertiesAutoGenerated;
11
- }
12
-
13
- export declare type AdlsGen1CredentialScanProperties = AdlsGen1CredentialScanPropertiesBase & ScanProperties;
14
-
15
- export declare type AdlsGen1CredentialScanPropertiesAutoGenerated = AdlsGen1CredentialScanPropertiesAutoGeneratedBase & AdlsGen1CredentialScanProperties;
16
-
17
- export declare interface AdlsGen1CredentialScanPropertiesAutoGeneratedBase {
18
- }
19
-
20
- export declare interface AdlsGen1CredentialScanPropertiesBase {
21
- credential?: AdlsGen1CredentialScanPropertiesCredential;
22
- }
23
-
24
- export declare type AdlsGen1CredentialScanPropertiesCredential = AdlsGen1CredentialScanPropertiesCredentialBase & CredentialReference;
25
-
26
- export declare interface AdlsGen1CredentialScanPropertiesCredentialBase {
27
- }
28
-
29
- export declare type AdlsGen1DataSource = AdlsGen1DataSourceBase & DataSource;
30
-
31
- export declare interface AdlsGen1DataSourceBase {
32
- properties?: AdlsGen1DataSourceProperties;
33
- }
34
-
35
- export declare type AdlsGen1DataSourceProperties = AdlsGen1DataSourcePropertiesBase & AdlsGen1Properties;
36
-
37
- export declare interface AdlsGen1DataSourcePropertiesBase {
38
- }
39
-
40
- export declare type AdlsGen1MsiScan = AdlsGen1MsiScanBase & Scan;
41
-
42
- export declare interface AdlsGen1MsiScanBase {
43
- properties?: AdlsGen1MsiScanPropertiesAutoGenerated;
44
- }
45
-
46
- export declare type AdlsGen1MsiScanProperties = AdlsGen1MsiScanPropertiesBase & ScanProperties;
47
-
48
- export declare type AdlsGen1MsiScanPropertiesAutoGenerated = AdlsGen1MsiScanPropertiesAutoGeneratedBase & AdlsGen1MsiScanProperties;
49
-
50
- export declare interface AdlsGen1MsiScanPropertiesAutoGeneratedBase {
51
- }
52
-
53
- export declare interface AdlsGen1MsiScanPropertiesBase {
54
- }
55
-
56
- export declare type AdlsGen1Properties = AdlsGen1PropertiesBase & AzureDataSourceProperties;
57
-
58
- export declare interface AdlsGen1PropertiesBase {
59
- endpoint?: string;
60
- }
61
-
62
- export declare type AdlsGen1ScanRuleset = AdlsGen1ScanRulesetBase & ScanRuleset;
63
-
64
- export declare interface AdlsGen1ScanRulesetBase {
65
- properties?: AdlsGen1ScanRulesetPropertiesAutoGenerated;
66
- }
67
-
68
- export declare type AdlsGen1ScanRulesetProperties = AdlsGen1ScanRulesetPropertiesBase & ScanningRuleScanRulesetProperties;
69
-
70
- export declare type AdlsGen1ScanRulesetPropertiesAutoGenerated = AdlsGen1ScanRulesetPropertiesAutoGeneratedBase & AdlsGen1ScanRulesetProperties;
71
-
72
- export declare interface AdlsGen1ScanRulesetPropertiesAutoGeneratedBase {
73
- }
74
-
75
- export declare interface AdlsGen1ScanRulesetPropertiesBase {
76
- }
77
-
78
- export declare type AdlsGen1SystemScanRuleset = AdlsGen1SystemScanRulesetBase & SystemScanRuleset;
79
-
80
- export declare interface AdlsGen1SystemScanRulesetBase {
81
- properties?: AdlsGen1SystemScanRulesetProperties;
82
- }
83
-
84
- export declare type AdlsGen1SystemScanRulesetProperties = AdlsGen1SystemScanRulesetPropertiesBase & AdlsGen1ScanRulesetProperties;
85
-
86
- export declare interface AdlsGen1SystemScanRulesetPropertiesBase {
87
- }
88
-
89
- export declare type AdlsGen2CredentialScan = AdlsGen2CredentialScanBase & Scan;
90
-
91
- export declare interface AdlsGen2CredentialScanBase {
92
- properties?: AdlsGen2CredentialScanPropertiesAutoGenerated;
93
- }
94
-
95
- export declare type AdlsGen2CredentialScanProperties = AdlsGen2CredentialScanPropertiesBase & ScanProperties;
96
-
97
- export declare type AdlsGen2CredentialScanPropertiesAutoGenerated = AdlsGen2CredentialScanPropertiesAutoGeneratedBase & AdlsGen2CredentialScanProperties;
98
-
99
- export declare interface AdlsGen2CredentialScanPropertiesAutoGeneratedBase {
100
- }
101
-
102
- export declare interface AdlsGen2CredentialScanPropertiesBase {
103
- credential?: AdlsGen2CredentialScanPropertiesCredential;
104
- }
105
-
106
- export declare type AdlsGen2CredentialScanPropertiesCredential = AdlsGen2CredentialScanPropertiesCredentialBase & CredentialReference;
107
-
108
- export declare interface AdlsGen2CredentialScanPropertiesCredentialBase {
109
- }
110
-
111
- export declare type AdlsGen2DataSource = AdlsGen2DataSourceBase & DataSource;
112
-
113
- export declare interface AdlsGen2DataSourceBase {
114
- properties?: AdlsGen2DataSourceProperties;
115
- }
116
-
117
- export declare type AdlsGen2DataSourceProperties = AdlsGen2DataSourcePropertiesBase & AdlsGen2Properties;
118
-
119
- export declare interface AdlsGen2DataSourcePropertiesBase {
120
- }
121
-
122
- export declare type AdlsGen2MsiScan = AdlsGen2MsiScanBase & Scan;
123
-
124
- export declare interface AdlsGen2MsiScanBase {
125
- properties?: AdlsGen2MsiScanPropertiesAutoGenerated;
126
- }
127
-
128
- export declare type AdlsGen2MsiScanProperties = AdlsGen2MsiScanPropertiesBase & ScanProperties;
129
-
130
- export declare type AdlsGen2MsiScanPropertiesAutoGenerated = AdlsGen2MsiScanPropertiesAutoGeneratedBase & AdlsGen2MsiScanProperties;
131
-
132
- export declare interface AdlsGen2MsiScanPropertiesAutoGeneratedBase {
133
- }
134
-
135
- export declare interface AdlsGen2MsiScanPropertiesBase {
136
- }
137
-
138
- export declare type AdlsGen2Properties = AdlsGen2PropertiesBase & AzureDataSourceProperties;
139
-
140
- export declare interface AdlsGen2PropertiesBase {
141
- endpoint?: string;
142
- }
143
-
144
- export declare type AdlsGen2ScanRuleset = AdlsGen2ScanRulesetBase & ScanRuleset;
145
-
146
- export declare interface AdlsGen2ScanRulesetBase {
147
- properties?: AdlsGen2ScanRulesetPropertiesAutoGenerated;
148
- }
149
-
150
- export declare type AdlsGen2ScanRulesetProperties = AdlsGen2ScanRulesetPropertiesBase & ScanningRuleScanRulesetProperties;
151
-
152
- export declare type AdlsGen2ScanRulesetPropertiesAutoGenerated = AdlsGen2ScanRulesetPropertiesAutoGeneratedBase & AdlsGen2ScanRulesetProperties;
153
-
154
- export declare interface AdlsGen2ScanRulesetPropertiesAutoGeneratedBase {
155
- }
156
-
157
- export declare interface AdlsGen2ScanRulesetPropertiesBase {
158
- }
159
-
160
- export declare type AdlsGen2SystemScanRuleset = AdlsGen2SystemScanRulesetBase & SystemScanRuleset;
161
-
162
- export declare interface AdlsGen2SystemScanRulesetBase {
163
- properties?: AdlsGen2SystemScanRulesetProperties;
164
- }
165
-
166
- export declare type AdlsGen2SystemScanRulesetProperties = AdlsGen2SystemScanRulesetPropertiesBase & AdlsGen2ScanRulesetProperties;
167
-
168
- export declare interface AdlsGen2SystemScanRulesetPropertiesBase {
169
- }
170
-
171
- export declare type AmazonAccountCredentialScan = AmazonAccountCredentialScanBase & Scan;
172
-
173
- export declare interface AmazonAccountCredentialScanBase {
174
- properties?: AmazonAccountCredentialScanPropertiesAutoGenerated;
175
- }
176
-
177
- export declare type AmazonAccountCredentialScanProperties = AmazonAccountCredentialScanPropertiesBase & ExpandingResourceScanProperties;
178
-
179
- export declare type AmazonAccountCredentialScanPropertiesAutoGenerated = AmazonAccountCredentialScanPropertiesAutoGeneratedBase & AmazonAccountCredentialScanProperties;
180
-
181
- export declare interface AmazonAccountCredentialScanPropertiesAutoGeneratedBase {
182
- }
183
-
184
- export declare interface AmazonAccountCredentialScanPropertiesBase {
185
- }
186
-
187
- export declare type AmazonAccountDataSource = AmazonAccountDataSourceBase & DataSource;
188
-
189
- export declare interface AmazonAccountDataSourceBase {
190
- properties?: AmazonAccountDataSourceProperties;
191
- }
192
-
193
- export declare type AmazonAccountDataSourceProperties = AmazonAccountDataSourcePropertiesBase & AmazonAccountProperties;
194
-
195
- export declare interface AmazonAccountDataSourcePropertiesBase {
196
- }
197
-
198
- export declare type AmazonAccountProperties = AmazonAccountPropertiesBase & DataSourceProperties;
199
-
200
- export declare interface AmazonAccountPropertiesBase {
201
- awsAccountId?: string;
202
- roleARN?: string;
203
- }
204
-
205
- export declare type AmazonAccountScanRuleset = AmazonAccountScanRulesetBase & ScanRuleset;
206
-
207
- export declare interface AmazonAccountScanRulesetBase {
208
- properties?: AmazonAccountScanRulesetPropertiesAutoGenerated;
209
- }
210
-
211
- export declare type AmazonAccountScanRulesetProperties = AmazonAccountScanRulesetPropertiesBase & ScanRulesetProperties;
212
-
213
- export declare type AmazonAccountScanRulesetPropertiesAutoGenerated = AmazonAccountScanRulesetPropertiesAutoGeneratedBase & AmazonAccountScanRulesetProperties;
214
-
215
- export declare interface AmazonAccountScanRulesetPropertiesAutoGeneratedBase {
216
- }
217
-
218
- export declare interface AmazonAccountScanRulesetPropertiesBase {
219
- }
220
-
221
- export declare type AmazonAccountSystemScanRuleset = AmazonAccountSystemScanRulesetBase & SystemScanRuleset;
222
-
223
- export declare interface AmazonAccountSystemScanRulesetBase {
224
- properties?: AmazonAccountSystemScanRulesetProperties;
225
- }
226
-
227
- export declare type AmazonAccountSystemScanRulesetProperties = AmazonAccountSystemScanRulesetPropertiesBase & AmazonAccountScanRulesetProperties;
228
-
229
- export declare interface AmazonAccountSystemScanRulesetPropertiesBase {
230
- }
231
-
232
- export declare type AmazonPostgreSqlCredentialScan = AmazonPostgreSqlCredentialScanBase & Scan;
233
-
234
- export declare interface AmazonPostgreSqlCredentialScanBase {
235
- properties?: AmazonPostgreSqlCredentialScanPropertiesAutoGenerated;
236
- }
237
-
238
- export declare type AmazonPostgreSqlCredentialScanProperties = AmazonPostgreSqlCredentialScanPropertiesBase & ScanProperties;
239
-
240
- export declare type AmazonPostgreSqlCredentialScanPropertiesAutoGenerated = AmazonPostgreSqlCredentialScanPropertiesAutoGeneratedBase & AmazonPostgreSqlCredentialScanProperties;
241
-
242
- export declare interface AmazonPostgreSqlCredentialScanPropertiesAutoGeneratedBase {
243
- }
244
-
245
- export declare interface AmazonPostgreSqlCredentialScanPropertiesBase {
246
- credential?: AmazonPostgreSqlCredentialScanPropertiesCredential;
247
- serverEndpoint?: string;
248
- databaseName?: string;
249
- port?: string;
250
- }
251
-
252
- export declare type AmazonPostgreSqlCredentialScanPropertiesCredential = AmazonPostgreSqlCredentialScanPropertiesCredentialBase & CredentialReference;
253
-
254
- export declare interface AmazonPostgreSqlCredentialScanPropertiesCredentialBase {
255
- }
256
-
257
- export declare type AmazonPostgreSqlDataSource = AmazonPostgreSqlDataSourceBase & DataSource;
258
-
259
- export declare interface AmazonPostgreSqlDataSourceBase {
260
- properties?: AmazonPostgreSqlDataSourceProperties;
261
- }
262
-
263
- export declare type AmazonPostgreSqlDataSourceProperties = AmazonPostgreSqlDataSourcePropertiesBase & AmazonPostgreSqlProperties;
264
-
265
- export declare interface AmazonPostgreSqlDataSourcePropertiesBase {
266
- }
267
-
268
- export declare type AmazonPostgreSqlProperties = AmazonPostgreSqlPropertiesBase & DataSourceProperties;
269
-
270
- export declare interface AmazonPostgreSqlPropertiesBase {
271
- serverEndpoint?: string;
272
- port?: string;
273
- }
274
-
275
- export declare type AmazonPostgreSqlScanRuleset = AmazonPostgreSqlScanRulesetBase & ScanRuleset;
276
-
277
- export declare interface AmazonPostgreSqlScanRulesetBase {
278
- properties?: AmazonPostgreSqlScanRulesetPropertiesAutoGenerated;
279
- }
280
-
281
- export declare type AmazonPostgreSqlScanRulesetProperties = AmazonPostgreSqlScanRulesetPropertiesBase & ScanRulesetProperties;
282
-
283
- export declare type AmazonPostgreSqlScanRulesetPropertiesAutoGenerated = AmazonPostgreSqlScanRulesetPropertiesAutoGeneratedBase & AmazonPostgreSqlScanRulesetProperties;
284
-
285
- export declare interface AmazonPostgreSqlScanRulesetPropertiesAutoGeneratedBase {
286
- }
287
-
288
- export declare interface AmazonPostgreSqlScanRulesetPropertiesBase {
289
- }
290
-
291
- export declare type AmazonPostgreSqlSystemScanRuleset = AmazonPostgreSqlSystemScanRulesetBase & SystemScanRuleset;
292
-
293
- export declare interface AmazonPostgreSqlSystemScanRulesetBase {
294
- properties?: AmazonPostgreSqlSystemScanRulesetProperties;
295
- }
296
-
297
- export declare type AmazonPostgreSqlSystemScanRulesetProperties = AmazonPostgreSqlSystemScanRulesetPropertiesBase & AmazonPostgreSqlScanRulesetProperties;
298
-
299
- export declare interface AmazonPostgreSqlSystemScanRulesetPropertiesBase {
300
- }
301
-
302
- export declare type AmazonS3CredentialScan = AmazonS3CredentialScanBase & Scan;
303
-
304
- export declare interface AmazonS3CredentialScanBase {
305
- properties?: AmazonS3CredentialScanPropertiesAutoGenerated;
306
- }
307
-
308
- export declare type AmazonS3CredentialScanProperties = AmazonS3CredentialScanPropertiesBase & ScanProperties;
309
-
310
- export declare type AmazonS3CredentialScanPropertiesAutoGenerated = AmazonS3CredentialScanPropertiesAutoGeneratedBase & AmazonS3CredentialScanProperties;
311
-
312
- export declare interface AmazonS3CredentialScanPropertiesAutoGeneratedBase {
313
- }
314
-
315
- export declare interface AmazonS3CredentialScanPropertiesBase {
316
- credential?: AmazonS3CredentialScanPropertiesCredential;
317
- roleARN?: string;
318
- }
319
-
320
- export declare type AmazonS3CredentialScanPropertiesCredential = AmazonS3CredentialScanPropertiesCredentialBase & CredentialReference;
321
-
322
- export declare interface AmazonS3CredentialScanPropertiesCredentialBase {
323
- }
324
-
325
- export declare type AmazonS3DataSource = AmazonS3DataSourceBase & DataSource;
326
-
327
- export declare interface AmazonS3DataSourceBase {
328
- properties?: AmazonS3DataSourceProperties;
329
- }
330
-
331
- export declare type AmazonS3DataSourceProperties = AmazonS3DataSourcePropertiesBase & AmazonS3Properties;
332
-
333
- export declare interface AmazonS3DataSourcePropertiesBase {
334
- }
335
-
336
- export declare type AmazonS3Properties = AmazonS3PropertiesBase & DataSourceProperties;
337
-
338
- export declare interface AmazonS3PropertiesBase {
339
- serviceUrl?: string;
340
- roleARN?: string;
341
- }
342
-
343
- export declare type AmazonS3RoleARNScan = AmazonS3RoleARNScanBase & Scan;
344
-
345
- export declare interface AmazonS3RoleARNScanBase {
346
- properties?: AmazonS3RoleARNScanPropertiesAutoGenerated;
347
- }
348
-
349
- export declare type AmazonS3RoleARNScanProperties = AmazonS3RoleARNScanPropertiesBase & ScanProperties;
350
-
351
- export declare type AmazonS3RoleARNScanPropertiesAutoGenerated = AmazonS3RoleARNScanPropertiesAutoGeneratedBase & AmazonS3RoleARNScanProperties;
352
-
353
- export declare interface AmazonS3RoleARNScanPropertiesAutoGeneratedBase {
354
- }
355
-
356
- export declare interface AmazonS3RoleARNScanPropertiesBase {
357
- roleARN?: string;
358
- }
359
-
360
- export declare type AmazonS3ScanRuleset = AmazonS3ScanRulesetBase & ScanRuleset;
361
-
362
- export declare interface AmazonS3ScanRulesetBase {
363
- properties?: AmazonS3ScanRulesetPropertiesAutoGenerated;
364
- }
365
-
366
- export declare type AmazonS3ScanRulesetProperties = AmazonS3ScanRulesetPropertiesBase & ScanningRuleScanRulesetProperties;
367
-
368
- export declare type AmazonS3ScanRulesetPropertiesAutoGenerated = AmazonS3ScanRulesetPropertiesAutoGeneratedBase & AmazonS3ScanRulesetProperties;
369
-
370
- export declare interface AmazonS3ScanRulesetPropertiesAutoGeneratedBase {
371
- }
372
-
373
- export declare interface AmazonS3ScanRulesetPropertiesBase {
374
- }
375
-
376
- export declare type AmazonS3SystemScanRuleset = AmazonS3SystemScanRulesetBase & SystemScanRuleset;
377
-
378
- export declare interface AmazonS3SystemScanRulesetBase {
379
- properties?: AmazonS3SystemScanRulesetProperties;
380
- }
381
-
382
- export declare type AmazonS3SystemScanRulesetProperties = AmazonS3SystemScanRulesetPropertiesBase & AmazonS3ScanRulesetProperties;
383
-
384
- export declare interface AmazonS3SystemScanRulesetPropertiesBase {
385
- }
386
-
387
- export declare type AmazonSqlCredentialScan = AmazonSqlCredentialScanBase & Scan;
388
-
389
- export declare interface AmazonSqlCredentialScanBase {
390
- properties?: AmazonSqlCredentialScanPropertiesAutoGenerated;
391
- }
392
-
393
- export declare type AmazonSqlCredentialScanProperties = AmazonSqlCredentialScanPropertiesBase & ScanProperties;
394
-
395
- export declare type AmazonSqlCredentialScanPropertiesAutoGenerated = AmazonSqlCredentialScanPropertiesAutoGeneratedBase & AmazonSqlCredentialScanProperties;
396
-
397
- export declare interface AmazonSqlCredentialScanPropertiesAutoGeneratedBase {
398
- }
399
-
400
- export declare interface AmazonSqlCredentialScanPropertiesBase {
401
- credential?: AmazonSqlCredentialScanPropertiesCredential;
402
- serverEndpoint?: string;
403
- databaseName?: string;
404
- }
405
-
406
- export declare type AmazonSqlCredentialScanPropertiesCredential = AmazonSqlCredentialScanPropertiesCredentialBase & CredentialReference;
407
-
408
- export declare interface AmazonSqlCredentialScanPropertiesCredentialBase {
409
- }
410
-
411
- export declare type AmazonSqlDataSource = AmazonSqlDataSourceBase & DataSource;
412
-
413
- export declare interface AmazonSqlDataSourceBase {
414
- properties?: AmazonSqlDataSourceProperties;
415
- }
416
-
417
- export declare type AmazonSqlDataSourceProperties = AmazonSqlDataSourcePropertiesBase & AmazonSqlProperties;
418
-
419
- export declare interface AmazonSqlDataSourcePropertiesBase {
420
- }
421
-
422
- export declare type AmazonSqlProperties = AmazonSqlPropertiesBase & DataSourceProperties;
423
-
424
- export declare interface AmazonSqlPropertiesBase {
425
- serverEndpoint?: string;
426
- }
427
-
428
- export declare type AmazonSqlScanRuleset = AmazonSqlScanRulesetBase & ScanRuleset;
429
-
430
- export declare interface AmazonSqlScanRulesetBase {
431
- properties?: AmazonSqlScanRulesetPropertiesAutoGenerated;
432
- }
433
-
434
- export declare type AmazonSqlScanRulesetProperties = AmazonSqlScanRulesetPropertiesBase & ScanRulesetProperties;
435
-
436
- export declare type AmazonSqlScanRulesetPropertiesAutoGenerated = AmazonSqlScanRulesetPropertiesAutoGeneratedBase & AmazonSqlScanRulesetProperties;
437
-
438
- export declare interface AmazonSqlScanRulesetPropertiesAutoGeneratedBase {
439
- }
440
-
441
- export declare interface AmazonSqlScanRulesetPropertiesBase {
442
- }
443
-
444
- export declare type AmazonSqlSystemScanRuleset = AmazonSqlSystemScanRulesetBase & SystemScanRuleset;
445
-
446
- export declare interface AmazonSqlSystemScanRulesetBase {
447
- properties?: AmazonSqlSystemScanRulesetProperties;
448
- }
449
-
450
- export declare type AmazonSqlSystemScanRulesetProperties = AmazonSqlSystemScanRulesetPropertiesBase & AmazonSqlScanRulesetProperties;
451
-
452
- export declare interface AmazonSqlSystemScanRulesetPropertiesBase {
453
- }
454
-
455
- export declare type AzureCosmosDbCredentialScan = AzureCosmosDbCredentialScanBase & Scan;
456
-
457
- export declare interface AzureCosmosDbCredentialScanBase {
458
- properties?: AzureCosmosDbCredentialScanPropertiesAutoGenerated;
459
- }
460
-
461
- export declare type AzureCosmosDbCredentialScanProperties = AzureCosmosDbCredentialScanPropertiesBase & ScanProperties;
462
-
463
- export declare type AzureCosmosDbCredentialScanPropertiesAutoGenerated = AzureCosmosDbCredentialScanPropertiesAutoGeneratedBase & AzureCosmosDbCredentialScanProperties;
464
-
465
- export declare interface AzureCosmosDbCredentialScanPropertiesAutoGeneratedBase {
466
- }
467
-
468
- export declare interface AzureCosmosDbCredentialScanPropertiesBase {
469
- credential?: AzureCosmosDbCredentialScanPropertiesCredential;
470
- databaseName?: string;
471
- }
472
-
473
- export declare type AzureCosmosDbCredentialScanPropertiesCredential = AzureCosmosDbCredentialScanPropertiesCredentialBase & CredentialReference;
474
-
475
- export declare interface AzureCosmosDbCredentialScanPropertiesCredentialBase {
476
- }
477
-
478
- export declare type AzureCosmosDbDataSource = AzureCosmosDbDataSourceBase & DataSource;
479
-
480
- export declare interface AzureCosmosDbDataSourceBase {
481
- properties?: AzureCosmosDbDataSourceProperties;
482
- }
483
-
484
- export declare type AzureCosmosDbDataSourceProperties = AzureCosmosDbDataSourcePropertiesBase & AzureCosmosDbProperties;
485
-
486
- export declare interface AzureCosmosDbDataSourcePropertiesBase {
487
- }
488
-
489
- export declare type AzureCosmosDbProperties = AzureCosmosDbPropertiesBase & AzureDataSourceProperties;
490
-
491
- export declare interface AzureCosmosDbPropertiesBase {
492
- accountUri?: string;
493
- }
494
-
495
- export declare type AzureCosmosDbScanRuleset = AzureCosmosDbScanRulesetBase & ScanRuleset;
496
-
497
- export declare interface AzureCosmosDbScanRulesetBase {
498
- properties?: AzureCosmosDbScanRulesetPropertiesAutoGenerated;
499
- }
500
-
501
- export declare type AzureCosmosDbScanRulesetProperties = AzureCosmosDbScanRulesetPropertiesBase & ScanRulesetProperties;
502
-
503
- export declare type AzureCosmosDbScanRulesetPropertiesAutoGenerated = AzureCosmosDbScanRulesetPropertiesAutoGeneratedBase & AzureCosmosDbScanRulesetProperties;
504
-
505
- export declare interface AzureCosmosDbScanRulesetPropertiesAutoGeneratedBase {
506
- }
507
-
508
- export declare interface AzureCosmosDbScanRulesetPropertiesBase {
509
- }
510
-
511
- export declare type AzureCosmosDbSystemScanRuleset = AzureCosmosDbSystemScanRulesetBase & SystemScanRuleset;
512
-
513
- export declare interface AzureCosmosDbSystemScanRulesetBase {
514
- properties?: AzureCosmosDbSystemScanRulesetProperties;
515
- }
516
-
517
- export declare type AzureCosmosDbSystemScanRulesetProperties = AzureCosmosDbSystemScanRulesetPropertiesBase & AzureCosmosDbScanRulesetProperties;
518
-
519
- export declare interface AzureCosmosDbSystemScanRulesetPropertiesBase {
520
- }
521
-
522
- export declare type AzureDataExplorerCredentialScan = AzureDataExplorerCredentialScanBase & Scan;
523
-
524
- export declare interface AzureDataExplorerCredentialScanBase {
525
- properties?: AzureDataExplorerCredentialScanPropertiesAutoGenerated;
526
- }
527
-
528
- export declare type AzureDataExplorerCredentialScanProperties = AzureDataExplorerCredentialScanPropertiesBase & ScanProperties;
529
-
530
- export declare type AzureDataExplorerCredentialScanPropertiesAutoGenerated = AzureDataExplorerCredentialScanPropertiesAutoGeneratedBase & AzureDataExplorerCredentialScanProperties;
531
-
532
- export declare interface AzureDataExplorerCredentialScanPropertiesAutoGeneratedBase {
533
- }
534
-
535
- export declare interface AzureDataExplorerCredentialScanPropertiesBase {
536
- credential?: AzureDataExplorerCredentialScanPropertiesCredential;
537
- database?: string;
538
- }
539
-
540
- export declare type AzureDataExplorerCredentialScanPropertiesCredential = AzureDataExplorerCredentialScanPropertiesCredentialBase & CredentialReference;
541
-
542
- export declare interface AzureDataExplorerCredentialScanPropertiesCredentialBase {
543
- }
544
-
545
- export declare type AzureDataExplorerDataSource = AzureDataExplorerDataSourceBase & DataSource;
546
-
547
- export declare interface AzureDataExplorerDataSourceBase {
548
- properties?: AzureDataExplorerDataSourceProperties;
549
- }
550
-
551
- export declare type AzureDataExplorerDataSourceProperties = AzureDataExplorerDataSourcePropertiesBase & AzureDataExplorerProperties;
552
-
553
- export declare interface AzureDataExplorerDataSourcePropertiesBase {
554
- }
555
-
556
- export declare type AzureDataExplorerMsiScan = AzureDataExplorerMsiScanBase & Scan;
557
-
558
- export declare interface AzureDataExplorerMsiScanBase {
559
- properties?: AzureDataExplorerMsiScanPropertiesAutoGenerated;
560
- }
561
-
562
- export declare type AzureDataExplorerMsiScanProperties = AzureDataExplorerMsiScanPropertiesBase & ScanProperties;
563
-
564
- export declare type AzureDataExplorerMsiScanPropertiesAutoGenerated = AzureDataExplorerMsiScanPropertiesAutoGeneratedBase & AzureDataExplorerMsiScanProperties;
565
-
566
- export declare interface AzureDataExplorerMsiScanPropertiesAutoGeneratedBase {
567
- }
568
-
569
- export declare interface AzureDataExplorerMsiScanPropertiesBase {
570
- database?: string;
571
- }
572
-
573
- export declare type AzureDataExplorerProperties = AzureDataExplorerPropertiesBase & AzureDataSourceProperties;
574
-
575
- export declare interface AzureDataExplorerPropertiesBase {
576
- endpoint?: string;
577
- }
578
-
579
- export declare type AzureDataExplorerScanRuleset = AzureDataExplorerScanRulesetBase & ScanRuleset;
580
-
581
- export declare interface AzureDataExplorerScanRulesetBase {
582
- properties?: AzureDataExplorerScanRulesetPropertiesAutoGenerated;
583
- }
584
-
585
- export declare type AzureDataExplorerScanRulesetProperties = AzureDataExplorerScanRulesetPropertiesBase & ScanRulesetProperties;
586
-
587
- export declare type AzureDataExplorerScanRulesetPropertiesAutoGenerated = AzureDataExplorerScanRulesetPropertiesAutoGeneratedBase & AzureDataExplorerScanRulesetProperties;
588
-
589
- export declare interface AzureDataExplorerScanRulesetPropertiesAutoGeneratedBase {
590
- }
591
-
592
- export declare interface AzureDataExplorerScanRulesetPropertiesBase {
593
- }
594
-
595
- export declare type AzureDataExplorerSystemScanRuleset = AzureDataExplorerSystemScanRulesetBase & SystemScanRuleset;
596
-
597
- export declare interface AzureDataExplorerSystemScanRulesetBase {
598
- properties?: AzureDataExplorerSystemScanRulesetProperties;
599
- }
600
-
601
- export declare type AzureDataExplorerSystemScanRulesetProperties = AzureDataExplorerSystemScanRulesetPropertiesBase & AzureDataExplorerScanRulesetProperties;
602
-
603
- export declare interface AzureDataExplorerSystemScanRulesetPropertiesBase {
604
- }
605
-
606
- export declare type AzureDataSourceProperties = AzureDataSourcePropertiesBase & DataSourceProperties;
607
-
608
- export declare interface AzureDataSourcePropertiesBase {
609
- resourceGroup?: string;
610
- subscriptionId?: string;
611
- location?: string;
612
- resourceName?: string;
613
- }
614
-
615
- export declare type AzureFileServiceCredentialScan = AzureFileServiceCredentialScanBase & Scan;
616
-
617
- export declare interface AzureFileServiceCredentialScanBase {
618
- properties?: AzureFileServiceCredentialScanPropertiesAutoGenerated;
619
- }
620
-
621
- export declare type AzureFileServiceCredentialScanProperties = AzureFileServiceCredentialScanPropertiesBase & ScanProperties;
622
-
623
- export declare type AzureFileServiceCredentialScanPropertiesAutoGenerated = AzureFileServiceCredentialScanPropertiesAutoGeneratedBase & AzureFileServiceCredentialScanProperties;
624
-
625
- export declare interface AzureFileServiceCredentialScanPropertiesAutoGeneratedBase {
626
- }
627
-
628
- export declare interface AzureFileServiceCredentialScanPropertiesBase {
629
- credential?: AzureFileServiceCredentialScanPropertiesCredential;
630
- shareName?: string;
631
- }
632
-
633
- export declare type AzureFileServiceCredentialScanPropertiesCredential = AzureFileServiceCredentialScanPropertiesCredentialBase & CredentialReference;
634
-
635
- export declare interface AzureFileServiceCredentialScanPropertiesCredentialBase {
636
- }
637
-
638
- export declare type AzureFileServiceDataSource = AzureFileServiceDataSourceBase & DataSource;
639
-
640
- export declare interface AzureFileServiceDataSourceBase {
641
- properties?: AzureFileServiceDataSourceProperties;
642
- }
643
-
644
- export declare type AzureFileServiceDataSourceProperties = AzureFileServiceDataSourcePropertiesBase & AzureFileServiceProperties;
645
-
646
- export declare interface AzureFileServiceDataSourcePropertiesBase {
647
- }
648
-
649
- export declare type AzureFileServiceProperties = AzureFileServicePropertiesBase & AzureDataSourceProperties;
650
-
651
- export declare interface AzureFileServicePropertiesBase {
652
- endpoint?: string;
653
- }
654
-
655
- export declare type AzureFileServiceScanRuleset = AzureFileServiceScanRulesetBase & ScanRuleset;
656
-
657
- export declare interface AzureFileServiceScanRulesetBase {
658
- properties?: AzureFileServiceScanRulesetPropertiesAutoGenerated;
659
- }
660
-
661
- export declare type AzureFileServiceScanRulesetProperties = AzureFileServiceScanRulesetPropertiesBase & ScanningRuleScanRulesetProperties;
662
-
663
- export declare type AzureFileServiceScanRulesetPropertiesAutoGenerated = AzureFileServiceScanRulesetPropertiesAutoGeneratedBase & AzureFileServiceScanRulesetProperties;
664
-
665
- export declare interface AzureFileServiceScanRulesetPropertiesAutoGeneratedBase {
666
- }
667
-
668
- export declare interface AzureFileServiceScanRulesetPropertiesBase {
669
- }
670
-
671
- export declare type AzureFileServiceSystemScanRuleset = AzureFileServiceSystemScanRulesetBase & SystemScanRuleset;
672
-
673
- export declare interface AzureFileServiceSystemScanRulesetBase {
674
- properties?: AzureFileServiceSystemScanRulesetProperties;
675
- }
676
-
677
- export declare type AzureFileServiceSystemScanRulesetProperties = AzureFileServiceSystemScanRulesetPropertiesBase & AzureFileServiceScanRulesetProperties;
678
-
679
- export declare interface AzureFileServiceSystemScanRulesetPropertiesBase {
680
- }
681
-
682
- export declare type AzureKeyVault = AzureKeyVaultBase & ProxyResource;
683
-
684
- export declare interface AzureKeyVaultBase {
685
- properties?: AzureKeyVaultProperties;
686
- }
687
-
688
- export declare interface AzureKeyVaultList {
689
- value?: AzureKeyVault[];
690
- nextLink?: string;
691
- count?: number;
692
- }
693
-
694
- export declare type AzureKeyVaultProperties = AzureKeyVaultPropertiesBase & AzureKeyVaultPropertiesAutoGenerated;
695
-
696
- export declare interface AzureKeyVaultPropertiesAutoGenerated {
697
- baseUrl?: string;
698
- description?: string;
699
- }
700
-
701
- export declare interface AzureKeyVaultPropertiesBase {
702
- }
703
-
704
- export declare type AzureMySqlCredentialScan = AzureMySqlCredentialScanBase & Scan;
705
-
706
- export declare interface AzureMySqlCredentialScanBase {
707
- properties?: AzureMySqlCredentialScanPropertiesAutoGenerated;
708
- }
709
-
710
- export declare type AzureMySqlCredentialScanProperties = AzureMySqlCredentialScanPropertiesBase & AzureMySqlScanProperties;
711
-
712
- export declare type AzureMySqlCredentialScanPropertiesAutoGenerated = AzureMySqlCredentialScanPropertiesAutoGeneratedBase & AzureMySqlCredentialScanProperties;
713
-
714
- export declare interface AzureMySqlCredentialScanPropertiesAutoGeneratedBase {
715
- }
716
-
717
- export declare interface AzureMySqlCredentialScanPropertiesBase {
718
- }
719
-
720
- export declare type AzureMySqlDataSource = AzureMySqlDataSourceBase & DataSource;
721
-
722
- export declare interface AzureMySqlDataSourceBase {
723
- properties?: AzureMySqlDataSourceProperties;
724
- }
725
-
726
- export declare type AzureMySqlDataSourceProperties = AzureMySqlDataSourcePropertiesBase & AzureMySqlProperties;
727
-
728
- export declare interface AzureMySqlDataSourcePropertiesBase {
729
- }
730
-
731
- export declare type AzureMySqlProperties = AzureMySqlPropertiesBase & AzureDataSourceProperties;
732
-
733
- export declare interface AzureMySqlPropertiesBase {
734
- serverEndpoint?: string;
735
- port?: number;
736
- }
737
-
738
- export declare type AzureMySqlScanProperties = AzureMySqlScanPropertiesBase & ScanProperties;
739
-
740
- export declare interface AzureMySqlScanPropertiesBase {
741
- serverEndpoint?: string;
742
- port?: number;
743
- databaseName?: string;
744
- credential?: AzureMySqlScanPropertiesCredential;
745
- }
746
-
747
- export declare type AzureMySqlScanPropertiesCredential = AzureMySqlScanPropertiesCredentialBase & CredentialReference;
748
-
749
- export declare interface AzureMySqlScanPropertiesCredentialBase {
750
- }
751
-
752
- export declare type AzureMySqlScanRuleset = AzureMySqlScanRulesetBase & ScanRuleset;
753
-
754
- export declare interface AzureMySqlScanRulesetBase {
755
- properties?: AzureMySqlScanRulesetPropertiesAutoGenerated;
756
- }
757
-
758
- export declare type AzureMySqlScanRulesetProperties = AzureMySqlScanRulesetPropertiesBase & ScanRulesetProperties;
759
-
760
- export declare type AzureMySqlScanRulesetPropertiesAutoGenerated = AzureMySqlScanRulesetPropertiesAutoGeneratedBase & AzureMySqlScanRulesetProperties;
761
-
762
- export declare interface AzureMySqlScanRulesetPropertiesAutoGeneratedBase {
763
- }
764
-
765
- export declare interface AzureMySqlScanRulesetPropertiesBase {
766
- }
767
-
768
- export declare type AzureMySqlSystemScanRuleset = AzureMySqlSystemScanRulesetBase & SystemScanRuleset;
769
-
770
- export declare interface AzureMySqlSystemScanRulesetBase {
771
- properties?: AzureMySqlSystemScanRulesetProperties;
772
- }
773
-
774
- export declare type AzureMySqlSystemScanRulesetProperties = AzureMySqlSystemScanRulesetPropertiesBase & AzureMySqlScanRulesetProperties;
775
-
776
- export declare interface AzureMySqlSystemScanRulesetPropertiesBase {
777
- }
778
-
779
- export declare type AzurePostgreSqlCredentialScan = AzurePostgreSqlCredentialScanBase & Scan;
780
-
781
- export declare interface AzurePostgreSqlCredentialScanBase {
782
- properties?: AzurePostgreSqlCredentialScanPropertiesAutoGenerated;
783
- }
784
-
785
- export declare type AzurePostgreSqlCredentialScanProperties = AzurePostgreSqlCredentialScanPropertiesBase & ScanProperties;
786
-
787
- export declare type AzurePostgreSqlCredentialScanPropertiesAutoGenerated = AzurePostgreSqlCredentialScanPropertiesAutoGeneratedBase & AzurePostgreSqlCredentialScanProperties;
788
-
789
- export declare interface AzurePostgreSqlCredentialScanPropertiesAutoGeneratedBase {
790
- }
791
-
792
- export declare interface AzurePostgreSqlCredentialScanPropertiesBase {
793
- credential?: AzurePostgreSqlCredentialScanPropertiesCredential;
794
- serverEndpoint?: string;
795
- databaseName?: string;
796
- port?: number;
797
- sslMode?: number;
798
- }
799
-
800
- export declare type AzurePostgreSqlCredentialScanPropertiesCredential = AzurePostgreSqlCredentialScanPropertiesCredentialBase & CredentialReference;
801
-
802
- export declare interface AzurePostgreSqlCredentialScanPropertiesCredentialBase {
803
- }
804
-
805
- export declare type AzurePostgreSqlDataSource = AzurePostgreSqlDataSourceBase & DataSource;
806
-
807
- export declare interface AzurePostgreSqlDataSourceBase {
808
- properties?: AzurePostgreSqlDataSourceProperties;
809
- }
810
-
811
- export declare type AzurePostgreSqlDataSourceProperties = AzurePostgreSqlDataSourcePropertiesBase & AzurePostgreSqlProperties;
812
-
813
- export declare interface AzurePostgreSqlDataSourcePropertiesBase {
814
- }
815
-
816
- export declare type AzurePostgreSqlProperties = AzurePostgreSqlPropertiesBase & AzureDataSourceProperties;
817
-
818
- export declare interface AzurePostgreSqlPropertiesBase {
819
- serverEndpoint?: string;
820
- port?: number;
821
- }
822
-
823
- export declare type AzurePostgreSqlScanRuleset = AzurePostgreSqlScanRulesetBase & ScanRuleset;
824
-
825
- export declare interface AzurePostgreSqlScanRulesetBase {
826
- properties?: AzurePostgreSqlScanRulesetPropertiesAutoGenerated;
827
- }
828
-
829
- export declare type AzurePostgreSqlScanRulesetProperties = AzurePostgreSqlScanRulesetPropertiesBase & ScanRulesetProperties;
830
-
831
- export declare type AzurePostgreSqlScanRulesetPropertiesAutoGenerated = AzurePostgreSqlScanRulesetPropertiesAutoGeneratedBase & AzurePostgreSqlScanRulesetProperties;
832
-
833
- export declare interface AzurePostgreSqlScanRulesetPropertiesAutoGeneratedBase {
834
- }
835
-
836
- export declare interface AzurePostgreSqlScanRulesetPropertiesBase {
837
- }
838
-
839
- export declare type AzurePostgreSqlSystemScanRuleset = AzurePostgreSqlSystemScanRulesetBase & SystemScanRuleset;
840
-
841
- export declare interface AzurePostgreSqlSystemScanRulesetBase {
842
- properties?: AzurePostgreSqlSystemScanRulesetProperties;
843
- }
844
-
845
- export declare type AzurePostgreSqlSystemScanRulesetProperties = AzurePostgreSqlSystemScanRulesetPropertiesBase & AzurePostgreSqlScanRulesetProperties;
846
-
847
- export declare interface AzurePostgreSqlSystemScanRulesetPropertiesBase {
848
- }
849
-
850
- export declare type AzureResourceGroupCredentialScan = AzureResourceGroupCredentialScanBase & Scan;
851
-
852
- export declare interface AzureResourceGroupCredentialScanBase {
853
- properties?: AzureResourceGroupCredentialScanPropertiesAutoGenerated;
854
- }
855
-
856
- export declare type AzureResourceGroupCredentialScanProperties = AzureResourceGroupCredentialScanPropertiesBase & ExpandingResourceScanProperties;
857
-
858
- export declare type AzureResourceGroupCredentialScanPropertiesAutoGenerated = AzureResourceGroupCredentialScanPropertiesAutoGeneratedBase & AzureResourceGroupCredentialScanProperties;
859
-
860
- export declare interface AzureResourceGroupCredentialScanPropertiesAutoGeneratedBase {
861
- }
862
-
863
- export declare interface AzureResourceGroupCredentialScanPropertiesBase {
864
- }
865
-
866
- export declare type AzureResourceGroupDataSource = AzureResourceGroupDataSourceBase & DataSource;
867
-
868
- export declare interface AzureResourceGroupDataSourceBase {
869
- properties?: AzureResourceGroupDataSourceProperties;
870
- }
871
-
872
- export declare type AzureResourceGroupDataSourceProperties = AzureResourceGroupDataSourcePropertiesBase & AzureResourceGroupProperties;
873
-
874
- export declare interface AzureResourceGroupDataSourcePropertiesBase {
875
- }
876
-
877
- export declare type AzureResourceGroupMsiScan = AzureResourceGroupMsiScanBase & Scan;
878
-
879
- export declare interface AzureResourceGroupMsiScanBase {
880
- properties?: AzureResourceGroupMsiScanPropertiesAutoGenerated;
881
- }
882
-
883
- export declare type AzureResourceGroupMsiScanProperties = AzureResourceGroupMsiScanPropertiesBase & ExpandingResourceScanProperties;
884
-
885
- export declare type AzureResourceGroupMsiScanPropertiesAutoGenerated = AzureResourceGroupMsiScanPropertiesAutoGeneratedBase & AzureResourceGroupMsiScanProperties;
886
-
887
- export declare interface AzureResourceGroupMsiScanPropertiesAutoGeneratedBase {
888
- }
889
-
890
- export declare interface AzureResourceGroupMsiScanPropertiesBase {
891
- }
892
-
893
- export declare type AzureResourceGroupProperties = AzureResourceGroupPropertiesBase & DataSourceProperties;
894
-
895
- export declare interface AzureResourceGroupPropertiesBase {
896
- subscriptionId?: string;
897
- resourceGroup?: string;
898
- }
899
-
900
- export declare type AzureResourceGroupScanRuleset = AzureResourceGroupScanRulesetBase & ScanRuleset;
901
-
902
- export declare interface AzureResourceGroupScanRulesetBase {
903
- properties?: AzureResourceGroupScanRulesetPropertiesAutoGenerated;
904
- }
905
-
906
- export declare type AzureResourceGroupScanRulesetProperties = AzureResourceGroupScanRulesetPropertiesBase & ScanRulesetProperties;
907
-
908
- export declare type AzureResourceGroupScanRulesetPropertiesAutoGenerated = AzureResourceGroupScanRulesetPropertiesAutoGeneratedBase & AzureResourceGroupScanRulesetProperties;
909
-
910
- export declare interface AzureResourceGroupScanRulesetPropertiesAutoGeneratedBase {
911
- }
912
-
913
- export declare interface AzureResourceGroupScanRulesetPropertiesBase {
914
- }
915
-
916
- export declare type AzureResourceGroupSystemScanRuleset = AzureResourceGroupSystemScanRulesetBase & SystemScanRuleset;
917
-
918
- export declare interface AzureResourceGroupSystemScanRulesetBase {
919
- properties?: AzureResourceGroupSystemScanRulesetProperties;
920
- }
921
-
922
- export declare type AzureResourceGroupSystemScanRulesetProperties = AzureResourceGroupSystemScanRulesetPropertiesBase & AzureResourceGroupScanRulesetProperties;
923
-
924
- export declare interface AzureResourceGroupSystemScanRulesetPropertiesBase {
925
- }
926
-
927
- export declare type AzureSqlCredentialScanProperties = AzureSqlCredentialScanPropertiesBase & AzureSqlScanProperties;
928
-
929
- export declare interface AzureSqlCredentialScanPropertiesBase {
930
- credential?: AzureSqlCredentialScanPropertiesCredential;
931
- }
932
-
933
- export declare type AzureSqlCredentialScanPropertiesCredential = AzureSqlCredentialScanPropertiesCredentialBase & CredentialReference;
934
-
935
- export declare interface AzureSqlCredentialScanPropertiesCredentialBase {
936
- }
937
-
938
- export declare type AzureSqlDatabaseCredentialScan = AzureSqlDatabaseCredentialScanBase & Scan;
939
-
940
- export declare interface AzureSqlDatabaseCredentialScanBase {
941
- properties?: AzureSqlDatabaseCredentialScanPropertiesAutoGenerated;
942
- }
943
-
944
- export declare type AzureSqlDatabaseCredentialScanProperties = AzureSqlDatabaseCredentialScanPropertiesBase & AzureSqlCredentialScanProperties;
945
-
946
- export declare type AzureSqlDatabaseCredentialScanPropertiesAutoGenerated = AzureSqlDatabaseCredentialScanPropertiesAutoGeneratedBase & AzureSqlDatabaseCredentialScanProperties;
947
-
948
- export declare interface AzureSqlDatabaseCredentialScanPropertiesAutoGeneratedBase {
949
- }
950
-
951
- export declare interface AzureSqlDatabaseCredentialScanPropertiesBase {
952
- }
953
-
954
- export declare type AzureSqlDatabaseDataSource = AzureSqlDatabaseDataSourceBase & DataSource;
955
-
956
- export declare interface AzureSqlDatabaseDataSourceBase {
957
- properties?: AzureSqlDatabaseDataSourceProperties;
958
- }
959
-
960
- export declare type AzureSqlDatabaseDataSourceProperties = AzureSqlDatabaseDataSourcePropertiesBase & AzureSqlDatabaseProperties;
961
-
962
- export declare interface AzureSqlDatabaseDataSourcePropertiesBase {
963
- }
964
-
965
- export declare type AzureSqlDatabaseManagedInstanceCredentialScan = AzureSqlDatabaseManagedInstanceCredentialScanBase & Scan;
966
-
967
- export declare interface AzureSqlDatabaseManagedInstanceCredentialScanBase {
968
- properties?: AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGenerated;
969
- }
970
-
971
- export declare type AzureSqlDatabaseManagedInstanceCredentialScanProperties = AzureSqlDatabaseManagedInstanceCredentialScanPropertiesBase & AzureSqlCredentialScanProperties;
972
-
973
- export declare type AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGenerated = AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGeneratedBase & AzureSqlDatabaseManagedInstanceCredentialScanProperties;
974
-
975
- export declare interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGeneratedBase {
976
- }
977
-
978
- export declare interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesBase {
979
- }
980
-
981
- export declare type AzureSqlDatabaseManagedInstanceDataSource = AzureSqlDatabaseManagedInstanceDataSourceBase & DataSource;
982
-
983
- export declare interface AzureSqlDatabaseManagedInstanceDataSourceBase {
984
- properties?: AzureSqlDatabaseManagedInstanceDataSourceProperties;
985
- }
986
-
987
- export declare type AzureSqlDatabaseManagedInstanceDataSourceProperties = AzureSqlDatabaseManagedInstanceDataSourcePropertiesBase & AzureSqlDatabaseManagedInstanceProperties;
988
-
989
- export declare interface AzureSqlDatabaseManagedInstanceDataSourcePropertiesBase {
990
- }
991
-
992
- export declare type AzureSqlDatabaseManagedInstanceMsiScan = AzureSqlDatabaseManagedInstanceMsiScanBase & Scan;
993
-
994
- export declare interface AzureSqlDatabaseManagedInstanceMsiScanBase {
995
- properties?: AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGenerated;
996
- }
997
-
998
- export declare type AzureSqlDatabaseManagedInstanceMsiScanProperties = AzureSqlDatabaseManagedInstanceMsiScanPropertiesBase & AzureSqlScanProperties;
999
-
1000
- export declare type AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGenerated = AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGeneratedBase & AzureSqlDatabaseManagedInstanceMsiScanProperties;
1001
-
1002
- export declare interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGeneratedBase {
1003
- }
1004
-
1005
- export declare interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesBase {
1006
- }
1007
-
1008
- export declare type AzureSqlDatabaseManagedInstanceProperties = AzureSqlDatabaseManagedInstancePropertiesBase & AzureDataSourceProperties;
1009
-
1010
- export declare interface AzureSqlDatabaseManagedInstancePropertiesBase {
1011
- serverEndpoint?: string;
1012
- }
1013
-
1014
- export declare type AzureSqlDatabaseManagedInstanceScanRuleset = AzureSqlDatabaseManagedInstanceScanRulesetBase & ScanRuleset;
1015
-
1016
- export declare interface AzureSqlDatabaseManagedInstanceScanRulesetBase {
1017
- properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGenerated;
1018
- }
1019
-
1020
- export declare type AzureSqlDatabaseManagedInstanceScanRulesetProperties = AzureSqlDatabaseManagedInstanceScanRulesetPropertiesBase & ScanRulesetProperties;
1021
-
1022
- export declare type AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGenerated = AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGeneratedBase & AzureSqlDatabaseManagedInstanceScanRulesetProperties;
1023
-
1024
- export declare interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGeneratedBase {
1025
- }
1026
-
1027
- export declare interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesBase {
1028
- }
1029
-
1030
- export declare type AzureSqlDatabaseManagedInstanceSystemScanRuleset = AzureSqlDatabaseManagedInstanceSystemScanRulesetBase & SystemScanRuleset;
1031
-
1032
- export declare interface AzureSqlDatabaseManagedInstanceSystemScanRulesetBase {
1033
- properties?: AzureSqlDatabaseManagedInstanceSystemScanRulesetProperties;
1034
- }
1035
-
1036
- export declare type AzureSqlDatabaseManagedInstanceSystemScanRulesetProperties = AzureSqlDatabaseManagedInstanceSystemScanRulesetPropertiesBase & AzureSqlDatabaseManagedInstanceScanRulesetProperties;
1037
-
1038
- export declare interface AzureSqlDatabaseManagedInstanceSystemScanRulesetPropertiesBase {
1039
- }
1040
-
1041
- export declare type AzureSqlDatabaseMsiScan = AzureSqlDatabaseMsiScanBase & Scan;
1042
-
1043
- export declare interface AzureSqlDatabaseMsiScanBase {
1044
- properties?: AzureSqlDatabaseMsiScanPropertiesAutoGenerated;
1045
- }
1046
-
1047
- export declare type AzureSqlDatabaseMsiScanProperties = AzureSqlDatabaseMsiScanPropertiesBase & AzureSqlScanProperties;
1048
-
1049
- export declare type AzureSqlDatabaseMsiScanPropertiesAutoGenerated = AzureSqlDatabaseMsiScanPropertiesAutoGeneratedBase & AzureSqlDatabaseMsiScanProperties;
1050
-
1051
- export declare interface AzureSqlDatabaseMsiScanPropertiesAutoGeneratedBase {
1052
- }
1053
-
1054
- export declare interface AzureSqlDatabaseMsiScanPropertiesBase {
1055
- }
1056
-
1057
- export declare type AzureSqlDatabaseProperties = AzureSqlDatabasePropertiesBase & AzureDataSourceProperties;
1058
-
1059
- export declare interface AzureSqlDatabasePropertiesBase {
1060
- serverEndpoint?: string;
1061
- }
1062
-
1063
- export declare type AzureSqlDatabaseScanRuleset = AzureSqlDatabaseScanRulesetBase & ScanRuleset;
1064
-
1065
- export declare interface AzureSqlDatabaseScanRulesetBase {
1066
- properties?: AzureSqlDatabaseScanRulesetPropertiesAutoGenerated;
1067
- }
1068
-
1069
- export declare type AzureSqlDatabaseScanRulesetProperties = AzureSqlDatabaseScanRulesetPropertiesBase & ScanRulesetProperties;
1070
-
1071
- export declare type AzureSqlDatabaseScanRulesetPropertiesAutoGenerated = AzureSqlDatabaseScanRulesetPropertiesAutoGeneratedBase & AzureSqlDatabaseScanRulesetProperties;
1072
-
1073
- export declare interface AzureSqlDatabaseScanRulesetPropertiesAutoGeneratedBase {
1074
- }
1075
-
1076
- export declare interface AzureSqlDatabaseScanRulesetPropertiesBase {
1077
- }
1078
-
1079
- export declare type AzureSqlDatabaseSystemScanRuleset = AzureSqlDatabaseSystemScanRulesetBase & SystemScanRuleset;
1080
-
1081
- export declare interface AzureSqlDatabaseSystemScanRulesetBase {
1082
- properties?: AzureSqlDatabaseSystemScanRulesetProperties;
1083
- }
1084
-
1085
- export declare type AzureSqlDatabaseSystemScanRulesetProperties = AzureSqlDatabaseSystemScanRulesetPropertiesBase & AzureSqlDatabaseScanRulesetProperties;
1086
-
1087
- export declare interface AzureSqlDatabaseSystemScanRulesetPropertiesBase {
1088
- }
1089
-
1090
- export declare type AzureSqlDataWarehouseCredentialScan = AzureSqlDataWarehouseCredentialScanBase & Scan;
1091
-
1092
- export declare interface AzureSqlDataWarehouseCredentialScanBase {
1093
- properties?: AzureSqlDataWarehouseCredentialScanPropertiesAutoGenerated;
1094
- }
1095
-
1096
- export declare type AzureSqlDataWarehouseCredentialScanProperties = AzureSqlDataWarehouseCredentialScanPropertiesBase & AzureSqlCredentialScanProperties;
1097
-
1098
- export declare type AzureSqlDataWarehouseCredentialScanPropertiesAutoGenerated = AzureSqlDataWarehouseCredentialScanPropertiesAutoGeneratedBase & AzureSqlDataWarehouseCredentialScanProperties;
1099
-
1100
- export declare interface AzureSqlDataWarehouseCredentialScanPropertiesAutoGeneratedBase {
1101
- }
1102
-
1103
- export declare interface AzureSqlDataWarehouseCredentialScanPropertiesBase {
1104
- }
1105
-
1106
- export declare type AzureSqlDataWarehouseDataSource = AzureSqlDataWarehouseDataSourceBase & DataSource;
1107
-
1108
- export declare interface AzureSqlDataWarehouseDataSourceBase {
1109
- properties?: AzureSqlDataWarehouseDataSourceProperties;
1110
- }
1111
-
1112
- export declare type AzureSqlDataWarehouseDataSourceProperties = AzureSqlDataWarehouseDataSourcePropertiesBase & AzureSqlDataWarehouseProperties;
1113
-
1114
- export declare interface AzureSqlDataWarehouseDataSourcePropertiesBase {
1115
- }
1116
-
1117
- export declare type AzureSqlDataWarehouseMsiScan = AzureSqlDataWarehouseMsiScanBase & Scan;
1118
-
1119
- export declare interface AzureSqlDataWarehouseMsiScanBase {
1120
- properties?: AzureSqlDataWarehouseMsiScanPropertiesAutoGenerated;
1121
- }
1122
-
1123
- export declare type AzureSqlDataWarehouseMsiScanProperties = AzureSqlDataWarehouseMsiScanPropertiesBase & AzureSqlScanProperties;
1124
-
1125
- export declare type AzureSqlDataWarehouseMsiScanPropertiesAutoGenerated = AzureSqlDataWarehouseMsiScanPropertiesAutoGeneratedBase & AzureSqlDataWarehouseMsiScanProperties;
1126
-
1127
- export declare interface AzureSqlDataWarehouseMsiScanPropertiesAutoGeneratedBase {
1128
- }
1129
-
1130
- export declare interface AzureSqlDataWarehouseMsiScanPropertiesBase {
1131
- }
1132
-
1133
- export declare type AzureSqlDataWarehouseProperties = AzureSqlDataWarehousePropertiesBase & AzureDataSourceProperties;
1134
-
1135
- export declare interface AzureSqlDataWarehousePropertiesBase {
1136
- serverEndpoint?: string;
1137
- }
1138
-
1139
- export declare type AzureSqlDataWarehouseScanRuleset = AzureSqlDataWarehouseScanRulesetBase & ScanRuleset;
1140
-
1141
- export declare interface AzureSqlDataWarehouseScanRulesetBase {
1142
- properties?: AzureSqlDataWarehouseScanRulesetPropertiesAutoGenerated;
1143
- }
1144
-
1145
- export declare type AzureSqlDataWarehouseScanRulesetProperties = AzureSqlDataWarehouseScanRulesetPropertiesBase & ScanRulesetProperties;
1146
-
1147
- export declare type AzureSqlDataWarehouseScanRulesetPropertiesAutoGenerated = AzureSqlDataWarehouseScanRulesetPropertiesAutoGeneratedBase & AzureSqlDataWarehouseScanRulesetProperties;
1148
-
1149
- export declare interface AzureSqlDataWarehouseScanRulesetPropertiesAutoGeneratedBase {
1150
- }
1151
-
1152
- export declare interface AzureSqlDataWarehouseScanRulesetPropertiesBase {
1153
- }
1154
-
1155
- export declare type AzureSqlDataWarehouseSystemScanRuleset = AzureSqlDataWarehouseSystemScanRulesetBase & SystemScanRuleset;
1156
-
1157
- export declare interface AzureSqlDataWarehouseSystemScanRulesetBase {
1158
- properties?: AzureSqlDataWarehouseSystemScanRulesetProperties;
1159
- }
1160
-
1161
- export declare type AzureSqlDataWarehouseSystemScanRulesetProperties = AzureSqlDataWarehouseSystemScanRulesetPropertiesBase & AzureSqlDataWarehouseScanRulesetProperties;
1162
-
1163
- export declare interface AzureSqlDataWarehouseSystemScanRulesetPropertiesBase {
1164
- }
1165
-
1166
- export declare type AzureSqlScanProperties = AzureSqlScanPropertiesBase & ScanProperties;
1167
-
1168
- export declare interface AzureSqlScanPropertiesBase {
1169
- serverEndpoint?: string;
1170
- databaseName?: string;
1171
- }
1172
-
1173
- export declare type AzureStorageCredentialScan = AzureStorageCredentialScanBase & Scan;
1174
-
1175
- export declare interface AzureStorageCredentialScanBase {
1176
- properties?: AzureStorageCredentialScanPropertiesAutoGenerated;
1177
- }
1178
-
1179
- export declare type AzureStorageCredentialScanProperties = AzureStorageCredentialScanPropertiesBase & ScanProperties;
1180
-
1181
- export declare type AzureStorageCredentialScanPropertiesAutoGenerated = AzureStorageCredentialScanPropertiesAutoGeneratedBase & AzureStorageCredentialScanProperties;
1182
-
1183
- export declare interface AzureStorageCredentialScanPropertiesAutoGeneratedBase {
1184
- }
1185
-
1186
- export declare interface AzureStorageCredentialScanPropertiesBase {
1187
- credential?: AzureStorageCredentialScanPropertiesCredential;
1188
- }
1189
-
1190
- export declare type AzureStorageCredentialScanPropertiesCredential = AzureStorageCredentialScanPropertiesCredentialBase & CredentialReference;
1191
-
1192
- export declare interface AzureStorageCredentialScanPropertiesCredentialBase {
1193
- }
1194
-
1195
- export declare type AzureStorageDataSource = AzureStorageDataSourceBase & DataSource;
1196
-
1197
- export declare interface AzureStorageDataSourceBase {
1198
- properties?: AzureStorageDataSourceProperties;
1199
- }
1200
-
1201
- export declare type AzureStorageDataSourceProperties = AzureStorageDataSourcePropertiesBase & AzureStorageProperties;
1202
-
1203
- export declare interface AzureStorageDataSourcePropertiesBase {
1204
- }
1205
-
1206
- export declare type AzureStorageMsiScan = AzureStorageMsiScanBase & Scan;
1207
-
1208
- export declare interface AzureStorageMsiScanBase {
1209
- properties?: AzureStorageMsiScanPropertiesAutoGenerated;
1210
- }
1211
-
1212
- export declare type AzureStorageMsiScanProperties = AzureStorageMsiScanPropertiesBase & ScanProperties;
1213
-
1214
- export declare type AzureStorageMsiScanPropertiesAutoGenerated = AzureStorageMsiScanPropertiesAutoGeneratedBase & AzureStorageMsiScanProperties;
1215
-
1216
- export declare interface AzureStorageMsiScanPropertiesAutoGeneratedBase {
1217
- }
1218
-
1219
- export declare interface AzureStorageMsiScanPropertiesBase {
1220
- }
1221
-
1222
- export declare type AzureStorageProperties = AzureStoragePropertiesBase & AzureDataSourceProperties;
1223
-
1224
- export declare interface AzureStoragePropertiesBase {
1225
- endpoint?: string;
1226
- }
1227
-
1228
- export declare type AzureStorageScanRuleset = AzureStorageScanRulesetBase & ScanRuleset;
1229
-
1230
- export declare interface AzureStorageScanRulesetBase {
1231
- properties?: AzureStorageScanRulesetPropertiesAutoGenerated;
1232
- }
1233
-
1234
- export declare type AzureStorageScanRulesetProperties = AzureStorageScanRulesetPropertiesBase & ScanningRuleScanRulesetProperties;
1235
-
1236
- export declare type AzureStorageScanRulesetPropertiesAutoGenerated = AzureStorageScanRulesetPropertiesAutoGeneratedBase & AzureStorageScanRulesetProperties;
1237
-
1238
- export declare interface AzureStorageScanRulesetPropertiesAutoGeneratedBase {
1239
- }
1240
-
1241
- export declare interface AzureStorageScanRulesetPropertiesBase {
1242
- }
1243
-
1244
- export declare type AzureStorageSystemScanRuleset = AzureStorageSystemScanRulesetBase & SystemScanRuleset;
1245
-
1246
- export declare interface AzureStorageSystemScanRulesetBase {
1247
- properties?: AzureStorageSystemScanRulesetProperties;
1248
- }
1249
-
1250
- export declare type AzureStorageSystemScanRulesetProperties = AzureStorageSystemScanRulesetPropertiesBase & AzureStorageScanRulesetProperties;
1251
-
1252
- export declare interface AzureStorageSystemScanRulesetPropertiesBase {
1253
- }
1254
-
1255
- export declare type AzureSubscriptionCredentialScan = AzureSubscriptionCredentialScanBase & Scan;
1256
-
1257
- export declare interface AzureSubscriptionCredentialScanBase {
1258
- properties?: AzureSubscriptionCredentialScanPropertiesAutoGenerated;
1259
- }
1260
-
1261
- export declare type AzureSubscriptionCredentialScanProperties = AzureSubscriptionCredentialScanPropertiesBase & ExpandingResourceScanProperties;
1262
-
1263
- export declare type AzureSubscriptionCredentialScanPropertiesAutoGenerated = AzureSubscriptionCredentialScanPropertiesAutoGeneratedBase & AzureSubscriptionCredentialScanProperties;
1264
-
1265
- export declare interface AzureSubscriptionCredentialScanPropertiesAutoGeneratedBase {
1266
- }
1267
-
1268
- export declare interface AzureSubscriptionCredentialScanPropertiesBase {
1269
- }
1270
-
1271
- export declare type AzureSubscriptionDataSource = AzureSubscriptionDataSourceBase & DataSource;
1272
-
1273
- export declare interface AzureSubscriptionDataSourceBase {
1274
- properties?: AzureSubscriptionDataSourceProperties;
1275
- }
1276
-
1277
- export declare type AzureSubscriptionDataSourceProperties = AzureSubscriptionDataSourcePropertiesBase & AzureSubscriptionProperties;
1278
-
1279
- export declare interface AzureSubscriptionDataSourcePropertiesBase {
1280
- }
1281
-
1282
- export declare type AzureSubscriptionMsiScan = AzureSubscriptionMsiScanBase & Scan;
1283
-
1284
- export declare interface AzureSubscriptionMsiScanBase {
1285
- properties?: AzureSubscriptionMsiScanPropertiesAutoGenerated;
1286
- }
1287
-
1288
- export declare type AzureSubscriptionMsiScanProperties = AzureSubscriptionMsiScanPropertiesBase & ExpandingResourceScanProperties;
1289
-
1290
- export declare type AzureSubscriptionMsiScanPropertiesAutoGenerated = AzureSubscriptionMsiScanPropertiesAutoGeneratedBase & AzureSubscriptionMsiScanProperties;
1291
-
1292
- export declare interface AzureSubscriptionMsiScanPropertiesAutoGeneratedBase {
1293
- }
1294
-
1295
- export declare interface AzureSubscriptionMsiScanPropertiesBase {
1296
- }
1297
-
1298
- export declare type AzureSubscriptionProperties = AzureSubscriptionPropertiesBase & DataSourceProperties;
1299
-
1300
- export declare interface AzureSubscriptionPropertiesBase {
1301
- subscriptionId?: string;
1302
- }
1303
-
1304
- export declare type AzureSubscriptionScanRuleset = AzureSubscriptionScanRulesetBase & ScanRuleset;
1305
-
1306
- export declare interface AzureSubscriptionScanRulesetBase {
1307
- properties?: AzureSubscriptionScanRulesetPropertiesAutoGenerated;
1308
- }
1309
-
1310
- export declare type AzureSubscriptionScanRulesetProperties = AzureSubscriptionScanRulesetPropertiesBase & ScanRulesetProperties;
1311
-
1312
- export declare type AzureSubscriptionScanRulesetPropertiesAutoGenerated = AzureSubscriptionScanRulesetPropertiesAutoGeneratedBase & AzureSubscriptionScanRulesetProperties;
1313
-
1314
- export declare interface AzureSubscriptionScanRulesetPropertiesAutoGeneratedBase {
1315
- }
1316
-
1317
- export declare interface AzureSubscriptionScanRulesetPropertiesBase {
1318
- }
1319
-
1320
- export declare type AzureSubscriptionSystemScanRuleset = AzureSubscriptionSystemScanRulesetBase & SystemScanRuleset;
1321
-
1322
- export declare interface AzureSubscriptionSystemScanRulesetBase {
1323
- properties?: AzureSubscriptionSystemScanRulesetProperties;
1324
- }
1325
-
1326
- export declare type AzureSubscriptionSystemScanRulesetProperties = AzureSubscriptionSystemScanRulesetPropertiesBase & AzureSubscriptionScanRulesetProperties;
1327
-
1328
- export declare interface AzureSubscriptionSystemScanRulesetPropertiesBase {
1329
- }
1330
-
1331
- export declare type AzureSynapseCredentialScan = AzureSynapseCredentialScanBase & Scan;
1332
-
1333
- export declare interface AzureSynapseCredentialScanBase {
1334
- properties?: AzureSynapseCredentialScanPropertiesAutoGenerated;
1335
- }
1336
-
1337
- export declare type AzureSynapseCredentialScanProperties = AzureSynapseCredentialScanPropertiesBase & ExpandingResourceScanProperties;
1338
-
1339
- export declare type AzureSynapseCredentialScanPropertiesAutoGenerated = AzureSynapseCredentialScanPropertiesAutoGeneratedBase & AzureSynapseCredentialScanProperties;
1340
-
1341
- export declare interface AzureSynapseCredentialScanPropertiesAutoGeneratedBase {
1342
- }
1343
-
1344
- export declare interface AzureSynapseCredentialScanPropertiesBase {
1345
- }
1346
-
1347
- export declare type AzureSynapseDataSource = AzureSynapseDataSourceBase & DataSource;
1348
-
1349
- export declare interface AzureSynapseDataSourceBase {
1350
- properties?: AzureSynapseDataSourceProperties;
1351
- }
1352
-
1353
- export declare type AzureSynapseDataSourceProperties = AzureSynapseDataSourcePropertiesBase & AzureSynapseProperties;
1354
-
1355
- export declare interface AzureSynapseDataSourcePropertiesBase {
1356
- }
1357
-
1358
- export declare type AzureSynapseMsiScan = AzureSynapseMsiScanBase & Scan;
1359
-
1360
- export declare interface AzureSynapseMsiScanBase {
1361
- properties?: AzureSynapseMsiScanPropertiesAutoGenerated;
1362
- }
1363
-
1364
- export declare type AzureSynapseMsiScanProperties = AzureSynapseMsiScanPropertiesBase & ExpandingResourceScanProperties;
1365
-
1366
- export declare type AzureSynapseMsiScanPropertiesAutoGenerated = AzureSynapseMsiScanPropertiesAutoGeneratedBase & AzureSynapseMsiScanProperties;
1367
-
1368
- export declare interface AzureSynapseMsiScanPropertiesAutoGeneratedBase {
1369
- }
1370
-
1371
- export declare interface AzureSynapseMsiScanPropertiesBase {
1372
- }
1373
-
1374
- export declare type AzureSynapseProperties = AzureSynapsePropertiesBase & AzureDataSourceProperties;
1375
-
1376
- export declare interface AzureSynapsePropertiesBase {
1377
- sqlEndpoint?: string;
1378
- sqlOnDemandEndpoint?: string;
1379
- }
1380
-
1381
- export declare type AzureSynapseScanRuleset = AzureSynapseScanRulesetBase & ScanRuleset;
1382
-
1383
- export declare interface AzureSynapseScanRulesetBase {
1384
- properties?: AzureSynapseScanRulesetPropertiesAutoGenerated;
1385
- }
1386
-
1387
- export declare type AzureSynapseScanRulesetProperties = AzureSynapseScanRulesetPropertiesBase & ScanRulesetProperties;
1388
-
1389
- export declare type AzureSynapseScanRulesetPropertiesAutoGenerated = AzureSynapseScanRulesetPropertiesAutoGeneratedBase & AzureSynapseScanRulesetProperties;
1390
-
1391
- export declare interface AzureSynapseScanRulesetPropertiesAutoGeneratedBase {
1392
- }
1393
-
1394
- export declare interface AzureSynapseScanRulesetPropertiesBase {
1395
- }
1396
-
1397
- export declare type AzureSynapseSystemScanRuleset = AzureSynapseSystemScanRulesetBase & SystemScanRuleset;
1398
-
1399
- export declare interface AzureSynapseSystemScanRulesetBase {
1400
- properties?: AzureSynapseSystemScanRulesetProperties;
1401
- }
1402
-
1403
- export declare type AzureSynapseSystemScanRulesetProperties = AzureSynapseSystemScanRulesetPropertiesBase & AzureSynapseScanRulesetProperties;
1404
-
1405
- export declare interface AzureSynapseSystemScanRulesetPropertiesBase {
1406
- }
1407
-
1408
- export declare type AzureSynapseWorkspaceCredentialScan = AzureSynapseWorkspaceCredentialScanBase & Scan;
1409
-
1410
- export declare interface AzureSynapseWorkspaceCredentialScanBase {
1411
- properties?: AzureSynapseWorkspaceCredentialScanPropertiesAutoGenerated;
1412
- }
1413
-
1414
- export declare type AzureSynapseWorkspaceCredentialScanProperties = AzureSynapseWorkspaceCredentialScanPropertiesBase & ExpandingResourceScanProperties;
1415
-
1416
- export declare type AzureSynapseWorkspaceCredentialScanPropertiesAutoGenerated = AzureSynapseWorkspaceCredentialScanPropertiesAutoGeneratedBase & AzureSynapseWorkspaceCredentialScanProperties;
1417
-
1418
- export declare interface AzureSynapseWorkspaceCredentialScanPropertiesAutoGeneratedBase {
1419
- }
1420
-
1421
- export declare interface AzureSynapseWorkspaceCredentialScanPropertiesBase {
1422
- }
1423
-
1424
- export declare type AzureSynapseWorkspaceDataSource = AzureSynapseWorkspaceDataSourceBase & DataSource;
1425
-
1426
- export declare interface AzureSynapseWorkspaceDataSourceBase {
1427
- properties?: AzureSynapseWorkspaceDataSourceProperties;
1428
- }
1429
-
1430
- export declare type AzureSynapseWorkspaceDataSourceProperties = AzureSynapseWorkspaceDataSourcePropertiesBase & AzureSynapseWorkspaceProperties;
1431
-
1432
- export declare interface AzureSynapseWorkspaceDataSourcePropertiesBase {
1433
- }
1434
-
1435
- export declare type AzureSynapseWorkspaceMsiScan = AzureSynapseWorkspaceMsiScanBase & Scan;
1436
-
1437
- export declare interface AzureSynapseWorkspaceMsiScanBase {
1438
- properties?: AzureSynapseWorkspaceMsiScanPropertiesAutoGenerated;
1439
- }
1440
-
1441
- export declare type AzureSynapseWorkspaceMsiScanProperties = AzureSynapseWorkspaceMsiScanPropertiesBase & ExpandingResourceScanProperties;
1442
-
1443
- export declare type AzureSynapseWorkspaceMsiScanPropertiesAutoGenerated = AzureSynapseWorkspaceMsiScanPropertiesAutoGeneratedBase & AzureSynapseWorkspaceMsiScanProperties;
1444
-
1445
- export declare interface AzureSynapseWorkspaceMsiScanPropertiesAutoGeneratedBase {
1446
- }
1447
-
1448
- export declare interface AzureSynapseWorkspaceMsiScanPropertiesBase {
1449
- }
1450
-
1451
- export declare type AzureSynapseWorkspaceProperties = AzureSynapseWorkspacePropertiesBase & AzureDataSourceProperties;
1452
-
1453
- export declare interface AzureSynapseWorkspacePropertiesBase {
1454
- dedicatedSqlEndpoint?: string;
1455
- serverlessSqlEndpoint?: string;
1456
- }
1457
-
1458
- export declare type AzureSynapseWorkspaceScanRuleset = AzureSynapseWorkspaceScanRulesetBase & ScanRuleset;
1459
-
1460
- export declare interface AzureSynapseWorkspaceScanRulesetBase {
1461
- properties?: AzureSynapseWorkspaceScanRulesetPropertiesAutoGenerated;
1462
- }
1463
-
1464
- export declare type AzureSynapseWorkspaceScanRulesetProperties = AzureSynapseWorkspaceScanRulesetPropertiesBase & ScanRulesetProperties;
1465
-
1466
- export declare type AzureSynapseWorkspaceScanRulesetPropertiesAutoGenerated = AzureSynapseWorkspaceScanRulesetPropertiesAutoGeneratedBase & AzureSynapseWorkspaceScanRulesetProperties;
1467
-
1468
- export declare interface AzureSynapseWorkspaceScanRulesetPropertiesAutoGeneratedBase {
1469
- }
1470
-
1471
- export declare interface AzureSynapseWorkspaceScanRulesetPropertiesBase {
1472
- }
1473
-
1474
- export declare type AzureSynapseWorkspaceSystemScanRuleset = AzureSynapseWorkspaceSystemScanRulesetBase & SystemScanRuleset;
1475
-
1476
- export declare interface AzureSynapseWorkspaceSystemScanRulesetBase {
1477
- properties?: AzureSynapseWorkspaceSystemScanRulesetProperties;
1478
- }
1479
-
1480
- export declare type AzureSynapseWorkspaceSystemScanRulesetProperties = AzureSynapseWorkspaceSystemScanRulesetPropertiesBase & AzureSynapseWorkspaceScanRulesetProperties;
1481
-
1482
- export declare interface AzureSynapseWorkspaceSystemScanRulesetPropertiesBase {
1483
- }
1484
-
1485
- export declare type ClassificationAction = "Keep" | "Delete";
1486
-
1487
- export declare type ClassificationRule = ClassificationRuleBase & ProxyResource;
1488
-
1489
- export declare interface ClassificationRuleBase {
1490
- kind: ClassificationRuleType;
1491
- }
1492
-
1493
- export declare interface ClassificationRuleList {
1494
- value?: ClassificationRule[];
1495
- nextLink?: string;
1496
- count?: number;
1497
- }
1498
-
1499
- export declare interface ClassificationRulePattern {
1500
- kind: ClassificationRulePatternType;
1501
- }
1502
-
1503
- export declare type ClassificationRulePatternType = "Regex";
1504
-
1505
- /** Creates or Updates a classification rule */
1506
- export declare interface ClassificationRulesCreateOrUpdate200Response extends HttpResponse {
1507
- status: "200";
1508
- body: ClassificationRule;
1509
- }
1510
-
1511
- /** Creates or Updates a classification rule */
1512
- export declare interface ClassificationRulesCreateOrUpdate201Response extends HttpResponse {
1513
- status: "201";
1514
- body: ClassificationRule;
1515
- }
1516
-
1517
- export declare interface ClassificationRulesCreateOrUpdateBodyParam {
1518
- body?: ClassificationRule;
1519
- }
1520
-
1521
- /** Creates or Updates a classification rule */
1522
- export declare interface ClassificationRulesCreateOrUpdatedefaultResponse extends HttpResponse {
1523
- status: "500";
1524
- body: ErrorResponseModel;
1525
- }
1526
-
1527
- export declare type ClassificationRulesCreateOrUpdateParameters = RequestParameters & ClassificationRulesCreateOrUpdateBodyParam;
1528
-
1529
- export declare interface ClassificationRulesDelete {
1530
- /** Get a classification rule */
1531
- get(options?: ClassificationRulesGetParameters): Promise<ClassificationRulesGet200Response | ClassificationRulesGetdefaultResponse>;
1532
- /** Creates or Updates a classification rule */
1533
- put(options?: ClassificationRulesCreateOrUpdateParameters): Promise<ClassificationRulesCreateOrUpdate200Response | ClassificationRulesCreateOrUpdate201Response | ClassificationRulesCreateOrUpdatedefaultResponse>;
1534
- /** Deletes a classification rule */
1535
- delete(options?: ClassificationRulesDeleteParameters): Promise<ClassificationRulesDelete200Response | ClassificationRulesDelete204Response | ClassificationRulesDeletedefaultResponse>;
1536
- }
1537
-
1538
- /** Deletes a classification rule */
1539
- export declare interface ClassificationRulesDelete200Response extends HttpResponse {
1540
- status: "200";
1541
- body: ClassificationRule;
1542
- }
1543
-
1544
- /** Deletes a classification rule */
1545
- export declare interface ClassificationRulesDelete204Response extends HttpResponse {
1546
- status: "204";
1547
- }
1548
-
1549
- /** Deletes a classification rule */
1550
- export declare interface ClassificationRulesDeletedefaultResponse extends HttpResponse {
1551
- status: "500";
1552
- body: ErrorResponseModel;
1553
- }
1554
-
1555
- export declare type ClassificationRulesDeleteParameters = RequestParameters;
1556
-
1557
- /** Get a classification rule */
1558
- export declare interface ClassificationRulesGet200Response extends HttpResponse {
1559
- status: "200";
1560
- body: ClassificationRule;
1561
- }
1562
-
1563
- /** Get a classification rule */
1564
- export declare interface ClassificationRulesGetdefaultResponse extends HttpResponse {
1565
- status: "500";
1566
- body: ErrorResponseModel;
1567
- }
1568
-
1569
- export declare type ClassificationRulesGetParameters = RequestParameters;
1570
-
1571
- export declare interface ClassificationRulesListAll {
1572
- /** List classification rules in Account */
1573
- get(options?: ClassificationRulesListAllParameters): Promise<ClassificationRulesListAll200Response | ClassificationRulesListAlldefaultResponse>;
1574
- }
1575
-
1576
- /** List classification rules in Account */
1577
- export declare interface ClassificationRulesListAll200Response extends HttpResponse {
1578
- status: "200";
1579
- body: ClassificationRuleList;
1580
- }
1581
-
1582
- /** List classification rules in Account */
1583
- export declare interface ClassificationRulesListAlldefaultResponse extends HttpResponse {
1584
- status: "500";
1585
- body: ErrorResponseModel;
1586
- }
1587
-
1588
- export declare type ClassificationRulesListAllParameters = RequestParameters;
1589
-
1590
- export declare interface ClassificationRulesListVersionsByClassificationRuleName {
1591
- /** Lists the rule versions of a classification rule */
1592
- get(options?: ClassificationRulesListVersionsByClassificationRuleNameParameters): Promise<ClassificationRulesListVersionsByClassificationRuleName200Response | ClassificationRulesListVersionsByClassificationRuleNamedefaultResponse>;
1593
- }
1594
-
1595
- /** Lists the rule versions of a classification rule */
1596
- export declare interface ClassificationRulesListVersionsByClassificationRuleName200Response extends HttpResponse {
1597
- status: "200";
1598
- body: ClassificationRuleList;
1599
- }
1600
-
1601
- /** Lists the rule versions of a classification rule */
1602
- export declare interface ClassificationRulesListVersionsByClassificationRuleNamedefaultResponse extends HttpResponse {
1603
- status: "500";
1604
- body: ErrorResponseModel;
1605
- }
1606
-
1607
- export declare type ClassificationRulesListVersionsByClassificationRuleNameParameters = RequestParameters;
1608
-
1609
- export declare interface ClassificationRulesTagClassificationVersion {
1610
- /** Sets Classification Action on a specific classification rule version. */
1611
- post(options?: ClassificationRulesTagClassificationVersionParameters): Promise<ClassificationRulesTagClassificationVersion202Response | ClassificationRulesTagClassificationVersiondefaultResponse>;
1612
- }
1613
-
1614
- /** Sets Classification Action on a specific classification rule version. */
1615
- export declare interface ClassificationRulesTagClassificationVersion202Response extends HttpResponse {
1616
- status: "202";
1617
- body: OperationResponse;
1618
- }
1619
-
1620
- /** Sets Classification Action on a specific classification rule version. */
1621
- export declare interface ClassificationRulesTagClassificationVersiondefaultResponse extends HttpResponse {
1622
- status: "500";
1623
- body: ErrorResponseModel;
1624
- }
1625
-
1626
- export declare type ClassificationRulesTagClassificationVersionParameters = RequestParameters & ClassificationRulesTagClassificationVersionQueryParam;
1627
-
1628
- export declare interface ClassificationRulesTagClassificationVersionQueryParam {
1629
- queryParameters: ClassificationRulesTagClassificationVersionQueryParamProperties;
1630
- }
1631
-
1632
- export declare interface ClassificationRulesTagClassificationVersionQueryParamProperties {
1633
- action: ClassificationAction;
1634
- }
1635
-
1636
- export declare type ClassificationRuleStatus = "Enabled" | "Disabled";
1637
-
1638
- export declare type ClassificationRuleType = "System" | "Custom";
1639
-
1640
- export declare interface ConnectedVia {
1641
- referenceName?: string;
1642
- }
1643
-
1644
- export declare interface CredentialReference {
1645
- referenceName?: string;
1646
- credentialType?: CredentialType;
1647
- }
1648
-
1649
- export declare type CredentialType = "AccountKey" | "ServicePrincipal" | "BasicAuth" | "SqlAuth" | "AmazonARN";
1650
-
1651
- export declare type CustomClassificationRule = CustomClassificationRuleBase & ClassificationRule;
1652
-
1653
- export declare interface CustomClassificationRuleBase {
1654
- properties?: CustomClassificationRulePropertiesAutoGenerated;
1655
- }
1656
-
1657
- export declare interface CustomClassificationRuleProperties {
1658
- minimumPercentageMatch?: number;
1659
- classificationAction?: ClassificationAction;
1660
- dataPatterns?: ClassificationRulePattern[];
1661
- columnPatterns?: ClassificationRulePattern[];
1662
- description?: string;
1663
- version?: number;
1664
- classificationName?: string;
1665
- ruleStatus?: ClassificationRuleStatus;
1666
- createdAt?: Date;
1667
- lastModifiedAt?: Date;
1668
- }
1669
-
1670
- export declare type CustomClassificationRulePropertiesAutoGenerated = CustomClassificationRulePropertiesAutoGeneratedBase & CustomClassificationRuleProperties;
1671
-
1672
- export declare interface CustomClassificationRulePropertiesAutoGeneratedBase {
1673
- }
1674
-
1675
- export declare interface CustomFileExtension {
1676
- customFileType?: CustomFileExtensionCustomFileType;
1677
- description?: string;
1678
- enabled?: boolean;
1679
- fileExtension?: string;
1680
- }
1681
-
1682
- export declare type CustomFileExtensionCustomFileType = CustomFileExtensionCustomFileTypeBase & CustomFileType;
1683
-
1684
- export declare interface CustomFileExtensionCustomFileTypeBase {
1685
- }
1686
-
1687
- export declare interface CustomFileType {
1688
- builtInType?: FileExtensionsType;
1689
- customDelimiter?: string;
1690
- }
1691
-
1692
- export declare type DataSource = DataSourceBase & ProxyResource;
1693
-
1694
- export declare interface DataSourceBase {
1695
- kind: DataSourceType;
1696
- scans?: Scan[];
1697
- }
1698
-
1699
- export declare interface DataSourceList {
1700
- value?: DataSource[];
1701
- nextLink?: string;
1702
- count?: number;
1703
- }
1704
-
1705
- export declare interface DataSourceProperties {
1706
- createdAt?: Date;
1707
- lastModifiedAt?: Date;
1708
- }
1709
-
1710
- /** Creates or Updates a data source */
1711
- export declare interface DataSourcesCreateOrUpdate200Response extends HttpResponse {
1712
- status: "200";
1713
- body: DataSource;
1714
- }
1715
-
1716
- /** Creates or Updates a data source */
1717
- export declare interface DataSourcesCreateOrUpdate201Response extends HttpResponse {
1718
- status: "201";
1719
- body: DataSource;
1720
- }
1721
-
1722
- export declare interface DataSourcesCreateOrUpdateBodyParam {
1723
- body?: DataSource;
1724
- }
1725
-
1726
- /** Creates or Updates a data source */
1727
- export declare interface DataSourcesCreateOrUpdatedefaultResponse extends HttpResponse {
1728
- status: "500";
1729
- body: ErrorResponseModel;
1730
- }
1731
-
1732
- export declare type DataSourcesCreateOrUpdateParameters = RequestParameters & DataSourcesCreateOrUpdateBodyParam;
1733
-
1734
- export declare interface DataSourcesDelete {
1735
- /** Creates or Updates a data source */
1736
- put(options?: DataSourcesCreateOrUpdateParameters): Promise<DataSourcesCreateOrUpdate200Response | DataSourcesCreateOrUpdate201Response | DataSourcesCreateOrUpdatedefaultResponse>;
1737
- /** Get a data source */
1738
- get(options?: DataSourcesGetParameters): Promise<DataSourcesGet200Response | DataSourcesGetdefaultResponse>;
1739
- /** Deletes a data source */
1740
- delete(options?: DataSourcesDeleteParameters): Promise<DataSourcesDelete200Response | DataSourcesDelete204Response | DataSourcesDeletedefaultResponse>;
1741
- }
1742
-
1743
- /** Deletes a data source */
1744
- export declare interface DataSourcesDelete200Response extends HttpResponse {
1745
- status: "200";
1746
- body: DataSource;
1747
- }
1748
-
1749
- /** Deletes a data source */
1750
- export declare interface DataSourcesDelete204Response extends HttpResponse {
1751
- status: "204";
1752
- }
1753
-
1754
- /** Deletes a data source */
1755
- export declare interface DataSourcesDeletedefaultResponse extends HttpResponse {
1756
- status: "500";
1757
- body: ErrorResponseModel;
1758
- }
1759
-
1760
- export declare type DataSourcesDeleteParameters = RequestParameters;
1761
-
1762
- /** Get a data source */
1763
- export declare interface DataSourcesGet200Response extends HttpResponse {
1764
- status: "200";
1765
- body: DataSource;
1766
- }
1767
-
1768
- /** Get a data source */
1769
- export declare interface DataSourcesGetdefaultResponse extends HttpResponse {
1770
- status: "500";
1771
- body: ErrorResponseModel;
1772
- }
1773
-
1774
- export declare type DataSourcesGetParameters = RequestParameters;
1775
-
1776
- export declare interface DataSourcesListAll {
1777
- /** List data sources in Data catalog */
1778
- get(options?: DataSourcesListAllParameters): Promise<DataSourcesListAll200Response | DataSourcesListAlldefaultResponse>;
1779
- }
1780
-
1781
- /** List data sources in Data catalog */
1782
- export declare interface DataSourcesListAll200Response extends HttpResponse {
1783
- status: "200";
1784
- body: DataSourceList;
1785
- }
1786
-
1787
- /** List data sources in Data catalog */
1788
- export declare interface DataSourcesListAlldefaultResponse extends HttpResponse {
1789
- status: "500";
1790
- body: ErrorResponseModel;
1791
- }
1792
-
1793
- export declare type DataSourcesListAllParameters = RequestParameters;
1794
-
1795
- export declare type 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";
1796
-
1797
- export declare type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
1798
-
1799
- export declare type DaysOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
1800
-
1801
- export declare interface ErrorInfo {
1802
- code?: string;
1803
- message?: string;
1804
- target?: string;
1805
- details?: ErrorInfo[];
1806
- }
1807
-
1808
- export declare interface ErrorModel {
1809
- code?: string;
1810
- message?: string;
1811
- target?: string;
1812
- details?: ErrorModel[];
1813
- }
1814
-
1815
- export declare interface ErrorResponseModel {
1816
- error?: ErrorResponseModelError;
1817
- }
1818
-
1819
- export declare type ErrorResponseModelError = ErrorResponseModelErrorBase & ErrorModel;
1820
-
1821
- export declare interface ErrorResponseModelErrorBase {
1822
- }
1823
-
1824
- export declare type ExpandingResourceScanProperties = ExpandingResourceScanPropertiesBase & ScanProperties;
1825
-
1826
- export declare interface ExpandingResourceScanPropertiesBase {
1827
- resourceTypes?: ExpandingResourceScanPropertiesResourceTypes;
1828
- credential?: ExpandingResourceScanPropertiesCredential;
1829
- }
1830
-
1831
- export declare type ExpandingResourceScanPropertiesCredential = ExpandingResourceScanPropertiesCredentialBase & CredentialReference;
1832
-
1833
- export declare interface ExpandingResourceScanPropertiesCredentialBase {
1834
- }
1835
-
1836
- export declare interface ExpandingResourceScanPropertiesResourceTypes {
1837
- none?: ResourceTypeFilter;
1838
- azureSubscription?: ResourceTypeFilter;
1839
- azureResourceGroup?: ResourceTypeFilter;
1840
- azureSynapseWorkspace?: ResourceTypeFilter;
1841
- azureSynapse?: ResourceTypeFilter;
1842
- adlsGen1?: ResourceTypeFilter;
1843
- adlsGen2?: ResourceTypeFilter;
1844
- amazonAccount?: ResourceTypeFilter;
1845
- amazonS3?: ResourceTypeFilter;
1846
- amazonSql?: ResourceTypeFilter;
1847
- azureCosmosDb?: ResourceTypeFilter;
1848
- azureDataExplorer?: ResourceTypeFilter;
1849
- azureFileService?: ResourceTypeFilter;
1850
- azureSqlDatabase?: ResourceTypeFilter;
1851
- amazonPostgreSql?: ResourceTypeFilter;
1852
- azurePostgreSql?: ResourceTypeFilter;
1853
- sqlServerDatabase?: ResourceTypeFilter;
1854
- azureSqlDatabaseManagedInstance?: ResourceTypeFilter;
1855
- azureSqlDataWarehouse?: ResourceTypeFilter;
1856
- azureMySql?: ResourceTypeFilter;
1857
- azureStorage?: ResourceTypeFilter;
1858
- teradata?: ResourceTypeFilter;
1859
- oracle?: ResourceTypeFilter;
1860
- sapS4Hana?: ResourceTypeFilter;
1861
- sapEcc?: ResourceTypeFilter;
1862
- powerBI?: ResourceTypeFilter;
1863
- }
1864
-
1865
- export declare type FileExtensionsType = "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";
1866
-
1867
- export declare type Filter = FilterBase & ProxyResource;
1868
-
1869
- export declare interface FilterBase {
1870
- properties?: FilterProperties;
1871
- }
1872
-
1873
- export declare type FilterProperties = FilterPropertiesBase & FilterPropertiesAutoGenerated;
1874
-
1875
- export declare interface FilterPropertiesAutoGenerated {
1876
- excludeUriPrefixes?: string[];
1877
- includeUriPrefixes?: string[];
1878
- }
1879
-
1880
- export declare interface FilterPropertiesBase {
1881
- }
1882
-
1883
- export declare interface FiltersCreateOrUpdate {
1884
- /** Get a filter */
1885
- get(options?: FiltersGetParameters): Promise<FiltersGet200Response | FiltersGetdefaultResponse>;
1886
- /** Creates or updates a filter */
1887
- put(options?: FiltersCreateOrUpdateParameters): Promise<FiltersCreateOrUpdate200Response | FiltersCreateOrUpdate201Response | FiltersCreateOrUpdatedefaultResponse>;
1888
- }
1889
-
1890
- /** Creates or updates a filter */
1891
- export declare interface FiltersCreateOrUpdate200Response extends HttpResponse {
1892
- status: "200";
1893
- body: Filter;
1894
- }
1895
-
1896
- /** Creates or updates a filter */
1897
- export declare interface FiltersCreateOrUpdate201Response extends HttpResponse {
1898
- status: "201";
1899
- body: Filter;
1900
- }
1901
-
1902
- export declare interface FiltersCreateOrUpdateBodyParam {
1903
- body?: Filter;
1904
- }
1905
-
1906
- /** Creates or updates a filter */
1907
- export declare interface FiltersCreateOrUpdatedefaultResponse extends HttpResponse {
1908
- status: "500";
1909
- body: ErrorResponseModel;
1910
- }
1911
-
1912
- export declare type FiltersCreateOrUpdateParameters = RequestParameters & FiltersCreateOrUpdateBodyParam;
1913
-
1914
- /** Get a filter */
1915
- export declare interface FiltersGet200Response extends HttpResponse {
1916
- status: "200";
1917
- body: Filter;
1918
- }
1919
-
1920
- /** Get a filter */
1921
- export declare interface FiltersGetdefaultResponse extends HttpResponse {
1922
- status: "500";
1923
- body: ErrorResponseModel;
1924
- }
1925
-
1926
- export declare type FiltersGetParameters = RequestParameters;
1927
-
1928
- /** Creates an instance of a key vault connection */
1929
- export declare interface KeyVaultConnectionsCreate200Response extends HttpResponse {
1930
- status: "200";
1931
- body: AzureKeyVault;
1932
- }
1933
-
1934
- export declare interface KeyVaultConnectionsCreateBodyParam {
1935
- body: AzureKeyVault;
1936
- }
1937
-
1938
- /** Creates an instance of a key vault connection */
1939
- export declare interface KeyVaultConnectionsCreatedefaultResponse extends HttpResponse {
1940
- status: "500";
1941
- body: ErrorResponseModel;
1942
- }
1943
-
1944
- export declare type KeyVaultConnectionsCreateParameters = RequestParameters & KeyVaultConnectionsCreateBodyParam;
1945
-
1946
- export declare interface KeyVaultConnectionsDelete {
1947
- /** Gets key vault information */
1948
- get(options?: KeyVaultConnectionsGetParameters): Promise<KeyVaultConnectionsGet200Response | KeyVaultConnectionsGetdefaultResponse>;
1949
- /** Creates an instance of a key vault connection */
1950
- put(options: KeyVaultConnectionsCreateParameters): Promise<KeyVaultConnectionsCreate200Response | KeyVaultConnectionsCreatedefaultResponse>;
1951
- /** Deletes the key vault connection associated with the account */
1952
- delete(options?: KeyVaultConnectionsDeleteParameters): Promise<KeyVaultConnectionsDelete200Response | KeyVaultConnectionsDelete204Response | KeyVaultConnectionsDeletedefaultResponse>;
1953
- }
1954
-
1955
- /** Deletes the key vault connection associated with the account */
1956
- export declare interface KeyVaultConnectionsDelete200Response extends HttpResponse {
1957
- status: "200";
1958
- body: AzureKeyVault;
1959
- }
1960
-
1961
- /** Deletes the key vault connection associated with the account */
1962
- export declare interface KeyVaultConnectionsDelete204Response extends HttpResponse {
1963
- status: "204";
1964
- }
1965
-
1966
- /** Deletes the key vault connection associated with the account */
1967
- export declare interface KeyVaultConnectionsDeletedefaultResponse extends HttpResponse {
1968
- status: "500";
1969
- body: ErrorResponseModel;
1970
- }
1971
-
1972
- export declare type KeyVaultConnectionsDeleteParameters = RequestParameters;
1973
-
1974
- /** Gets key vault information */
1975
- export declare interface KeyVaultConnectionsGet200Response extends HttpResponse {
1976
- status: "200";
1977
- body: AzureKeyVault;
1978
- }
1979
-
1980
- /** Gets key vault information */
1981
- export declare interface KeyVaultConnectionsGetdefaultResponse extends HttpResponse {
1982
- status: "500";
1983
- body: ErrorResponseModel;
1984
- }
1985
-
1986
- export declare type KeyVaultConnectionsGetParameters = RequestParameters;
1987
-
1988
- export declare interface KeyVaultConnectionsListAll {
1989
- /** List key vault connections in account */
1990
- get(options?: KeyVaultConnectionsListAllParameters): Promise<KeyVaultConnectionsListAll200Response | KeyVaultConnectionsListAlldefaultResponse>;
1991
- }
1992
-
1993
- /** List key vault connections in account */
1994
- export declare interface KeyVaultConnectionsListAll200Response extends HttpResponse {
1995
- status: "200";
1996
- body: AzureKeyVaultList;
1997
- }
1998
-
1999
- /** List key vault connections in account */
2000
- export declare interface KeyVaultConnectionsListAlldefaultResponse extends HttpResponse {
2001
- status: "500";
2002
- body: ErrorResponseModel;
2003
- }
2004
-
2005
- export declare type KeyVaultConnectionsListAllParameters = RequestParameters;
2006
-
2007
- export declare type MitiScanProperties = MitiScanPropertiesBase & ScanProperties;
2008
-
2009
- export declare interface MitiScanPropertiesBase {
2010
- maximumMemoryAllowedInGb?: string;
2011
- mitiCache?: string;
2012
- }
2013
-
2014
- export declare interface Notification {
2015
- message?: string;
2016
- code?: number;
2017
- }
2018
-
2019
- export declare interface OperationResponse {
2020
- scanResultId?: string;
2021
- startTime?: Date;
2022
- endTime?: Date;
2023
- status?: OperationStatus;
2024
- error?: OperationResponseError;
2025
- }
2026
-
2027
- export declare type OperationResponseError = OperationResponseErrorBase & ErrorInfo;
2028
-
2029
- export declare interface OperationResponseErrorBase {
2030
- }
2031
-
2032
- export declare type OperationStatus = "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled";
2033
-
2034
- export declare type OracleCredentialScan = OracleCredentialScanBase & Scan;
2035
-
2036
- export declare interface OracleCredentialScanBase {
2037
- properties?: OracleCredentialScanPropertiesAutoGenerated;
2038
- }
2039
-
2040
- export declare type OracleCredentialScanProperties = OracleCredentialScanPropertiesBase & MitiScanProperties;
2041
-
2042
- export declare type OracleCredentialScanPropertiesAutoGenerated = OracleCredentialScanPropertiesAutoGeneratedBase & OracleCredentialScanProperties;
2043
-
2044
- export declare interface OracleCredentialScanPropertiesAutoGeneratedBase {
2045
- }
2046
-
2047
- export declare interface OracleCredentialScanPropertiesBase {
2048
- credential?: OracleCredentialScanPropertiesCredential;
2049
- schema?: string;
2050
- driverLocation?: string;
2051
- }
2052
-
2053
- export declare type OracleCredentialScanPropertiesCredential = OracleCredentialScanPropertiesCredentialBase & CredentialReference;
2054
-
2055
- export declare interface OracleCredentialScanPropertiesCredentialBase {
2056
- }
2057
-
2058
- export declare type OracleDataSource = OracleDataSourceBase & DataSource;
2059
-
2060
- export declare interface OracleDataSourceBase {
2061
- properties?: OracleDataSourceProperties;
2062
- }
2063
-
2064
- export declare type OracleDataSourceProperties = OracleDataSourcePropertiesBase & OracleProperties;
2065
-
2066
- export declare interface OracleDataSourcePropertiesBase {
2067
- }
2068
-
2069
- export declare type OracleProperties = OraclePropertiesBase & DataSourceProperties;
2070
-
2071
- export declare interface OraclePropertiesBase {
2072
- host?: string;
2073
- port?: string;
2074
- service?: string;
2075
- }
2076
-
2077
- export declare type OracleScanRuleset = OracleScanRulesetBase & ScanRuleset;
2078
-
2079
- export declare interface OracleScanRulesetBase {
2080
- properties?: OracleScanRulesetPropertiesAutoGenerated;
2081
- }
2082
-
2083
- export declare type OracleScanRulesetProperties = OracleScanRulesetPropertiesBase & ScanRulesetProperties;
2084
-
2085
- export declare type OracleScanRulesetPropertiesAutoGenerated = OracleScanRulesetPropertiesAutoGeneratedBase & OracleScanRulesetProperties;
2086
-
2087
- export declare interface OracleScanRulesetPropertiesAutoGeneratedBase {
2088
- }
2089
-
2090
- export declare interface OracleScanRulesetPropertiesBase {
2091
- }
2092
-
2093
- export declare type OracleSystemScanRuleset = OracleSystemScanRulesetBase & SystemScanRuleset;
2094
-
2095
- export declare interface OracleSystemScanRulesetBase {
2096
- properties?: OracleSystemScanRulesetProperties;
2097
- }
2098
-
2099
- export declare type OracleSystemScanRulesetProperties = OracleSystemScanRulesetPropertiesBase & OracleScanRulesetProperties;
2100
-
2101
- export declare interface OracleSystemScanRulesetPropertiesBase {
2102
- }
2103
-
2104
- export declare type OracleUserPassScan = OracleUserPassScanBase & Scan;
2105
-
2106
- export declare interface OracleUserPassScanBase {
2107
- properties?: OracleUserPassScanPropertiesAutoGenerated;
2108
- }
2109
-
2110
- export declare type OracleUserPassScanProperties = OracleUserPassScanPropertiesBase & MitiScanProperties;
2111
-
2112
- export declare type OracleUserPassScanPropertiesAutoGenerated = OracleUserPassScanPropertiesAutoGeneratedBase & OracleUserPassScanProperties;
2113
-
2114
- export declare interface OracleUserPassScanPropertiesAutoGeneratedBase {
2115
- }
2116
-
2117
- export declare interface OracleUserPassScanPropertiesBase {
2118
- username?: string;
2119
- password?: string;
2120
- schema?: string;
2121
- driverLocation?: string;
2122
- }
2123
-
2124
- export declare type PowerBIDataSource = PowerBIDataSourceBase & DataSource;
2125
-
2126
- export declare interface PowerBIDataSourceBase {
2127
- properties?: PowerBIDataSourceProperties;
2128
- }
2129
-
2130
- export declare type PowerBIDataSourceProperties = PowerBIDataSourcePropertiesBase & PowerBIProperties;
2131
-
2132
- export declare interface PowerBIDataSourcePropertiesBase {
2133
- }
2134
-
2135
- export declare type PowerBIDelegatedScan = PowerBIDelegatedScanBase & Scan;
2136
-
2137
- export declare interface PowerBIDelegatedScanBase {
2138
- properties?: PowerBIDelegatedScanPropertiesAutoGenerated;
2139
- }
2140
-
2141
- export declare type PowerBIDelegatedScanProperties = PowerBIDelegatedScanPropertiesBase & ScanProperties;
2142
-
2143
- export declare type PowerBIDelegatedScanPropertiesAutoGenerated = PowerBIDelegatedScanPropertiesAutoGeneratedBase & PowerBIDelegatedScanProperties;
2144
-
2145
- export declare interface PowerBIDelegatedScanPropertiesAutoGeneratedBase {
2146
- }
2147
-
2148
- export declare interface PowerBIDelegatedScanPropertiesBase {
2149
- tenant?: string;
2150
- authenticationType?: string;
2151
- clientId?: string;
2152
- userName?: string;
2153
- password?: string;
2154
- includePersonalWorkspaces?: boolean;
2155
- }
2156
-
2157
- export declare type PowerBIMsiScan = PowerBIMsiScanBase & Scan;
2158
-
2159
- export declare interface PowerBIMsiScanBase {
2160
- properties?: PowerBIMsiScanPropertiesAutoGenerated;
2161
- }
2162
-
2163
- export declare type PowerBIMsiScanProperties = PowerBIMsiScanPropertiesBase & ScanProperties;
2164
-
2165
- export declare type PowerBIMsiScanPropertiesAutoGenerated = PowerBIMsiScanPropertiesAutoGeneratedBase & PowerBIMsiScanProperties;
2166
-
2167
- export declare interface PowerBIMsiScanPropertiesAutoGeneratedBase {
2168
- }
2169
-
2170
- export declare interface PowerBIMsiScanPropertiesBase {
2171
- includePersonalWorkspaces?: boolean;
2172
- }
2173
-
2174
- export declare type PowerBIProperties = PowerBIPropertiesBase & DataSourceProperties;
2175
-
2176
- export declare interface PowerBIPropertiesBase {
2177
- tenant?: string;
2178
- }
2179
-
2180
- export declare type PowerBIScanRuleset = PowerBIScanRulesetBase & ScanRuleset;
2181
-
2182
- export declare interface PowerBIScanRulesetBase {
2183
- properties?: PowerBIScanRulesetPropertiesAutoGenerated;
2184
- }
2185
-
2186
- export declare type PowerBIScanRulesetProperties = PowerBIScanRulesetPropertiesBase & ScanRulesetProperties;
2187
-
2188
- export declare type PowerBIScanRulesetPropertiesAutoGenerated = PowerBIScanRulesetPropertiesAutoGeneratedBase & PowerBIScanRulesetProperties;
2189
-
2190
- export declare interface PowerBIScanRulesetPropertiesAutoGeneratedBase {
2191
- }
2192
-
2193
- export declare interface PowerBIScanRulesetPropertiesBase {
2194
- }
2195
-
2196
- export declare type PowerBISystemScanRuleset = PowerBISystemScanRulesetBase & SystemScanRuleset;
2197
-
2198
- export declare interface PowerBISystemScanRulesetBase {
2199
- properties?: PowerBISystemScanRulesetProperties;
2200
- }
2201
-
2202
- export declare type PowerBISystemScanRulesetProperties = PowerBISystemScanRulesetPropertiesBase & PowerBIScanRulesetProperties;
2203
-
2204
- export declare interface PowerBISystemScanRulesetPropertiesBase {
2205
- }
2206
-
2207
- export declare interface ProxyResource {
2208
- id?: string;
2209
- name?: string;
2210
- }
2211
-
2212
- declare function PurviewScanning(Endpoint: string, credentials: TokenCredential, options?: ClientOptions): PurviewScanningRestClient;
2213
- export default PurviewScanning;
2214
-
2215
- export declare type PurviewScanningRestClient = Client & {
2216
- path: Routes;
2217
- };
2218
-
2219
- export declare interface RecurrenceSchedule {
2220
- /** Dictionary of <any> */
2221
- additionalProperties?: RecurrenceScheduleAdditionalPropertiesDictionary;
2222
- minutes?: number[];
2223
- hours?: number[];
2224
- weekDays?: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday"[];
2225
- monthDays?: number[];
2226
- monthlyOccurrences?: RecurrenceScheduleOccurrence[];
2227
- }
2228
-
2229
- export declare type RecurrenceScheduleAdditionalPropertiesDictionary = Record<string, any>;
2230
-
2231
- export declare interface RecurrenceScheduleOccurrence {
2232
- /** Dictionary of <any> */
2233
- additionalProperties?: RecurrenceScheduleOccurrenceAdditionalPropertiesDictionary;
2234
- day?: DayOfWeek;
2235
- occurrence?: number;
2236
- }
2237
-
2238
- export declare type RecurrenceScheduleOccurrenceAdditionalPropertiesDictionary = Record<string, any>;
2239
-
2240
- export declare type RegexClassificationRulePattern = RegexClassificationRulePatternBase & ClassificationRulePattern;
2241
-
2242
- export declare interface RegexClassificationRulePatternBase {
2243
- pattern?: string;
2244
- }
2245
-
2246
- export declare interface ResourceNameFilter {
2247
- excludePrefixes?: string[];
2248
- includePrefixes?: string[];
2249
- resources?: string[];
2250
- }
2251
-
2252
- export declare interface ResourceTypeFilter {
2253
- scanRulesetName?: string;
2254
- scanRulesetType?: ScanRulesetType;
2255
- resourceNameFilter?: ResourceTypeFilterResourceNameFilter;
2256
- credential?: ResourceTypeFilterCredential;
2257
- }
2258
-
2259
- export declare type ResourceTypeFilterCredential = ResourceTypeFilterCredentialBase & CredentialReference;
2260
-
2261
- export declare interface ResourceTypeFilterCredentialBase {
2262
- }
2263
-
2264
- export declare type ResourceTypeFilterResourceNameFilter = ResourceTypeFilterResourceNameFilterBase & ResourceNameFilter;
2265
-
2266
- export declare interface ResourceTypeFilterResourceNameFilterBase {
2267
- }
2268
-
2269
- export declare interface Routes {
2270
- /** Resource for '/azureKeyVaults/\{keyVaultName\}' has methods for the following verbs: get, put, delete */
2271
- (path: "/azureKeyVaults/{keyVaultName}", keyVaultName: string): KeyVaultConnectionsDelete;
2272
- /** Resource for '/azureKeyVaults' has methods for the following verbs: get */
2273
- (path: "/azureKeyVaults"): KeyVaultConnectionsListAll;
2274
- /** Resource for '/classificationrules/\{classificationRuleName\}' has methods for the following verbs: get, put, delete */
2275
- (path: "/classificationrules/{classificationRuleName}", classificationRuleName: string): ClassificationRulesDelete;
2276
- /** Resource for '/classificationrules' has methods for the following verbs: get */
2277
- (path: "/classificationrules"): ClassificationRulesListAll;
2278
- /** Resource for '/classificationrules/\{classificationRuleName\}/versions' has methods for the following verbs: get */
2279
- (path: "/classificationrules/{classificationRuleName}/versions", classificationRuleName: string): ClassificationRulesListVersionsByClassificationRuleName;
2280
- /** Resource for '/classificationrules/\{classificationRuleName\}/versions/\{classificationRuleVersion\}/:tag' has methods for the following verbs: post */
2281
- (path: "/classificationrules/{classificationRuleName}/versions/{classificationRuleVersion}/:tag", classificationRuleName: string, classificationRuleVersion: string): ClassificationRulesTagClassificationVersion;
2282
- /** Resource for '/datasources/\{dataSourceName\}' has methods for the following verbs: put, get, delete */
2283
- (path: "/datasources/{dataSourceName}", dataSourceName: string): DataSourcesDelete;
2284
- /** Resource for '/datasources' has methods for the following verbs: get */
2285
- (path: "/datasources"): DataSourcesListAll;
2286
- /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/filters/custom' has methods for the following verbs: get, put */
2287
- (path: "/datasources/{dataSourceName}/scans/{scanName}/filters/custom", dataSourceName: string, scanName: string): FiltersCreateOrUpdate;
2288
- /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}' has methods for the following verbs: put, get, delete */
2289
- (path: "/datasources/{dataSourceName}/scans/{scanName}", dataSourceName: string, scanName: string): ScansDelete;
2290
- /** Resource for '/datasources/\{dataSourceName\}/scans' has methods for the following verbs: get */
2291
- (path: "/datasources/{dataSourceName}/scans", dataSourceName: string): ScansListByDataSource;
2292
- /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs/\{runId\}' has methods for the following verbs: put */
2293
- (path: "/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}", dataSourceName: string, scanName: string, runId: string): ScanResultRunScan;
2294
- /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs/\{runId\}/:cancel' has methods for the following verbs: post */
2295
- (path: "/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}/:cancel", dataSourceName: string, scanName: string, runId: string): ScanResultCancelScan;
2296
- /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs' has methods for the following verbs: get */
2297
- (path: "/datasources/{dataSourceName}/scans/{scanName}/runs", dataSourceName: string, scanName: string): ScanResultListScanHistory;
2298
- /** Resource for '/scanrulesets/\{scanRulesetName\}' has methods for the following verbs: get, put, delete */
2299
- (path: "/scanrulesets/{scanRulesetName}", scanRulesetName: string): ScanRulesetsDelete;
2300
- /** Resource for '/scanrulesets' has methods for the following verbs: get */
2301
- (path: "/scanrulesets"): ScanRulesetsListAll;
2302
- /** Resource for '/systemScanRulesets' has methods for the following verbs: get */
2303
- (path: "/systemScanRulesets"): SystemScanRulesetsListAll;
2304
- /** Resource for '/systemScanRulesets/datasources/\{dataSourceType\}' has methods for the following verbs: get */
2305
- (path: "/systemScanRulesets/datasources/{dataSourceType}", dataSourceType: string): SystemScanRulesetsGet;
2306
- /** Resource for '/systemScanRulesets/versions/\{version\}' has methods for the following verbs: get */
2307
- (path: "/systemScanRulesets/versions/{version}", version: string): SystemScanRulesetsGetByVersion;
2308
- /** Resource for '/systemScanRulesets/versions/latest' has methods for the following verbs: get */
2309
- (path: "/systemScanRulesets/versions/latest"): SystemScanRulesetsGetLatest;
2310
- /** Resource for '/systemScanRulesets/versions' has methods for the following verbs: get */
2311
- (path: "/systemScanRulesets/versions"): SystemScanRulesetsListVersionsByDataSource;
2312
- /** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default' has methods for the following verbs: get, put, delete */
2313
- (path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default", dataSourceName: string, scanName: string): TriggersDeleteTrigger;
2314
- }
2315
-
2316
- export declare type SapEccCredentialScan = SapEccCredentialScanBase & Scan;
2317
-
2318
- export declare interface SapEccCredentialScanBase {
2319
- properties?: SapEccCredentialScanPropertiesAutoGenerated;
2320
- }
2321
-
2322
- export declare type SapEccCredentialScanProperties = SapEccCredentialScanPropertiesBase & MitiScanProperties;
2323
-
2324
- export declare type SapEccCredentialScanPropertiesAutoGenerated = SapEccCredentialScanPropertiesAutoGeneratedBase & SapEccCredentialScanProperties;
2325
-
2326
- export declare interface SapEccCredentialScanPropertiesAutoGeneratedBase {
2327
- }
2328
-
2329
- export declare interface SapEccCredentialScanPropertiesBase {
2330
- clientId?: string;
2331
- credential?: SapEccCredentialScanPropertiesCredential;
2332
- jCoLibraryPath?: string;
2333
- }
2334
-
2335
- export declare type SapEccCredentialScanPropertiesCredential = SapEccCredentialScanPropertiesCredentialBase & CredentialReference;
2336
-
2337
- export declare interface SapEccCredentialScanPropertiesCredentialBase {
2338
- }
2339
-
2340
- export declare type SapEccDataSource = SapEccDataSourceBase & DataSource;
2341
-
2342
- export declare interface SapEccDataSourceBase {
2343
- properties?: SapEccDataSourceProperties;
2344
- }
2345
-
2346
- export declare type SapEccDataSourceProperties = SapEccDataSourcePropertiesBase & SapEccProperties;
2347
-
2348
- export declare interface SapEccDataSourcePropertiesBase {
2349
- }
2350
-
2351
- export declare type SapEccProperties = SapEccPropertiesBase & DataSourceProperties;
2352
-
2353
- export declare interface SapEccPropertiesBase {
2354
- applicationServer?: string;
2355
- systemNumber?: string;
2356
- }
2357
-
2358
- export declare type SapEccScanRuleset = SapEccScanRulesetBase & ScanRuleset;
2359
-
2360
- export declare interface SapEccScanRulesetBase {
2361
- properties?: SapEccScanRulesetPropertiesAutoGenerated;
2362
- }
2363
-
2364
- export declare type SapEccScanRulesetProperties = SapEccScanRulesetPropertiesBase & ScanRulesetProperties;
2365
-
2366
- export declare type SapEccScanRulesetPropertiesAutoGenerated = SapEccScanRulesetPropertiesAutoGeneratedBase & SapEccScanRulesetProperties;
2367
-
2368
- export declare interface SapEccScanRulesetPropertiesAutoGeneratedBase {
2369
- }
2370
-
2371
- export declare interface SapEccScanRulesetPropertiesBase {
2372
- }
2373
-
2374
- export declare type SapEccSystemScanRuleset = SapEccSystemScanRulesetBase & SystemScanRuleset;
2375
-
2376
- export declare interface SapEccSystemScanRulesetBase {
2377
- properties?: SapEccSystemScanRulesetProperties;
2378
- }
2379
-
2380
- export declare type SapEccSystemScanRulesetProperties = SapEccSystemScanRulesetPropertiesBase & SapEccScanRulesetProperties;
2381
-
2382
- export declare interface SapEccSystemScanRulesetPropertiesBase {
2383
- }
2384
-
2385
- export declare type SapEccUserPassScan = SapEccUserPassScanBase & Scan;
2386
-
2387
- export declare interface SapEccUserPassScanBase {
2388
- properties?: SapEccUserPassScanPropertiesAutoGenerated;
2389
- }
2390
-
2391
- export declare type SapEccUserPassScanProperties = SapEccUserPassScanPropertiesBase & MitiScanProperties;
2392
-
2393
- export declare type SapEccUserPassScanPropertiesAutoGenerated = SapEccUserPassScanPropertiesAutoGeneratedBase & SapEccUserPassScanProperties;
2394
-
2395
- export declare interface SapEccUserPassScanPropertiesAutoGeneratedBase {
2396
- }
2397
-
2398
- export declare interface SapEccUserPassScanPropertiesBase {
2399
- clientId?: string;
2400
- username?: string;
2401
- password?: string;
2402
- jCoLibraryPath?: string;
2403
- }
2404
-
2405
- export declare type SapS4HanaDataSource = SapS4HanaDataSourceBase & DataSource;
2406
-
2407
- export declare interface SapS4HanaDataSourceBase {
2408
- properties?: SapS4HanaDataSourceProperties;
2409
- }
2410
-
2411
- export declare type SapS4HanaDataSourceProperties = SapS4HanaDataSourcePropertiesBase & SapS4HanaProperties;
2412
-
2413
- export declare interface SapS4HanaDataSourcePropertiesBase {
2414
- }
2415
-
2416
- export declare type SapS4HanaProperties = SapS4HanaPropertiesBase & DataSourceProperties;
2417
-
2418
- export declare interface SapS4HanaPropertiesBase {
2419
- applicationServer?: string;
2420
- systemNumber?: string;
2421
- }
2422
-
2423
- export declare type SapS4HanaSapS4HanaCredentialScan = SapS4HanaSapS4HanaCredentialScanBase & Scan;
2424
-
2425
- export declare interface SapS4HanaSapS4HanaCredentialScanBase {
2426
- properties?: SapS4HanaSapS4HanaCredentialScanPropertiesAutoGenerated;
2427
- }
2428
-
2429
- export declare type SapS4HanaSapS4HanaCredentialScanProperties = SapS4HanaSapS4HanaCredentialScanPropertiesBase & MitiScanProperties;
2430
-
2431
- export declare type SapS4HanaSapS4HanaCredentialScanPropertiesAutoGenerated = SapS4HanaSapS4HanaCredentialScanPropertiesAutoGeneratedBase & SapS4HanaSapS4HanaCredentialScanProperties;
2432
-
2433
- export declare interface SapS4HanaSapS4HanaCredentialScanPropertiesAutoGeneratedBase {
2434
- }
2435
-
2436
- export declare interface SapS4HanaSapS4HanaCredentialScanPropertiesBase {
2437
- clientId?: string;
2438
- credential?: SapS4HanaSapS4HanaCredentialScanPropertiesCredential;
2439
- jCoLibraryPath?: string;
2440
- }
2441
-
2442
- export declare type SapS4HanaSapS4HanaCredentialScanPropertiesCredential = SapS4HanaSapS4HanaCredentialScanPropertiesCredentialBase & CredentialReference;
2443
-
2444
- export declare interface SapS4HanaSapS4HanaCredentialScanPropertiesCredentialBase {
2445
- }
2446
-
2447
- export declare type SapS4HanaSapS4HanaUserPassScan = SapS4HanaSapS4HanaUserPassScanBase & Scan;
2448
-
2449
- export declare interface SapS4HanaSapS4HanaUserPassScanBase {
2450
- properties?: SapS4HanaSapS4HanaUserPassScanPropertiesAutoGenerated;
2451
- }
2452
-
2453
- export declare type SapS4HanaSapS4HanaUserPassScanProperties = SapS4HanaSapS4HanaUserPassScanPropertiesBase & MitiScanProperties;
2454
-
2455
- export declare type SapS4HanaSapS4HanaUserPassScanPropertiesAutoGenerated = SapS4HanaSapS4HanaUserPassScanPropertiesAutoGeneratedBase & SapS4HanaSapS4HanaUserPassScanProperties;
2456
-
2457
- export declare interface SapS4HanaSapS4HanaUserPassScanPropertiesAutoGeneratedBase {
2458
- }
2459
-
2460
- export declare interface SapS4HanaSapS4HanaUserPassScanPropertiesBase {
2461
- clientId?: string;
2462
- username?: string;
2463
- password?: string;
2464
- jCoLibraryPath?: string;
2465
- }
2466
-
2467
- export declare type SapS4HanaScanRuleset = SapS4HanaScanRulesetBase & ScanRuleset;
2468
-
2469
- export declare interface SapS4HanaScanRulesetBase {
2470
- properties?: SapS4HanaScanRulesetPropertiesAutoGenerated;
2471
- }
2472
-
2473
- export declare type SapS4HanaScanRulesetProperties = SapS4HanaScanRulesetPropertiesBase & ScanRulesetProperties;
2474
-
2475
- export declare type SapS4HanaScanRulesetPropertiesAutoGenerated = SapS4HanaScanRulesetPropertiesAutoGeneratedBase & SapS4HanaScanRulesetProperties;
2476
-
2477
- export declare interface SapS4HanaScanRulesetPropertiesAutoGeneratedBase {
2478
- }
2479
-
2480
- export declare interface SapS4HanaScanRulesetPropertiesBase {
2481
- }
2482
-
2483
- export declare type SapS4HanaSystemScanRuleset = SapS4HanaSystemScanRulesetBase & SystemScanRuleset;
2484
-
2485
- export declare interface SapS4HanaSystemScanRulesetBase {
2486
- properties?: SapS4HanaSystemScanRulesetProperties;
2487
- }
2488
-
2489
- export declare type SapS4HanaSystemScanRulesetProperties = SapS4HanaSystemScanRulesetPropertiesBase & SapS4HanaScanRulesetProperties;
2490
-
2491
- export declare interface SapS4HanaSystemScanRulesetPropertiesBase {
2492
- }
2493
-
2494
- export declare type Scan = ScanBase & ProxyResource;
2495
-
2496
- export declare type ScanAuthorizationType = "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" | "TeradataTeradataUserPass" | "TeradataUserPass" | "OracleOracleCredential" | "OracleOracleUserPass" | "SapS4HanaSapS4HanaCredential" | "SapS4HanaSapS4HanaUserPass" | "SapEccSapEccCredential" | "SapEccSapEccUserPass" | "PowerBIDelegated" | "PowerBIMsi";
2497
-
2498
- export declare interface ScanBase {
2499
- kind: ScanAuthorizationType;
2500
- scanResults?: ScanResult[];
2501
- }
2502
-
2503
- export declare interface ScanDiagnostics {
2504
- notifications?: Notification[];
2505
- /** Dictionary of <integer> */
2506
- exceptionCountMap?: ScanDiagnosticsExceptionCountMapDictionary;
2507
- }
2508
-
2509
- export declare type ScanDiagnosticsExceptionCountMapDictionary = Record<string, number>;
2510
-
2511
- export declare interface ScanHistoryList {
2512
- value?: ScanResult[];
2513
- nextLink?: string;
2514
- count?: number;
2515
- }
2516
-
2517
- export declare type ScanLevelType = "Full" | "Incremental";
2518
-
2519
- export declare interface ScanList {
2520
- value?: Scan[];
2521
- nextLink?: string;
2522
- count?: number;
2523
- }
2524
-
2525
- export declare interface ScanningRule {
2526
- fileExtensions?: "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"[];
2527
- customFileExtensions?: CustomFileExtension[];
2528
- }
2529
-
2530
- export declare type ScanningRuleScanRulesetProperties = ScanningRuleScanRulesetPropertiesBase & ScanRulesetProperties;
2531
-
2532
- export declare interface ScanningRuleScanRulesetPropertiesBase {
2533
- scanningRule?: ScanningRuleScanRulesetPropertiesScanningRule;
2534
- }
2535
-
2536
- export declare type ScanningRuleScanRulesetPropertiesScanningRule = ScanningRuleScanRulesetPropertiesScanningRuleBase & ScanningRule;
2537
-
2538
- export declare interface ScanningRuleScanRulesetPropertiesScanningRuleBase {
2539
- }
2540
-
2541
- export declare interface ScanProperties {
2542
- scanRulesetName?: string;
2543
- scanRulesetType?: ScanRulesetType;
2544
- workers?: number;
2545
- createdAt?: Date;
2546
- lastModifiedAt?: Date;
2547
- connectedVia?: ScanPropertiesConnectedVia;
2548
- }
2549
-
2550
- export declare type ScanPropertiesConnectedVia = ScanPropertiesConnectedViaBase & ConnectedVia;
2551
-
2552
- export declare interface ScanPropertiesConnectedViaBase {
2553
- }
2554
-
2555
- export declare interface ScanResult {
2556
- parentId?: string;
2557
- id?: string;
2558
- resourceId?: string;
2559
- status?: string;
2560
- assetsDiscovered?: number;
2561
- assetsClassified?: number;
2562
- diagnostics?: ScanResultDiagnostics;
2563
- startTime?: Date;
2564
- queuedTime?: Date;
2565
- pipelineStartTime?: Date;
2566
- endTime?: Date;
2567
- scanRulesetVersion?: number;
2568
- scanRulesetType?: ScanRulesetType;
2569
- scanLevelType?: ScanLevelType;
2570
- errorMessage?: string;
2571
- error?: ScanResultError;
2572
- runType?: string;
2573
- dataSourceType?: DataSourceType;
2574
- }
2575
-
2576
- export declare interface ScanResultCancelScan {
2577
- /** Cancels a scan */
2578
- post(options?: ScanResultCancelScanParameters): Promise<ScanResultCancelScan202Response | ScanResultCancelScandefaultResponse>;
2579
- }
2580
-
2581
- /** Cancels a scan */
2582
- export declare interface ScanResultCancelScan202Response extends HttpResponse {
2583
- status: "202";
2584
- body: OperationResponse;
2585
- }
2586
-
2587
- /** Cancels a scan */
2588
- export declare interface ScanResultCancelScandefaultResponse extends HttpResponse {
2589
- status: "500";
2590
- body: ErrorResponseModel;
2591
- }
2592
-
2593
- export declare type ScanResultCancelScanParameters = RequestParameters;
2594
-
2595
- export declare type ScanResultDiagnostics = ScanResultDiagnosticsBase & ScanDiagnostics;
2596
-
2597
- export declare interface ScanResultDiagnosticsBase {
2598
- }
2599
-
2600
- export declare type ScanResultError = ScanResultErrorBase & ErrorModel;
2601
-
2602
- export declare interface ScanResultErrorBase {
2603
- }
2604
-
2605
- export declare interface ScanResultListScanHistory {
2606
- /** Lists the scan history of a scan */
2607
- get(options?: ScanResultListScanHistoryParameters): Promise<ScanResultListScanHistory200Response | ScanResultListScanHistorydefaultResponse>;
2608
- }
2609
-
2610
- /** Lists the scan history of a scan */
2611
- export declare interface ScanResultListScanHistory200Response extends HttpResponse {
2612
- status: "200";
2613
- body: ScanHistoryList;
2614
- }
2615
-
2616
- /** Lists the scan history of a scan */
2617
- export declare interface ScanResultListScanHistorydefaultResponse extends HttpResponse {
2618
- status: "500";
2619
- body: ErrorResponseModel;
2620
- }
2621
-
2622
- export declare type ScanResultListScanHistoryParameters = RequestParameters;
2623
-
2624
- export declare interface ScanResultRunScan {
2625
- /** Runs the scan */
2626
- put(options?: ScanResultRunScanParameters): Promise<ScanResultRunScan202Response | ScanResultRunScandefaultResponse>;
2627
- }
2628
-
2629
- /** Runs the scan */
2630
- export declare interface ScanResultRunScan202Response extends HttpResponse {
2631
- status: "202";
2632
- body: OperationResponse;
2633
- }
2634
-
2635
- /** Runs the scan */
2636
- export declare interface ScanResultRunScandefaultResponse extends HttpResponse {
2637
- status: "500";
2638
- body: ErrorResponseModel;
2639
- }
2640
-
2641
- export declare type ScanResultRunScanParameters = RequestParameters & ScanResultRunScanQueryParam;
2642
-
2643
- export declare interface ScanResultRunScanQueryParam {
2644
- queryParameters?: ScanResultRunScanQueryParamProperties;
2645
- }
2646
-
2647
- export declare interface ScanResultRunScanQueryParamProperties {
2648
- scanLevel?: ScanLevelType;
2649
- }
2650
-
2651
- export declare type ScanRuleset = ScanRulesetBase & VersionedScanRuleset;
2652
-
2653
- export declare interface ScanRulesetBase {
2654
- kind: DataSourceType;
2655
- }
2656
-
2657
- export declare interface ScanRulesetList {
2658
- value?: ScanRuleset[];
2659
- nextLink?: string;
2660
- count?: number;
2661
- }
2662
-
2663
- export declare interface ScanRulesetProperties {
2664
- createdAt?: Date;
2665
- description?: string;
2666
- excludedSystemClassifications?: string[];
2667
- includedCustomClassificationRuleNames?: string[];
2668
- lastModifiedAt?: Date;
2669
- }
2670
-
2671
- /** Creates or Updates a scan ruleset */
2672
- export declare interface ScanRulesetsCreateOrUpdate200Response extends HttpResponse {
2673
- status: "200";
2674
- body: ScanRuleset;
2675
- }
2676
-
2677
- /** Creates or Updates a scan ruleset */
2678
- export declare interface ScanRulesetsCreateOrUpdate201Response extends HttpResponse {
2679
- status: "201";
2680
- body: ScanRuleset;
2681
- }
2682
-
2683
- export declare interface ScanRulesetsCreateOrUpdateBodyParam {
2684
- body?: ScanRuleset;
2685
- }
2686
-
2687
- /** Creates or Updates a scan ruleset */
2688
- export declare interface ScanRulesetsCreateOrUpdatedefaultResponse extends HttpResponse {
2689
- status: "500";
2690
- body: ErrorResponseModel;
2691
- }
2692
-
2693
- export declare type ScanRulesetsCreateOrUpdateParameters = RequestParameters & ScanRulesetsCreateOrUpdateBodyParam;
2694
-
2695
- export declare interface ScanRulesetsDelete {
2696
- /** Get a scan ruleset */
2697
- get(options?: ScanRulesetsGetParameters): Promise<ScanRulesetsGet200Response | ScanRulesetsGetdefaultResponse>;
2698
- /** Creates or Updates a scan ruleset */
2699
- put(options?: ScanRulesetsCreateOrUpdateParameters): Promise<ScanRulesetsCreateOrUpdate200Response | ScanRulesetsCreateOrUpdate201Response | ScanRulesetsCreateOrUpdatedefaultResponse>;
2700
- /** Deletes a scan ruleset */
2701
- delete(options?: ScanRulesetsDeleteParameters): Promise<ScanRulesetsDelete200Response | ScanRulesetsDelete204Response | ScanRulesetsDeletedefaultResponse>;
2702
- }
2703
-
2704
- /** Deletes a scan ruleset */
2705
- export declare interface ScanRulesetsDelete200Response extends HttpResponse {
2706
- status: "200";
2707
- body: ScanRuleset;
2708
- }
2709
-
2710
- /** Deletes a scan ruleset */
2711
- export declare interface ScanRulesetsDelete204Response extends HttpResponse {
2712
- status: "204";
2713
- }
2714
-
2715
- /** Deletes a scan ruleset */
2716
- export declare interface ScanRulesetsDeletedefaultResponse extends HttpResponse {
2717
- status: "500";
2718
- body: ErrorResponseModel;
2719
- }
2720
-
2721
- export declare type ScanRulesetsDeleteParameters = RequestParameters;
2722
-
2723
- /** Get a scan ruleset */
2724
- export declare interface ScanRulesetsGet200Response extends HttpResponse {
2725
- status: "200";
2726
- body: ScanRuleset;
2727
- }
2728
-
2729
- /** Get a scan ruleset */
2730
- export declare interface ScanRulesetsGetdefaultResponse extends HttpResponse {
2731
- status: "500";
2732
- body: ErrorResponseModel;
2733
- }
2734
-
2735
- export declare type ScanRulesetsGetParameters = RequestParameters;
2736
-
2737
- export declare interface ScanRulesetsListAll {
2738
- /** List scan rulesets in Data catalog */
2739
- get(options?: ScanRulesetsListAllParameters): Promise<ScanRulesetsListAll200Response | ScanRulesetsListAlldefaultResponse>;
2740
- }
2741
-
2742
- /** List scan rulesets in Data catalog */
2743
- export declare interface ScanRulesetsListAll200Response extends HttpResponse {
2744
- status: "200";
2745
- body: ScanRulesetList;
2746
- }
2747
-
2748
- /** List scan rulesets in Data catalog */
2749
- export declare interface ScanRulesetsListAlldefaultResponse extends HttpResponse {
2750
- status: "500";
2751
- body: ErrorResponseModel;
2752
- }
2753
-
2754
- export declare type ScanRulesetsListAllParameters = RequestParameters;
2755
-
2756
- export declare type ScanRulesetStatus = "Enabled" | "Disabled";
2757
-
2758
- export declare type ScanRulesetType = "Custom" | "System";
2759
-
2760
- /** Creates an instance of a scan */
2761
- export declare interface ScansCreateOrUpdate200Response extends HttpResponse {
2762
- status: "200";
2763
- body: Scan;
2764
- }
2765
-
2766
- /** Creates an instance of a scan */
2767
- export declare interface ScansCreateOrUpdate201Response extends HttpResponse {
2768
- status: "201";
2769
- body: Scan;
2770
- }
2771
-
2772
- export declare interface ScansCreateOrUpdateBodyParam {
2773
- body: Scan;
2774
- }
2775
-
2776
- /** Creates an instance of a scan */
2777
- export declare interface ScansCreateOrUpdatedefaultResponse extends HttpResponse {
2778
- status: "500";
2779
- body: ErrorResponseModel;
2780
- }
2781
-
2782
- export declare type ScansCreateOrUpdateParameters = RequestParameters & ScansCreateOrUpdateBodyParam;
2783
-
2784
- export declare interface ScansDelete {
2785
- /** Creates an instance of a scan */
2786
- put(options: ScansCreateOrUpdateParameters): Promise<ScansCreateOrUpdate200Response | ScansCreateOrUpdate201Response | ScansCreateOrUpdatedefaultResponse>;
2787
- /** Gets a scan information */
2788
- get(options?: ScansGetParameters): Promise<ScansGet200Response | ScansGetdefaultResponse>;
2789
- /** Deletes the scan associated with the data source */
2790
- delete(options?: ScansDeleteParameters): Promise<ScansDelete200Response | ScansDelete204Response | ScansDeletedefaultResponse>;
2791
- }
2792
-
2793
- /** Deletes the scan associated with the data source */
2794
- export declare interface ScansDelete200Response extends HttpResponse {
2795
- status: "200";
2796
- body: Scan;
2797
- }
2798
-
2799
- /** Deletes the scan associated with the data source */
2800
- export declare interface ScansDelete204Response extends HttpResponse {
2801
- status: "204";
2802
- }
2803
-
2804
- /** Deletes the scan associated with the data source */
2805
- export declare interface ScansDeletedefaultResponse extends HttpResponse {
2806
- status: "500";
2807
- body: ErrorResponseModel;
2808
- }
2809
-
2810
- export declare type ScansDeleteParameters = RequestParameters;
2811
-
2812
- /** Gets a scan information */
2813
- export declare interface ScansGet200Response extends HttpResponse {
2814
- status: "200";
2815
- body: Scan;
2816
- }
2817
-
2818
- /** Gets a scan information */
2819
- export declare interface ScansGetdefaultResponse extends HttpResponse {
2820
- status: "500";
2821
- body: ErrorResponseModel;
2822
- }
2823
-
2824
- export declare type ScansGetParameters = RequestParameters;
2825
-
2826
- export declare interface ScansListByDataSource {
2827
- /** List scans in data source */
2828
- get(options?: ScansListByDataSourceParameters): Promise<ScansListByDataSource200Response | ScansListByDataSourcedefaultResponse>;
2829
- }
2830
-
2831
- /** List scans in data source */
2832
- export declare interface ScansListByDataSource200Response extends HttpResponse {
2833
- status: "200";
2834
- body: ScanList;
2835
- }
2836
-
2837
- /** List scans in data source */
2838
- export declare interface ScansListByDataSourcedefaultResponse extends HttpResponse {
2839
- status: "500";
2840
- body: ErrorResponseModel;
2841
- }
2842
-
2843
- export declare type ScansListByDataSourceParameters = RequestParameters;
2844
-
2845
- export declare type SqlServerDatabaseCredentialScan = SqlServerDatabaseCredentialScanBase & Scan;
2846
-
2847
- export declare interface SqlServerDatabaseCredentialScanBase {
2848
- properties?: SqlServerDatabaseCredentialScanPropertiesAutoGenerated;
2849
- }
2850
-
2851
- export declare type SqlServerDatabaseCredentialScanProperties = SqlServerDatabaseCredentialScanPropertiesBase & AzureSqlCredentialScanProperties;
2852
-
2853
- export declare type SqlServerDatabaseCredentialScanPropertiesAutoGenerated = SqlServerDatabaseCredentialScanPropertiesAutoGeneratedBase & SqlServerDatabaseCredentialScanProperties;
2854
-
2855
- export declare interface SqlServerDatabaseCredentialScanPropertiesAutoGeneratedBase {
2856
- }
2857
-
2858
- export declare interface SqlServerDatabaseCredentialScanPropertiesBase {
2859
- }
2860
-
2861
- export declare type SqlServerDatabaseDataSource = SqlServerDatabaseDataSourceBase & DataSource;
2862
-
2863
- export declare interface SqlServerDatabaseDataSourceBase {
2864
- properties?: SqlServerDatabaseDataSourceProperties;
2865
- }
2866
-
2867
- export declare type SqlServerDatabaseDataSourceProperties = SqlServerDatabaseDataSourcePropertiesBase & SqlServerDatabaseProperties;
2868
-
2869
- export declare interface SqlServerDatabaseDataSourcePropertiesBase {
2870
- }
2871
-
2872
- export declare type SqlServerDatabaseProperties = SqlServerDatabasePropertiesBase & AzureDataSourceProperties;
2873
-
2874
- export declare interface SqlServerDatabasePropertiesBase {
2875
- serverEndpoint?: string;
2876
- }
2877
-
2878
- export declare type SqlServerDatabaseScanRuleset = SqlServerDatabaseScanRulesetBase & ScanRuleset;
2879
-
2880
- export declare interface SqlServerDatabaseScanRulesetBase {
2881
- properties?: SqlServerDatabaseScanRulesetPropertiesAutoGenerated;
2882
- }
2883
-
2884
- export declare type SqlServerDatabaseScanRulesetProperties = SqlServerDatabaseScanRulesetPropertiesBase & ScanRulesetProperties;
2885
-
2886
- export declare type SqlServerDatabaseScanRulesetPropertiesAutoGenerated = SqlServerDatabaseScanRulesetPropertiesAutoGeneratedBase & SqlServerDatabaseScanRulesetProperties;
2887
-
2888
- export declare interface SqlServerDatabaseScanRulesetPropertiesAutoGeneratedBase {
2889
- }
2890
-
2891
- export declare interface SqlServerDatabaseScanRulesetPropertiesBase {
2892
- }
2893
-
2894
- export declare type SqlServerDatabaseSystemScanRuleset = SqlServerDatabaseSystemScanRulesetBase & SystemScanRuleset;
2895
-
2896
- export declare interface SqlServerDatabaseSystemScanRulesetBase {
2897
- properties?: SqlServerDatabaseSystemScanRulesetProperties;
2898
- }
2899
-
2900
- export declare type SqlServerDatabaseSystemScanRulesetProperties = SqlServerDatabaseSystemScanRulesetPropertiesBase & SqlServerDatabaseScanRulesetProperties;
2901
-
2902
- export declare interface SqlServerDatabaseSystemScanRulesetPropertiesBase {
2903
- }
2904
-
2905
- export declare type SystemClassificationRule = SystemClassificationRuleBase & ClassificationRule;
2906
-
2907
- export declare interface SystemClassificationRuleBase {
2908
- properties?: SystemClassificationRulePropertiesAutoGenerated;
2909
- }
2910
-
2911
- export declare interface SystemClassificationRuleProperties {
2912
- description?: string;
2913
- version?: number;
2914
- classificationName?: string;
2915
- ruleStatus?: ClassificationRuleStatus;
2916
- createdAt?: Date;
2917
- lastModifiedAt?: Date;
2918
- }
2919
-
2920
- export declare type SystemClassificationRulePropertiesAutoGenerated = SystemClassificationRulePropertiesAutoGeneratedBase & SystemClassificationRuleProperties;
2921
-
2922
- export declare interface SystemClassificationRulePropertiesAutoGeneratedBase {
2923
- }
2924
-
2925
- export declare type SystemScanRuleset = SystemScanRulesetBase & VersionedScanRuleset;
2926
-
2927
- export declare interface SystemScanRulesetBase {
2928
- kind: DataSourceType;
2929
- }
2930
-
2931
- export declare interface SystemScanRulesetList {
2932
- value?: SystemScanRuleset[];
2933
- nextLink?: string;
2934
- count?: number;
2935
- }
2936
-
2937
- export declare interface SystemScanRulesetsGet {
2938
- /** Get a system scan ruleset for a data source */
2939
- get(options?: SystemScanRulesetsGetParameters): Promise<SystemScanRulesetsGet200Response | SystemScanRulesetsGetdefaultResponse>;
2940
- }
2941
-
2942
- /** Get a system scan ruleset for a data source */
2943
- export declare interface SystemScanRulesetsGet200Response extends HttpResponse {
2944
- status: "200";
2945
- body: SystemScanRuleset;
2946
- }
2947
-
2948
- export declare interface SystemScanRulesetsGetByVersion {
2949
- /** Get a scan ruleset by version */
2950
- get(options?: SystemScanRulesetsGetByVersionParameters): Promise<SystemScanRulesetsGetByVersion200Response | SystemScanRulesetsGetByVersiondefaultResponse>;
2951
- }
2952
-
2953
- /** Get a scan ruleset by version */
2954
- export declare interface SystemScanRulesetsGetByVersion200Response extends HttpResponse {
2955
- status: "200";
2956
- body: SystemScanRuleset;
2957
- }
2958
-
2959
- /** Get a scan ruleset by version */
2960
- export declare interface SystemScanRulesetsGetByVersiondefaultResponse extends HttpResponse {
2961
- status: "500";
2962
- body: ErrorResponseModel;
2963
- }
2964
-
2965
- export declare type SystemScanRulesetsGetByVersionParameters = RequestParameters & SystemScanRulesetsGetByVersionQueryParam;
2966
-
2967
- export declare interface SystemScanRulesetsGetByVersionQueryParam {
2968
- queryParameters?: SystemScanRulesetsGetByVersionQueryParamProperties;
2969
- }
2970
-
2971
- export declare interface SystemScanRulesetsGetByVersionQueryParamProperties {
2972
- dataSourceType?: DataSourceType;
2973
- }
2974
-
2975
- /** Get a system scan ruleset for a data source */
2976
- export declare interface SystemScanRulesetsGetdefaultResponse extends HttpResponse {
2977
- status: "500";
2978
- body: ErrorResponseModel;
2979
- }
2980
-
2981
- export declare interface SystemScanRulesetsGetLatest {
2982
- /** Get the latest version of a system scan ruleset */
2983
- get(options?: SystemScanRulesetsGetLatestParameters): Promise<SystemScanRulesetsGetLatest200Response | SystemScanRulesetsGetLatestdefaultResponse>;
2984
- }
2985
-
2986
- /** Get the latest version of a system scan ruleset */
2987
- export declare interface SystemScanRulesetsGetLatest200Response extends HttpResponse {
2988
- status: "200";
2989
- body: SystemScanRuleset;
2990
- }
2991
-
2992
- /** Get the latest version of a system scan ruleset */
2993
- export declare interface SystemScanRulesetsGetLatestdefaultResponse extends HttpResponse {
2994
- status: "500";
2995
- body: ErrorResponseModel;
2996
- }
2997
-
2998
- export declare type SystemScanRulesetsGetLatestParameters = RequestParameters & SystemScanRulesetsGetLatestQueryParam;
2999
-
3000
- export declare interface SystemScanRulesetsGetLatestQueryParam {
3001
- queryParameters?: SystemScanRulesetsGetLatestQueryParamProperties;
3002
- }
3003
-
3004
- export declare interface SystemScanRulesetsGetLatestQueryParamProperties {
3005
- dataSourceType?: DataSourceType;
3006
- }
3007
-
3008
- export declare type SystemScanRulesetsGetParameters = RequestParameters;
3009
-
3010
- export declare interface SystemScanRulesetsListAll {
3011
- /** List all system scan rulesets for an account */
3012
- get(options?: SystemScanRulesetsListAllParameters): Promise<SystemScanRulesetsListAll200Response | SystemScanRulesetsListAlldefaultResponse>;
3013
- }
3014
-
3015
- /** List all system scan rulesets for an account */
3016
- export declare interface SystemScanRulesetsListAll200Response extends HttpResponse {
3017
- status: "200";
3018
- body: SystemScanRulesetList;
3019
- }
3020
-
3021
- /** List all system scan rulesets for an account */
3022
- export declare interface SystemScanRulesetsListAlldefaultResponse extends HttpResponse {
3023
- status: "500";
3024
- body: ErrorResponseModel;
3025
- }
3026
-
3027
- export declare type SystemScanRulesetsListAllParameters = RequestParameters;
3028
-
3029
- export declare interface SystemScanRulesetsListVersionsByDataSource {
3030
- /** List system scan ruleset versions in Data catalog */
3031
- get(options?: SystemScanRulesetsListVersionsByDataSourceParameters): Promise<SystemScanRulesetsListVersionsByDataSource200Response | SystemScanRulesetsListVersionsByDataSourcedefaultResponse>;
3032
- }
3033
-
3034
- /** List system scan ruleset versions in Data catalog */
3035
- export declare interface SystemScanRulesetsListVersionsByDataSource200Response extends HttpResponse {
3036
- status: "200";
3037
- body: SystemScanRulesetList;
3038
- }
3039
-
3040
- /** List system scan ruleset versions in Data catalog */
3041
- export declare interface SystemScanRulesetsListVersionsByDataSourcedefaultResponse extends HttpResponse {
3042
- status: "500";
3043
- body: ErrorResponseModel;
3044
- }
3045
-
3046
- export declare type SystemScanRulesetsListVersionsByDataSourceParameters = RequestParameters & SystemScanRulesetsListVersionsByDataSourceQueryParam;
3047
-
3048
- export declare interface SystemScanRulesetsListVersionsByDataSourceQueryParam {
3049
- queryParameters?: SystemScanRulesetsListVersionsByDataSourceQueryParamProperties;
3050
- }
3051
-
3052
- export declare interface SystemScanRulesetsListVersionsByDataSourceQueryParamProperties {
3053
- dataSourceType?: DataSourceType;
3054
- }
3055
-
3056
- export declare type TeradataCredentialScan = TeradataCredentialScanBase & Scan;
3057
-
3058
- export declare interface TeradataCredentialScanBase {
3059
- properties?: TeradataCredentialScanPropertiesAutoGenerated;
3060
- }
3061
-
3062
- export declare type TeradataCredentialScanProperties = TeradataCredentialScanPropertiesBase & MitiScanProperties;
3063
-
3064
- export declare type TeradataCredentialScanPropertiesAutoGenerated = TeradataCredentialScanPropertiesAutoGeneratedBase & TeradataCredentialScanProperties;
3065
-
3066
- export declare interface TeradataCredentialScanPropertiesAutoGeneratedBase {
3067
- }
3068
-
3069
- export declare interface TeradataCredentialScanPropertiesBase {
3070
- credential?: TeradataCredentialScanPropertiesCredential;
3071
- schema?: string;
3072
- driverLocation?: string;
3073
- }
3074
-
3075
- export declare type TeradataCredentialScanPropertiesCredential = TeradataCredentialScanPropertiesCredentialBase & CredentialReference;
3076
-
3077
- export declare interface TeradataCredentialScanPropertiesCredentialBase {
3078
- }
3079
-
3080
- export declare type TeradataDataSource = TeradataDataSourceBase & DataSource;
3081
-
3082
- export declare interface TeradataDataSourceBase {
3083
- properties?: TeradataDataSourceProperties;
3084
- }
3085
-
3086
- export declare type TeradataDataSourceProperties = TeradataDataSourcePropertiesBase & TeradataProperties;
3087
-
3088
- export declare interface TeradataDataSourcePropertiesBase {
3089
- }
3090
-
3091
- export declare type TeradataProperties = TeradataPropertiesBase & DataSourceProperties;
3092
-
3093
- export declare interface TeradataPropertiesBase {
3094
- host?: string;
3095
- }
3096
-
3097
- export declare type TeradataScanRuleset = TeradataScanRulesetBase & ScanRuleset;
3098
-
3099
- export declare interface TeradataScanRulesetBase {
3100
- properties?: TeradataScanRulesetPropertiesAutoGenerated;
3101
- }
3102
-
3103
- export declare type TeradataScanRulesetProperties = TeradataScanRulesetPropertiesBase & ScanRulesetProperties;
3104
-
3105
- export declare type TeradataScanRulesetPropertiesAutoGenerated = TeradataScanRulesetPropertiesAutoGeneratedBase & TeradataScanRulesetProperties;
3106
-
3107
- export declare interface TeradataScanRulesetPropertiesAutoGeneratedBase {
3108
- }
3109
-
3110
- export declare interface TeradataScanRulesetPropertiesBase {
3111
- }
3112
-
3113
- export declare type TeradataSystemScanRuleset = TeradataSystemScanRulesetBase & SystemScanRuleset;
3114
-
3115
- export declare interface TeradataSystemScanRulesetBase {
3116
- properties?: TeradataSystemScanRulesetProperties;
3117
- }
3118
-
3119
- export declare type TeradataSystemScanRulesetProperties = TeradataSystemScanRulesetPropertiesBase & TeradataScanRulesetProperties;
3120
-
3121
- export declare interface TeradataSystemScanRulesetPropertiesBase {
3122
- }
3123
-
3124
- export declare type TeradataUserPassScan = TeradataUserPassScanBase & Scan;
3125
-
3126
- export declare type TeradataUserPassScanAutoGenerated = TeradataUserPassScanAutoGeneratedBase & Scan;
3127
-
3128
- export declare interface TeradataUserPassScanAutoGeneratedBase {
3129
- properties?: TeradataUserPassScanPropertiesAutoGenerated3;
3130
- }
3131
-
3132
- export declare interface TeradataUserPassScanBase {
3133
- properties?: TeradataUserPassScanPropertiesAutoGenerated;
3134
- }
3135
-
3136
- export declare type TeradataUserPassScanProperties = TeradataUserPassScanPropertiesBase & ScanProperties;
3137
-
3138
- export declare type TeradataUserPassScanPropertiesAutoGenerated = TeradataUserPassScanPropertiesAutoGeneratedBase & TeradataUserPassScanProperties;
3139
-
3140
- export declare type TeradataUserPassScanPropertiesAutoGenerated2 = TeradataUserPassScanPropertiesAutoGenerated2Base & MitiScanProperties;
3141
-
3142
- export declare interface TeradataUserPassScanPropertiesAutoGenerated2Base {
3143
- username?: string;
3144
- password?: string;
3145
- schema?: string;
3146
- driverLocation?: string;
3147
- }
3148
-
3149
- export declare type TeradataUserPassScanPropertiesAutoGenerated3 = TeradataUserPassScanPropertiesAutoGenerated3Base & TeradataUserPassScanPropertiesAutoGenerated2;
3150
-
3151
- export declare interface TeradataUserPassScanPropertiesAutoGenerated3Base {
3152
- }
3153
-
3154
- export declare interface TeradataUserPassScanPropertiesAutoGeneratedBase {
3155
- }
3156
-
3157
- export declare interface TeradataUserPassScanPropertiesBase {
3158
- username?: string;
3159
- password?: string;
3160
- }
3161
-
3162
- export declare type Trigger = TriggerBase & ProxyResource;
3163
-
3164
- export declare interface TriggerBase {
3165
- properties?: TriggerProperties;
3166
- }
3167
-
3168
- export declare type TriggerFrequency = "Week" | "Month";
3169
-
3170
- export declare type TriggerProperties = TriggerPropertiesBase & TriggerPropertiesAutoGenerated;
3171
-
3172
- export declare interface TriggerPropertiesAutoGenerated {
3173
- recurrence?: TriggerPropertiesRecurrence;
3174
- recurrenceInterval?: string;
3175
- createdAt?: Date;
3176
- lastModifiedAt?: Date;
3177
- lastScheduled?: Date;
3178
- scanLevel?: ScanLevelType;
3179
- incrementalScanStartTime?: Date;
3180
- }
3181
-
3182
- export declare interface TriggerPropertiesBase {
3183
- }
3184
-
3185
- export declare type TriggerPropertiesRecurrence = TriggerPropertiesRecurrenceBase & TriggerRecurrence;
3186
-
3187
- export declare interface TriggerPropertiesRecurrenceBase {
3188
- }
3189
-
3190
- export declare interface TriggerRecurrence {
3191
- frequency?: TriggerFrequency;
3192
- interval?: number;
3193
- startTime?: Date;
3194
- endTime?: Date;
3195
- schedule?: TriggerRecurrenceSchedule;
3196
- timeZone?: string;
3197
- }
3198
-
3199
- export declare type TriggerRecurrenceSchedule = TriggerRecurrenceScheduleBase & RecurrenceSchedule;
3200
-
3201
- export declare interface TriggerRecurrenceScheduleBase {
3202
- }
3203
-
3204
- /** Creates an instance of a trigger */
3205
- export declare interface TriggersCreateTrigger200Response extends HttpResponse {
3206
- status: "200";
3207
- body: Trigger;
3208
- }
3209
-
3210
- /** Creates an instance of a trigger */
3211
- export declare interface TriggersCreateTrigger201Response extends HttpResponse {
3212
- status: "201";
3213
- body: Trigger;
3214
- }
3215
-
3216
- export declare interface TriggersCreateTriggerBodyParam {
3217
- body: Trigger;
3218
- }
3219
-
3220
- /** Creates an instance of a trigger */
3221
- export declare interface TriggersCreateTriggerdefaultResponse extends HttpResponse {
3222
- status: "500";
3223
- body: ErrorResponseModel;
3224
- }
3225
-
3226
- export declare type TriggersCreateTriggerParameters = RequestParameters & TriggersCreateTriggerBodyParam;
3227
-
3228
- export declare interface TriggersDeleteTrigger {
3229
- /** Gets trigger information */
3230
- get(options?: TriggersGetTriggerParameters): Promise<TriggersGetTrigger200Response | TriggersGetTriggerdefaultResponse>;
3231
- /** Creates an instance of a trigger */
3232
- put(options: TriggersCreateTriggerParameters): Promise<TriggersCreateTrigger200Response | TriggersCreateTrigger201Response | TriggersCreateTriggerdefaultResponse>;
3233
- /** Deletes the trigger associated with the scan */
3234
- delete(options?: TriggersDeleteTriggerParameters): Promise<TriggersDeleteTrigger200Response | TriggersDeleteTrigger204Response | TriggersDeleteTriggerdefaultResponse>;
3235
- }
3236
-
3237
- /** Deletes the trigger associated with the scan */
3238
- export declare interface TriggersDeleteTrigger200Response extends HttpResponse {
3239
- status: "200";
3240
- body: Trigger;
3241
- }
3242
-
3243
- /** Deletes the trigger associated with the scan */
3244
- export declare interface TriggersDeleteTrigger204Response extends HttpResponse {
3245
- status: "204";
3246
- }
3247
-
3248
- /** Deletes the trigger associated with the scan */
3249
- export declare interface TriggersDeleteTriggerdefaultResponse extends HttpResponse {
3250
- status: "500";
3251
- body: ErrorResponseModel;
3252
- }
3253
-
3254
- export declare type TriggersDeleteTriggerParameters = RequestParameters;
3255
-
3256
- /** Gets trigger information */
3257
- export declare interface TriggersGetTrigger200Response extends HttpResponse {
3258
- status: "200";
3259
- body: Trigger;
3260
- }
3261
-
3262
- /** Gets trigger information */
3263
- export declare interface TriggersGetTriggerdefaultResponse extends HttpResponse {
3264
- status: "500";
3265
- body: ErrorResponseModel;
3266
- }
3267
-
3268
- export declare type TriggersGetTriggerParameters = RequestParameters;
3269
-
3270
- export declare type VersionedScanRuleset = VersionedScanRulesetBase & ProxyResource;
3271
-
3272
- export declare interface VersionedScanRulesetBase {
3273
- scanRulesetType?: ScanRulesetType;
3274
- status?: ScanRulesetStatus;
3275
- version?: number;
3276
- }
3277
-
3278
- export { }