@azure-rest/purview-scanning 1.0.0-beta.2 → 1.0.0-beta.4

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 (200) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +3 -3
  3. package/README.md +22 -33
  4. package/dist/browser/clientDefinitions.d.ts +277 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js +4 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/index.d.ts +12 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +14 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/isUnexpected.d.ts +60 -0
  13. package/dist/browser/isUnexpected.d.ts.map +1 -0
  14. package/dist/browser/isUnexpected.js +135 -0
  15. package/dist/browser/isUnexpected.js.map +1 -0
  16. package/dist/browser/logger.d.ts +2 -0
  17. package/dist/browser/logger.d.ts.map +1 -0
  18. package/dist/browser/logger.js +5 -0
  19. package/dist/browser/logger.js.map +1 -0
  20. package/dist/browser/models.d.ts +1978 -0
  21. package/dist/browser/models.d.ts.map +1 -0
  22. package/dist/browser/models.js +4 -0
  23. package/dist/browser/models.js.map +1 -0
  24. package/dist/browser/outputModels.d.ts +2269 -0
  25. package/dist/browser/outputModels.d.ts.map +1 -0
  26. package/dist/browser/outputModels.js +4 -0
  27. package/dist/browser/outputModels.js.map +1 -0
  28. package/dist/browser/package.json +3 -0
  29. package/dist/browser/paginateHelper.d.ts +68 -0
  30. package/dist/browser/paginateHelper.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
  32. package/dist/browser/paginateHelper.js.map +1 -0
  33. package/dist/browser/parameters.d.ts +202 -0
  34. package/dist/browser/parameters.d.ts.map +1 -0
  35. package/dist/browser/parameters.js +4 -0
  36. package/dist/browser/parameters.js.map +1 -0
  37. package/dist/browser/pollingHelper.d.ts +76 -0
  38. package/dist/browser/pollingHelper.d.ts.map +1 -0
  39. package/dist/browser/pollingHelper.js +107 -0
  40. package/dist/browser/pollingHelper.js.map +1 -0
  41. package/dist/browser/purviewScanningRestClient.d.ts +16 -0
  42. package/dist/browser/purviewScanningRestClient.d.ts.map +1 -0
  43. package/dist/browser/purviewScanningRestClient.js +45 -0
  44. package/dist/browser/purviewScanningRestClient.js.map +1 -0
  45. package/dist/browser/responses.d.ts +940 -0
  46. package/dist/browser/responses.d.ts.map +1 -0
  47. package/dist/browser/responses.js +4 -0
  48. package/dist/browser/responses.js.map +1 -0
  49. package/dist/commonjs/clientDefinitions.d.ts +277 -0
  50. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  51. package/dist/commonjs/clientDefinitions.js +5 -0
  52. package/dist/commonjs/clientDefinitions.js.map +1 -0
  53. package/dist/commonjs/index.d.ts +12 -0
  54. package/dist/commonjs/index.d.ts.map +1 -0
  55. package/dist/commonjs/index.js +17 -0
  56. package/dist/commonjs/index.js.map +1 -0
  57. package/dist/commonjs/isUnexpected.d.ts +60 -0
  58. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  59. package/dist/commonjs/isUnexpected.js +138 -0
  60. package/dist/commonjs/isUnexpected.js.map +1 -0
  61. package/dist/commonjs/logger.d.ts +2 -0
  62. package/dist/commonjs/logger.d.ts.map +1 -0
  63. package/dist/commonjs/logger.js +8 -0
  64. package/dist/commonjs/logger.js.map +1 -0
  65. package/dist/commonjs/models.d.ts +1978 -0
  66. package/dist/commonjs/models.d.ts.map +1 -0
  67. package/dist/commonjs/models.js +5 -0
  68. package/dist/commonjs/models.js.map +1 -0
  69. package/dist/commonjs/outputModels.d.ts +2269 -0
  70. package/dist/commonjs/outputModels.d.ts.map +1 -0
  71. package/dist/commonjs/outputModels.js +5 -0
  72. package/dist/commonjs/outputModels.js.map +1 -0
  73. package/dist/commonjs/package.json +3 -0
  74. package/dist/commonjs/paginateHelper.d.ts +68 -0
  75. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  76. package/dist/commonjs/paginateHelper.js +140 -0
  77. package/dist/commonjs/paginateHelper.js.map +1 -0
  78. package/dist/commonjs/parameters.d.ts +202 -0
  79. package/dist/commonjs/parameters.d.ts.map +1 -0
  80. package/dist/commonjs/parameters.js +5 -0
  81. package/dist/commonjs/parameters.js.map +1 -0
  82. package/dist/commonjs/pollingHelper.d.ts +76 -0
  83. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  84. package/dist/commonjs/pollingHelper.js +110 -0
  85. package/dist/commonjs/pollingHelper.js.map +1 -0
  86. package/dist/commonjs/purviewScanningRestClient.d.ts +16 -0
  87. package/dist/commonjs/purviewScanningRestClient.d.ts.map +1 -0
  88. package/dist/commonjs/purviewScanningRestClient.js +48 -0
  89. package/dist/commonjs/purviewScanningRestClient.js.map +1 -0
  90. package/dist/commonjs/responses.d.ts +940 -0
  91. package/dist/commonjs/responses.d.ts.map +1 -0
  92. package/dist/commonjs/responses.js +5 -0
  93. package/dist/commonjs/responses.js.map +1 -0
  94. package/dist/commonjs/tsdoc-metadata.json +11 -0
  95. package/dist/esm/clientDefinitions.d.ts +277 -0
  96. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  97. package/dist/esm/clientDefinitions.js +4 -0
  98. package/dist/esm/clientDefinitions.js.map +1 -0
  99. package/dist/esm/index.d.ts +12 -0
  100. package/dist/esm/index.d.ts.map +1 -0
  101. package/dist/esm/index.js +14 -0
  102. package/dist/esm/index.js.map +1 -0
  103. package/dist/esm/isUnexpected.d.ts +60 -0
  104. package/dist/esm/isUnexpected.d.ts.map +1 -0
  105. package/dist/esm/isUnexpected.js +135 -0
  106. package/dist/esm/isUnexpected.js.map +1 -0
  107. package/dist/esm/logger.d.ts +2 -0
  108. package/dist/esm/logger.d.ts.map +1 -0
  109. package/dist/esm/logger.js +5 -0
  110. package/dist/esm/logger.js.map +1 -0
  111. package/dist/esm/models.d.ts +1978 -0
  112. package/dist/esm/models.d.ts.map +1 -0
  113. package/dist/esm/models.js +4 -0
  114. package/dist/esm/models.js.map +1 -0
  115. package/dist/esm/outputModels.d.ts +2269 -0
  116. package/dist/esm/outputModels.d.ts.map +1 -0
  117. package/dist/esm/outputModels.js +4 -0
  118. package/dist/esm/outputModels.js.map +1 -0
  119. package/dist/esm/package.json +3 -0
  120. package/dist/esm/paginateHelper.d.ts +68 -0
  121. package/dist/esm/paginateHelper.d.ts.map +1 -0
  122. package/dist/esm/paginateHelper.js +137 -0
  123. package/dist/esm/paginateHelper.js.map +1 -0
  124. package/dist/esm/parameters.d.ts +202 -0
  125. package/dist/esm/parameters.d.ts.map +1 -0
  126. package/dist/esm/parameters.js +4 -0
  127. package/dist/esm/parameters.js.map +1 -0
  128. package/dist/esm/pollingHelper.d.ts +76 -0
  129. package/dist/esm/pollingHelper.d.ts.map +1 -0
  130. package/dist/esm/pollingHelper.js +107 -0
  131. package/dist/esm/pollingHelper.js.map +1 -0
  132. package/dist/esm/purviewScanningRestClient.d.ts +16 -0
  133. package/dist/esm/purviewScanningRestClient.d.ts.map +1 -0
  134. package/dist/esm/purviewScanningRestClient.js +45 -0
  135. package/dist/esm/purviewScanningRestClient.js.map +1 -0
  136. package/dist/esm/responses.d.ts +940 -0
  137. package/dist/esm/responses.d.ts.map +1 -0
  138. package/dist/esm/responses.js +4 -0
  139. package/dist/esm/responses.js.map +1 -0
  140. package/dist/react-native/clientDefinitions.d.ts +277 -0
  141. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  142. package/dist/react-native/clientDefinitions.js +4 -0
  143. package/dist/react-native/clientDefinitions.js.map +1 -0
  144. package/dist/react-native/index.d.ts +12 -0
  145. package/dist/react-native/index.d.ts.map +1 -0
  146. package/dist/react-native/index.js +14 -0
  147. package/dist/react-native/index.js.map +1 -0
  148. package/dist/react-native/isUnexpected.d.ts +60 -0
  149. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  150. package/dist/react-native/isUnexpected.js +135 -0
  151. package/dist/react-native/isUnexpected.js.map +1 -0
  152. package/dist/react-native/logger.d.ts +2 -0
  153. package/dist/react-native/logger.d.ts.map +1 -0
  154. package/dist/react-native/logger.js +5 -0
  155. package/dist/react-native/logger.js.map +1 -0
  156. package/dist/react-native/models.d.ts +1978 -0
  157. package/dist/react-native/models.d.ts.map +1 -0
  158. package/dist/react-native/models.js +4 -0
  159. package/dist/react-native/models.js.map +1 -0
  160. package/dist/react-native/outputModels.d.ts +2269 -0
  161. package/dist/react-native/outputModels.d.ts.map +1 -0
  162. package/dist/react-native/outputModels.js +4 -0
  163. package/dist/react-native/outputModels.js.map +1 -0
  164. package/dist/react-native/package.json +3 -0
  165. package/dist/react-native/paginateHelper.d.ts +68 -0
  166. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  167. package/dist/react-native/paginateHelper.js +137 -0
  168. package/dist/react-native/paginateHelper.js.map +1 -0
  169. package/dist/react-native/parameters.d.ts +202 -0
  170. package/dist/react-native/parameters.d.ts.map +1 -0
  171. package/dist/react-native/parameters.js +4 -0
  172. package/dist/react-native/parameters.js.map +1 -0
  173. package/dist/react-native/pollingHelper.d.ts +76 -0
  174. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  175. package/dist/react-native/pollingHelper.js +107 -0
  176. package/dist/react-native/pollingHelper.js.map +1 -0
  177. package/dist/react-native/purviewScanningRestClient.d.ts +16 -0
  178. package/dist/react-native/purviewScanningRestClient.d.ts.map +1 -0
  179. package/dist/react-native/purviewScanningRestClient.js +45 -0
  180. package/dist/react-native/purviewScanningRestClient.js.map +1 -0
  181. package/dist/react-native/responses.d.ts +940 -0
  182. package/dist/react-native/responses.d.ts.map +1 -0
  183. package/dist/react-native/responses.js +4 -0
  184. package/dist/react-native/responses.js.map +1 -0
  185. package/package.json +90 -82
  186. package/review/purview-scanning-node.api.md +6615 -0
  187. package/dist/index.js +0 -90
  188. package/dist/index.js.map +0 -1
  189. package/dist-esm/src/index.js +0 -10
  190. package/dist-esm/src/index.js.map +0 -1
  191. package/dist-esm/src/models.js +0 -4
  192. package/dist-esm/src/models.js.map +0 -1
  193. package/dist-esm/src/paginateHelper.js.map +0 -1
  194. package/dist-esm/src/parameters.js +0 -4
  195. package/dist-esm/src/parameters.js.map +0 -1
  196. package/dist-esm/src/purviewScanning.js +0 -13
  197. package/dist-esm/src/purviewScanning.js.map +0 -1
  198. package/dist-esm/src/responses.js +0 -4
  199. package/dist-esm/src/responses.js.map +0 -1
  200. package/types/purview-scanning-rest.d.ts +0 -2681
@@ -0,0 +1,2269 @@
1
+ /** The Azure Key Vault connection. */
2
+ export interface AzureKeyVaultOutput extends ProxyResourceOutput {
3
+ /** Azure Key Vault connection properties. */
4
+ properties?: AzureKeyVaultPropertiesOutput;
5
+ }
6
+ /** Azure Key Vault connection properties. */
7
+ export interface AzureKeyVaultPropertiesOutput {
8
+ /** The base URL of the Azure Key Vault. */
9
+ baseUrl?: string;
10
+ /** The description of the Azure Key Vault connection. */
11
+ description?: string;
12
+ }
13
+ /** The proxy resource. */
14
+ export interface ProxyResourceOutput {
15
+ /** The resource identifier. */
16
+ readonly id?: string;
17
+ /** The resource name. */
18
+ readonly name?: string;
19
+ }
20
+ /** The error response model. */
21
+ export interface ErrorResponseModelOutput {
22
+ /** The error model. */
23
+ error: ErrorModelOutput;
24
+ }
25
+ /** The error model. */
26
+ export interface ErrorModelOutput {
27
+ /** A unique error code that identifies the specific error. */
28
+ code: string;
29
+ /** A human-readable error message that provides more details about the error. */
30
+ message: string;
31
+ /** The specific component that the error is associated with. */
32
+ target?: string;
33
+ /** An array of nested ErrorModel objects that provides additional error details. */
34
+ details?: Array<ErrorModelOutput>;
35
+ }
36
+ /** List of Azure Key Vault connections. */
37
+ export interface AzureKeyVaultListOutput {
38
+ /** List of Azure Key Vault connections. */
39
+ value: Array<AzureKeyVaultOutput>;
40
+ /**
41
+ * The link to the next page of results, if any remaining results exist.
42
+ *
43
+ * Value may contain a URL
44
+ */
45
+ nextLink?: string;
46
+ /** The number of Azure Key Vault connections. */
47
+ count?: number;
48
+ }
49
+ /** The classification rule. */
50
+ export interface ClassificationRuleOutputParent extends ProxyResourceOutput {
51
+ kind: "ClassificationRule" | "System" | "Custom";
52
+ }
53
+ /** List of classification rules. */
54
+ export interface ClassificationRuleListOutput {
55
+ /** List of classification rules. */
56
+ value: Array<ClassificationRuleOutput>;
57
+ /** The link to the next page of results, if any remaining results exist. */
58
+ nextLink?: string;
59
+ /** The number of classification rules. */
60
+ count?: number;
61
+ }
62
+ /** The operation response. */
63
+ export interface OperationResponseOutput {
64
+ /**
65
+ * The scan result identifier.
66
+ *
67
+ * Value may contain a UUID
68
+ */
69
+ scanResultId?: string;
70
+ /** The start time of the operation. */
71
+ startTime?: string;
72
+ /** The end time of the operation. */
73
+ endTime?: string;
74
+ /** Scan operation status. */
75
+ status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled";
76
+ /** The error info. */
77
+ error?: ErrorInfoOutput;
78
+ }
79
+ /** The error info. */
80
+ export interface ErrorInfoOutput {
81
+ /** A unique error code that identifies the specific error. */
82
+ code?: string;
83
+ /** A human-readable error message that provides more details about the error. */
84
+ message?: string;
85
+ /** The specific component that the error is associated with. */
86
+ target?: string;
87
+ /** Error info detail. */
88
+ details?: Array<ErrorInfoOutput>;
89
+ }
90
+ /** The credential. */
91
+ export interface CredentialOutputParent extends ProxyResourceOutput {
92
+ kind: "Credential" | "AccountKey" | "BasicAuth" | "AmazonARN" | "ServicePrincipal" | "SqlAuth" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity";
93
+ }
94
+ /** List of credentials. */
95
+ export interface CredentialListOutput {
96
+ /** List of credentials. */
97
+ value: Array<CredentialOutput>;
98
+ /** The link to the next page of results, if any remaining results exist. */
99
+ nextLink?: string;
100
+ /** The number of credentials. */
101
+ count?: number;
102
+ }
103
+ /** The data source. */
104
+ export interface DataSourceOutputParent extends ProxyResourceOutput {
105
+ /** Scans of this data source. */
106
+ readonly scans?: Array<ScanOutput>;
107
+ /** The creation type. */
108
+ creationType?: "Manual" | "AutoNative" | "AutoManaged";
109
+ kind: "DataSource" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
110
+ }
111
+ /** The scan. */
112
+ export interface ScanOutputParent extends ProxyResourceOutput {
113
+ /** The scan result with ingestion. */
114
+ readonly lastRunResult?: ScanResultWithIngestionOutput;
115
+ /** The scan identifier. */
116
+ scanId?: string;
117
+ /** The data source identifier. */
118
+ dataSourceIdentifier?: DataSourceIdentifierOutput;
119
+ /** The data source name. */
120
+ dataSourceName?: string;
121
+ /** The creation type. */
122
+ creationType?: "Manual" | "AutoNative" | "AutoManaged";
123
+ kind: "Scan" | "AzureSubscriptionCredential" | "AzureSubscriptionMsi" | "AzureResourceGroupCredential" | "AzureResourceGroupMsi" | "AzureSynapseWorkspaceCredential" | "AzureSynapseWorkspaceMsi" | "AzureSynapseCredential" | "AzureSynapseMsi" | "AdlsGen1Credential" | "AdlsGen1Msi" | "AdlsGen2Credential" | "AdlsGen2Msi" | "AmazonAccountCredential" | "AmazonS3Credential" | "AmazonS3RoleARN" | "AmazonSqlCredential" | "AzureCosmosDbCredential" | "AzureDataExplorerCredential" | "AzureDataExplorerMsi" | "AzureFileServiceCredential" | "AzureSqlDatabaseCredential" | "AzureSqlDatabaseMsi" | "AmazonPostgreSqlCredential" | "AzurePostgreSqlCredential" | "SqlServerDatabaseCredential" | "AzureSqlDatabaseManagedInstanceCredential" | "AzureSqlDatabaseManagedInstanceMsi" | "AzureSqlDataWarehouseCredential" | "AzureSqlDataWarehouseMsi" | "AzureMySqlCredential" | "AzureStorageCredential" | "AzureStorageMsi" | "TeradataTeradataCredential" | "TeradataUserPass" | "TeradataTeradataUserPass" | "OracleOracleCredential" | "OracleOracleUserPass" | "SapS4HanaSapS4HanaCredential" | "SapS4HanaSapS4HanaUserPass" | "SapEccSapEccCredential" | "SapEccSapEccUserPass" | "PowerBIDelegated" | "PowerBIMsi";
124
+ }
125
+ /** The scan result with ingestion. */
126
+ export interface ScanResultWithIngestionOutput {
127
+ /** The discovery execution details. */
128
+ readonly discoveryExecutionDetails?: DiscoveryExecutionDetailsOutput;
129
+ /** The ingestion execution details. */
130
+ readonly ingestionExecutionDetails?: IngestionExecutionDetailsOutput;
131
+ /** The parent scan result identifier. */
132
+ readonly parentId?: string;
133
+ /** The scan result identifier. */
134
+ readonly id?: string;
135
+ /** The ingestion job identifier. */
136
+ ingestionJobId?: string;
137
+ /** The resource identifier. */
138
+ readonly resourceId?: string;
139
+ /** The scan result status. */
140
+ status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled";
141
+ /** The scan diagnostics. */
142
+ readonly diagnostics?: ScanDiagnosticsOutput;
143
+ /** The scan start time. */
144
+ readonly startTime?: string;
145
+ /** The scan end time. */
146
+ readonly endTime?: string;
147
+ /** The scan ruleset version. */
148
+ readonly scanRulesetVersion?: number;
149
+ /** The scan ruleset type. */
150
+ readonly scanRulesetType?: "Custom" | "System";
151
+ /** Scan level type. */
152
+ readonly scanLevelType?: "Full" | "Incremental";
153
+ /** The error message. */
154
+ readonly errorMessage?: string;
155
+ /** The error. */
156
+ readonly error?: ErrorModelOutput;
157
+ /** The run type. */
158
+ readonly runType?: string;
159
+ /** The data source type. */
160
+ readonly dataSourceType?: "None" | "Fabric" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "ArcEnabledSqlServer" | "AmazonPostgreSql" | "AzurePostgreSql" | "Databricks" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "Hdfs" | "TableauServer" | "AzureStorage" | "Teradata" | "Oracle" | "PostgreSql" | "AmazonRedShift" | "DatabricksHms" | "SapS4Hana" | "SapEcc" | "Snowflake" | "PowerBI" | "Trident" | "Dataverse" | "DatabricksUnityCatalog";
161
+ }
162
+ /** The discovery execution details. */
163
+ export interface DiscoveryExecutionDetailsOutput {
164
+ /** The discovery start time. */
165
+ discoveryStartTime?: string;
166
+ /** The discovery end time. */
167
+ discoveryEndTime?: string;
168
+ /** The discovery status. */
169
+ status?: "Queued" | "Running" | "Succeeded" | "Failed" | "Cancelled" | "Delayed" | "Throttled" | "CompletedWithExceptions" | "CompleteWithWarning";
170
+ /** The discovery statistics. */
171
+ statistics?: Record<string, any>;
172
+ /** Indicates whether the error log is available. */
173
+ isErrorLogAvailable?: boolean;
174
+ }
175
+ /** The ingestion execution details. */
176
+ export interface IngestionExecutionDetailsOutput {
177
+ /** The ingestion start time. */
178
+ ingestionStartTime?: string;
179
+ /** The ingestion end time. */
180
+ ingestionEndTime?: string;
181
+ /** The ingestion status. */
182
+ status?: "None" | "Succeeded" | "Queued" | "InProgress" | "SourceUnknown" | "PartialSucceeded" | "Failed" | "Canceled" | "Canceling";
183
+ /** The ingestion statistics. */
184
+ statistics?: Record<string, any>;
185
+ /** The estimated time remaining in seconds. */
186
+ estimatedTimeRemainingInSeconds?: number;
187
+ /** Indicates whether the error log is available. */
188
+ isErrorLogAvailable?: boolean;
189
+ /** The last updated time. */
190
+ lastUpdatedAt?: string;
191
+ }
192
+ /** The scan diagnostics. */
193
+ export interface ScanDiagnosticsOutput {
194
+ /** Notifications. */
195
+ notifications?: Array<NotificationOutput>;
196
+ /** Exception count map. */
197
+ readonly exceptionCountMap?: Record<string, number>;
198
+ }
199
+ /** The notification model. */
200
+ export interface NotificationOutput {
201
+ /** Notification message. */
202
+ message?: string;
203
+ /** Notification code. */
204
+ code?: number;
205
+ }
206
+ /** The data source identifier. */
207
+ export interface DataSourceIdentifierOutput {
208
+ /** The item path. */
209
+ itemPath?: ItemPathOutput;
210
+ /** The qualified name. */
211
+ qualifiedName?: QualifiedNameOutput;
212
+ /** The data source name. */
213
+ dataSourceName?: string;
214
+ /** The guid. */
215
+ guid?: string;
216
+ /** The resource identifier. */
217
+ resourceId?: string;
218
+ }
219
+ /** The item path. */
220
+ export interface ItemPathOutput {
221
+ /** The path. */
222
+ path?: string;
223
+ /** The extended properties. */
224
+ extendedProperties?: ExtendedPropertiesOutput;
225
+ }
226
+ /** The extended properties. */
227
+ export interface ExtendedPropertiesOutput {
228
+ /** The subscription identifier. */
229
+ subscriptionId?: string;
230
+ /** The resource group. */
231
+ resourceGroup?: string;
232
+ }
233
+ /** The qualified name. */
234
+ export interface QualifiedNameOutput {
235
+ /** The type name. */
236
+ typeName?: string;
237
+ /** The name. */
238
+ name?: string;
239
+ /** The extended properties. */
240
+ extendedProperties?: ExtendedPropertiesOutput;
241
+ }
242
+ /** List of data sources. */
243
+ export interface DataSourceListOutput {
244
+ /** List of data sources. */
245
+ value: Array<DataSourceOutput>;
246
+ /** The link to the next page of results, if any remaining results exist. */
247
+ nextLink?: string;
248
+ /** The number of data sources. */
249
+ count?: number;
250
+ }
251
+ /** The filter. */
252
+ export interface FilterOutput extends ProxyResourceOutput {
253
+ /** The filter properties. */
254
+ properties?: FilterPropertiesOutput;
255
+ }
256
+ /** The filter properties. */
257
+ export interface FilterPropertiesOutput {
258
+ /** The exclude uri prefixes. */
259
+ excludeUriPrefixes: Array<string>;
260
+ /** The include uri prefixes. */
261
+ includeUriPrefixes: Array<string>;
262
+ /** The exclude regexes. */
263
+ excludeRegexes?: Array<string>;
264
+ /** The include regexes. */
265
+ includeRegexes?: Array<string>;
266
+ }
267
+ /** List of integration runtime resources. */
268
+ export interface IntegrationRuntimeListOutput {
269
+ /** List of integration runtimes. */
270
+ value: Array<IntegrationRuntimeOutput>;
271
+ /** The link to the next page of results, if any remaining results exist. */
272
+ nextLink?: string;
273
+ /** The number of integration runtimes. */
274
+ count?: number;
275
+ }
276
+ /** Purview nested object which serves as a compute resource for activities. */
277
+ export interface IntegrationRuntimeOutputParent extends ProxyResourceOutput {
278
+ kind: "IntegrationRuntime" | "Managed" | "SelfHosted";
279
+ }
280
+ /** Integration runtime status. */
281
+ export interface IntegrationRuntimeStatusOutputParent extends ProxyResourceOutput {
282
+ kind: "IntegrationRuntimeStatus" | "SelfHosted" | "Managed";
283
+ }
284
+ /** The integration runtime authentication keys. */
285
+ export interface IntegrationRuntimeAuthKeysOutput {
286
+ /** The primary integration runtime authentication key. */
287
+ authKey1?: string;
288
+ /** The secondary integration runtime authentication key. */
289
+ authKey2?: string;
290
+ }
291
+ /** List of managed virtual network resources. */
292
+ export interface ManagedVirtualNetworkListOutput {
293
+ /** List of managed virtual networks. */
294
+ value: Array<ManagedVirtualNetworkOutput>;
295
+ /** The link to the next page of results, if any remaining results exist. */
296
+ nextLink?: string;
297
+ /** The number of managed virtual networks. */
298
+ count?: number;
299
+ }
300
+ /** The managed virtual network. */
301
+ export interface ManagedVirtualNetworkOutput extends ProxyResourceOutput {
302
+ /** The properties of managed virtual network. */
303
+ properties?: ManagedVirtualNetworkPropertiesOutput;
304
+ }
305
+ /** The properties of managed virtual network. */
306
+ export interface ManagedVirtualNetworkPropertiesOutput {
307
+ /** The ID of the VNet that this integration runtime will join. */
308
+ readonly vNetId?: string;
309
+ /** The alias of managed virtual network. */
310
+ readonly alias?: string;
311
+ }
312
+ /** List of managed private endpoint resources. */
313
+ export interface ManagedPrivateEndpointListOutput {
314
+ /** List of managed private endpoints. */
315
+ value: Array<ManagedPrivateEndpointOutput>;
316
+ /** The link to the next page of results, if any remaining results exist. */
317
+ nextLink?: string;
318
+ /** The number of managed private endpoints. */
319
+ count?: number;
320
+ }
321
+ /** The managed private endpoint. */
322
+ export interface ManagedPrivateEndpointOutput extends ProxyResourceOutput {
323
+ /** The properties of managed private endpoint. */
324
+ properties?: ManagedPrivateEndpointPropertiesOutput;
325
+ }
326
+ /** The properties of managed private endpoint. */
327
+ export interface ManagedPrivateEndpointPropertiesOutput {
328
+ /** The properties of connection state. */
329
+ connectionState?: ConnectionStatePropertiesOutput;
330
+ /** The fqdns of managed private endpoint. */
331
+ fqdns?: Array<string>;
332
+ /** The group identifier of managed private endpoint. */
333
+ groupId?: string;
334
+ /** The private link resource identifier of managed private endpoint. */
335
+ privateLinkResourceId?: string;
336
+ /** The provisioning state of managed private endpoint. */
337
+ provisioningState?: string;
338
+ }
339
+ /** The properties of connection state. */
340
+ export interface ConnectionStatePropertiesOutput {
341
+ /** ActionsRequired for a private link connection. */
342
+ readonly actionsRequired?: string;
343
+ /** Description of a private link connection. */
344
+ readonly description?: string;
345
+ /** Status of a private link connection. */
346
+ readonly status?: string;
347
+ }
348
+ /** List of scans. */
349
+ export interface ScanListOutput {
350
+ /** List of scans. */
351
+ value: Array<ScanOutput>;
352
+ /** The link to the next page of results, if any remaining results exist. */
353
+ nextLink?: string;
354
+ /** The number of scans. */
355
+ count?: number;
356
+ }
357
+ /** List of scan history with ingestion. */
358
+ export interface ScanHistoryListWithIngestionOutput {
359
+ /** List of scan history with ingestion. */
360
+ value: Array<ScanResultWithIngestionOutput>;
361
+ /** The link to the next page of results, if any remaining results exist. */
362
+ nextLink?: string;
363
+ /** The number of scan history with ingestion. */
364
+ count?: number;
365
+ }
366
+ /** The scan ruleset. */
367
+ export interface ScanRulesetOutputParent extends VersionedScanRulesetOutput {
368
+ kind: "ScanRuleset" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
369
+ }
370
+ /** The versioned scan ruleset. */
371
+ export interface VersionedScanRulesetOutput extends ProxyResourceOutput {
372
+ /** Versioned scan ruleset properties. */
373
+ scanRulesetType?: "Custom" | "System";
374
+ /** Status of versioned scan ruleset properties. */
375
+ readonly status?: "Enabled" | "Disabled";
376
+ /** Version of versioned scan ruleset properties. */
377
+ readonly version?: number;
378
+ }
379
+ /** List of scan rulesets. */
380
+ export interface ScanRulesetListOutput {
381
+ /** List of scan rulesets. */
382
+ value: Array<ScanRulesetOutput>;
383
+ /** The link to the next page of results, if any remaining results exist. */
384
+ nextLink?: string;
385
+ /** The number of scan rulesets. */
386
+ count?: number;
387
+ }
388
+ /** List of system scan rulesets. */
389
+ export interface SystemScanRulesetListOutput {
390
+ /** List of system scan rulesets. */
391
+ value: Array<SystemScanRulesetOutput>;
392
+ /** The link to the next page of results, if any remaining results exist. */
393
+ nextLink?: string;
394
+ /** The number of system scan rulesets. */
395
+ count?: number;
396
+ }
397
+ /** The system scan ruleset. */
398
+ export interface SystemScanRulesetOutputParent extends VersionedScanRulesetOutput {
399
+ kind: "SystemScanRuleset" | "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";
400
+ }
401
+ /** The trigger object. */
402
+ export interface TriggerOutput extends ProxyResourceOutput {
403
+ /** The properties of trigger. */
404
+ properties?: TriggerPropertiesOutput;
405
+ /** The validation error info of trigger. */
406
+ validationErrorInfo?: string;
407
+ }
408
+ /** Properties detail of trigger. */
409
+ export interface TriggerPropertiesOutput {
410
+ /** The recurrence of trigger. */
411
+ recurrence?: TriggerRecurrenceOutput;
412
+ /** The recurrence interval of trigger. */
413
+ recurrenceInterval?: string;
414
+ /** The create time of trigger. */
415
+ readonly createdAt?: string;
416
+ /** The last modified time of trigger. */
417
+ readonly lastModifiedAt?: string;
418
+ /** The last scheduled time of trigger. */
419
+ readonly lastScheduled?: string;
420
+ /** The state of trigger. */
421
+ state?: "Enabled" | "Disabled";
422
+ /** The scan level of trigger. */
423
+ scanLevel?: "Full" | "Incremental";
424
+ /** The incremental scan start time of trigger. */
425
+ incrementalScanStartTime?: string;
426
+ }
427
+ /** The recurrence of trigger. */
428
+ export interface TriggerRecurrenceOutput {
429
+ /** The frequency of trigger recurrence. */
430
+ frequency?: "Week" | "Month" | "Day" | "Hour";
431
+ /** The interval of trigger recurrence. */
432
+ interval?: number;
433
+ /** The start time of trigger recurrence. */
434
+ startTime?: string;
435
+ /** The end time of trigger recurrence. */
436
+ endTime?: string;
437
+ /** The schedule of trigger recurrence. */
438
+ schedule?: RecurrenceScheduleOutput;
439
+ /** The time zone of trigger recurrence. */
440
+ timeZone?: string;
441
+ }
442
+ /** Schedule of recurrence. */
443
+ export interface RecurrenceScheduleOutput {
444
+ /** The minutes of recurrence schedule. */
445
+ minutes?: Array<number>;
446
+ /** The hours of recurrence schedule. */
447
+ hours?: Array<number>;
448
+ /** The week days of recurrence schedule. */
449
+ weekDays?: Array<"Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday">;
450
+ /** Month days of recurrence schedule. */
451
+ monthDays?: Array<number>;
452
+ /** The monthly occurrences of recurrence schedule. */
453
+ monthlyOccurrences?: Array<RecurrenceScheduleOccurrenceOutput>;
454
+ }
455
+ /** The occurrence of recurrence schedule. */
456
+ export interface RecurrenceScheduleOccurrenceOutput {
457
+ /** The day of recurrence schedule occurrence. */
458
+ day?: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
459
+ occurrence?: number;
460
+ }
461
+ /** The compute resource properties for managed integration runtime. */
462
+ export interface ManagedIntegrationRuntimeComputePropertiesOutput {
463
+ /** The location for managed integration runtime. */
464
+ location?: string;
465
+ }
466
+ /** Managed integration runtime type properties. */
467
+ export interface ManagedIntegrationRuntimeTypePropertiesOutput {
468
+ /** The compute resource properties for managed integration runtime. */
469
+ computeProperties?: ManagedIntegrationRuntimeComputePropertiesOutput;
470
+ }
471
+ /** The managed virtual network reference. */
472
+ export interface ManagedVirtualNetworkReferenceOutput {
473
+ /** Reference ManagedVirtualNetwork name. */
474
+ referenceName?: string;
475
+ /** Managed virtual network reference type. */
476
+ type?: string;
477
+ }
478
+ /** The managed integration runtime properties. */
479
+ export interface ManagedIntegrationRuntimePropertiesOutput {
480
+ /** Managed integration runtime type properties. */
481
+ typeProperties?: ManagedIntegrationRuntimeTypePropertiesOutput;
482
+ /** The managed virtual network reference. */
483
+ managedVirtualNetworkReference?: ManagedVirtualNetworkReferenceOutput;
484
+ /** The managed integration runtime description. */
485
+ description?: string;
486
+ }
487
+ /** The managed integration runtime. */
488
+ export interface ManagedIntegrationRuntimeOutput extends IntegrationRuntimeOutputParent {
489
+ /** The managed integration runtime properties. */
490
+ properties?: ManagedIntegrationRuntimePropertiesOutput;
491
+ kind: "Managed";
492
+ }
493
+ /** The self-hosted integration runtime properties. */
494
+ export interface SelfHostedIntegrationRuntimePropertiesOutput {
495
+ /** The self-hosted integration runtime description. */
496
+ description?: string;
497
+ }
498
+ /** Self-hosted integration runtime. */
499
+ export interface SelfHostedIntegrationRuntimeOutput extends IntegrationRuntimeOutputParent {
500
+ /** The self-hosted integration runtime properties. */
501
+ properties?: SelfHostedIntegrationRuntimePropertiesOutput;
502
+ kind: "SelfHosted";
503
+ }
504
+ /** Properties of Self-hosted integration runtime node. */
505
+ export interface SelfHostedIntegrationRuntimeNodeOutput {
506
+ /** Name of the integration runtime node. */
507
+ readonly nodeName?: string;
508
+ /** Machine name of the integration runtime node. */
509
+ readonly machineName?: string;
510
+ /** URI for the host machine of the integration runtime. */
511
+ readonly hostServiceUri?: string;
512
+ /** Status of the integration runtime node. */
513
+ readonly status?: string;
514
+ /** The integration runtime capabilities dictionary. */
515
+ readonly capabilities?: Record<string, string>;
516
+ /** Status of the integration runtime node version. */
517
+ readonly versionStatus?: string;
518
+ /** Version of the integration runtime node. */
519
+ readonly version?: string;
520
+ /** The time at which the integration runtime node was registered in ISO8601 format. */
521
+ readonly registerTime?: string;
522
+ /** The most recent time at which the integration runtime was connected in ISO8601 format. */
523
+ readonly lastConnectTime?: string;
524
+ /** The time at which the integration runtime will expire in ISO8601 format. */
525
+ readonly expiryTime?: string;
526
+ /** The time the node last started up. */
527
+ readonly lastStartTime?: string;
528
+ /** The integration runtime node last stop time. */
529
+ readonly lastStopTime?: string;
530
+ /** The result of the last integration runtime node update. */
531
+ readonly lastUpdateResult?: string;
532
+ /** The last time for the integration runtime node update start. */
533
+ readonly lastStartUpdateTime?: string;
534
+ /** The last time for the integration runtime node update end. */
535
+ readonly lastEndUpdateTime?: string;
536
+ /** Indicates whether this node is the active dispatcher for integration runtime requests. */
537
+ readonly isActiveDispatcher?: boolean;
538
+ /** The concurrent jobs limit of self-hosted integration runtime node. */
539
+ readonly concurrentJobsLimit?: number;
540
+ /** The max concurrent jobs of self-hosted integration runtime node. */
541
+ readonly maxConcurrentJobs?: number;
542
+ }
543
+ /** Self-hosted integration runtime status type properties. */
544
+ export interface SelfHostedIntegrationRuntimeStatusTypePropertiesOutput {
545
+ /** The time at which the integration runtime was created, in ISO8601 format. */
546
+ readonly createTime?: string;
547
+ /** The task queue id of the integration runtime. */
548
+ readonly taskQueueId?: string;
549
+ /** It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). */
550
+ readonly internalChannelEncryption?: string;
551
+ /** Version of the integration runtime. */
552
+ readonly version?: string;
553
+ /** List of nodes for this integration runtime. */
554
+ nodes?: Array<SelfHostedIntegrationRuntimeNodeOutput>;
555
+ /** The date at which the integration runtime will be scheduled to update, in ISO8601 format. */
556
+ readonly scheduledUpdateDate?: string;
557
+ /** The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours. */
558
+ readonly updateDelayOffset?: string;
559
+ /** The local time zone offset in hours. */
560
+ readonly localTimeZoneOffset?: string;
561
+ /** Object with additional information about integration runtime capabilities. */
562
+ readonly capabilities?: Record<string, string>;
563
+ /** The URLs for the services used in integration runtime backend service. */
564
+ readonly serviceUrls?: Array<string>;
565
+ /** Whether Self-hosted integration runtime auto update has been turned on. */
566
+ readonly autoUpdate?: "On" | "Off";
567
+ /** Status of the integration runtime version. */
568
+ readonly versionStatus?: string;
569
+ /** The version that the integration runtime is going to update to. */
570
+ readonly pushedVersion?: string;
571
+ /** The latest version on download center. */
572
+ readonly latestVersion?: string;
573
+ /** The estimated time when the self-hosted integration runtime will be updated. */
574
+ readonly autoUpdateETA?: string;
575
+ }
576
+ /** Self-hosted integration runtime status properties. */
577
+ export interface SelfHostedIntegrationRuntimeStatusPropertiesOutput {
578
+ /** Self-hosted integration runtime status type properties. */
579
+ typeProperties?: SelfHostedIntegrationRuntimeStatusTypePropertiesOutput;
580
+ /** Self-hosted integration runtime state. */
581
+ readonly state?: string;
582
+ }
583
+ /** Self-hosted integration runtime status. */
584
+ export interface SelfHostedIntegrationRuntimeStatusOutput extends IntegrationRuntimeStatusOutputParent {
585
+ /** Self-hosted integration runtime status properties. */
586
+ properties?: SelfHostedIntegrationRuntimeStatusPropertiesOutput;
587
+ kind: "SelfHosted";
588
+ }
589
+ /** Interactive query properties of managed integration runtime. */
590
+ export interface InteractiveQueryOutput {
591
+ /** Auto termination minutes of interactive query. */
592
+ autoTerminationMinutes?: number;
593
+ /** Status of interactive query. */
594
+ status?: string;
595
+ }
596
+ /** Managed integration runtime status type properties. */
597
+ export interface ManagedIntegrationRuntimeStatusTypePropertiesOutput {
598
+ /** The time at which the integration runtime was created, in ISO8601 format. */
599
+ createTime?: string;
600
+ /** Interactive query properties of managed integration runtime. */
601
+ interactiveQuery?: InteractiveQueryOutput;
602
+ }
603
+ /** Managed integration runtime status properties. */
604
+ export interface ManagedIntegrationRuntimeStatusPropertiesOutput {
605
+ /** Managed integration runtime status type properties. */
606
+ typeProperties?: ManagedIntegrationRuntimeStatusTypePropertiesOutput;
607
+ /** Managed integration runtime state. */
608
+ readonly state?: string;
609
+ }
610
+ /** Managed integration runtime status. */
611
+ export interface ManagedIntegrationRuntimeStatusOutput extends IntegrationRuntimeStatusOutputParent {
612
+ /** Managed integration runtime status properties. */
613
+ properties?: ManagedIntegrationRuntimeStatusPropertiesOutput;
614
+ kind: "Managed";
615
+ }
616
+ /** The reference to collection. */
617
+ export interface CollectionReferenceOutput {
618
+ /** The last modified time of collection reference. */
619
+ readonly lastModifiedAt?: string;
620
+ /** The reference name of collection reference. */
621
+ referenceName?: string;
622
+ /** The type of collection reference. */
623
+ type?: string;
624
+ }
625
+ /** The properties of system classification rule. */
626
+ export interface SystemClassificationRulePropertiesOutput {
627
+ description?: string;
628
+ /** The version of system classification rule. */
629
+ readonly version?: number;
630
+ /** The classification name of system classification rule. */
631
+ classificationName?: string;
632
+ /** The rule status of system classification rule. */
633
+ ruleStatus?: "Enabled" | "Disabled";
634
+ /** The create time of system classification rule. */
635
+ readonly createdAt?: string;
636
+ /** The last modified time of system classification rule. */
637
+ readonly lastModifiedAt?: string;
638
+ }
639
+ /** The rule of system classification. */
640
+ export interface SystemClassificationRuleOutput extends ClassificationRuleOutputParent {
641
+ /** The properties of system classification rule. */
642
+ properties?: SystemClassificationRulePropertiesOutput;
643
+ kind: "System";
644
+ }
645
+ /** Pattern of classification rule. */
646
+ export interface ClassificationRulePatternOutputParent {
647
+ kind: "ClassificationRulePattern" | "Regex";
648
+ }
649
+ /** The properties of custom classification rule. */
650
+ export interface CustomClassificationRulePropertiesOutput {
651
+ minimumPercentageMatch?: number;
652
+ /** The action of classification rule. */
653
+ readonly classificationAction?: "Keep" | "Delete";
654
+ /** The data patterns of custom classification rule. */
655
+ dataPatterns?: Array<ClassificationRulePatternOutput>;
656
+ /** The column patterns of custom classification rule. */
657
+ columnPatterns?: Array<ClassificationRulePatternOutput>;
658
+ /** The description of custom classification rule. */
659
+ description?: string;
660
+ /** The version of custom classification rule. */
661
+ readonly version?: number;
662
+ /** The classification name of custom classification rule. */
663
+ classificationName?: string;
664
+ /** The rule status of custom classification rule. */
665
+ ruleStatus?: "Enabled" | "Disabled";
666
+ /** The create time of custom classification rule. */
667
+ readonly createdAt?: string;
668
+ /** The last modified time of custom classification rule. */
669
+ readonly lastModifiedAt?: string;
670
+ }
671
+ /** Rule of custom classification. */
672
+ export interface CustomClassificationRuleOutput extends ClassificationRuleOutputParent {
673
+ /** The properties of custom classification rule. */
674
+ properties?: CustomClassificationRulePropertiesOutput;
675
+ kind: "Custom";
676
+ }
677
+ /** Pattern of regex classification rule. */
678
+ export interface RegexClassificationRulePatternOutput extends ClassificationRulePatternOutputParent {
679
+ /** The pattern of regex classification rule pattern. */
680
+ pattern?: string;
681
+ kind: "Regex";
682
+ }
683
+ /** The store. */
684
+ export interface StoreOutput {
685
+ /** The reference name of store. */
686
+ referenceName?: string;
687
+ /** The type of store. */
688
+ type?: string;
689
+ }
690
+ /** The key vault secret. */
691
+ export interface KeyVaultSecretOutput {
692
+ /** The type of key vault secret. */
693
+ type?: string;
694
+ /** The secret name of key vault secret. */
695
+ secretName?: string;
696
+ /** The secret version of key vault secret. */
697
+ secretVersion?: string;
698
+ /** The store. */
699
+ store?: StoreOutput;
700
+ }
701
+ /** Properties of key vault secret account key credential type. */
702
+ export interface KeyVaultSecretAccountKeyCredentialTypePropertiesOutput {
703
+ /** The account key of key vault secret account key credential type. */
704
+ accountKey?: KeyVaultSecretOutput;
705
+ }
706
+ /** Properties of account key credential. */
707
+ export interface AccountKeyCredentialPropertiesOutput {
708
+ /** The type properties of account key credential. */
709
+ typeProperties?: KeyVaultSecretAccountKeyCredentialTypePropertiesOutput;
710
+ description?: string;
711
+ }
712
+ /** Credential type that uses Account Key for authentication. */
713
+ export interface AccountKeyAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {
714
+ /** The properties of account key auth Azure Key Vault credential. */
715
+ properties?: AccountKeyCredentialPropertiesOutput;
716
+ kind: "AccountKey";
717
+ }
718
+ /** Properties of key vault secret user pass credential type. */
719
+ export interface KeyVaultSecretUserPassCredentialTypePropertiesOutput {
720
+ /** User name. */
721
+ user?: string;
722
+ /** The password of key vault secret user pass credential type. */
723
+ password?: KeyVaultSecretOutput;
724
+ }
725
+ /** Properties of user pass credential. */
726
+ export interface UserPassCredentialPropertiesOutput {
727
+ /** Properties of key vault secret user pass credential type. */
728
+ typeProperties?: KeyVaultSecretUserPassCredentialTypePropertiesOutput;
729
+ description?: string;
730
+ }
731
+ /** Credential type that uses Basic authentication. */
732
+ export interface BasicAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {
733
+ /** The properties of basic auth Azure Key Vault credential. */
734
+ properties?: UserPassCredentialPropertiesOutput;
735
+ kind: "BasicAuth";
736
+ }
737
+ /** The type properties of role ARN credential. */
738
+ export interface RoleARNCredentialTypePropertiesOutput {
739
+ /** The role ARN of role ARN credential type properties. */
740
+ roleARN?: string;
741
+ }
742
+ /** The properties of role ARN credential. */
743
+ export interface RoleARNCredentialPropertiesOutput {
744
+ /** The type properties of role ARN credential. */
745
+ typeProperties?: RoleARNCredentialTypePropertiesOutput;
746
+ /** The description of role ARN credential. */
747
+ description?: string;
748
+ }
749
+ /** Credential type that uses Account ID, External ID and Role ARN for authentication. */
750
+ export interface RoleARNCredentialOutput extends CredentialOutputParent {
751
+ /** The properties of role ARN credential. */
752
+ properties?: RoleARNCredentialPropertiesOutput;
753
+ kind: "AmazonARN";
754
+ }
755
+ /** The type properties of key vault secret service principal credential. */
756
+ export interface KeyVaultSecretServicePrinipalCredentialTypePropertiesOutput {
757
+ /** The service principal ID of key vault secret service principal credential type properties. */
758
+ servicePrincipalId?: string;
759
+ /** The key vault secret. */
760
+ servicePrincipalKey?: KeyVaultSecretOutput;
761
+ tenant?: string;
762
+ }
763
+ /** The properties of service principal Azure Key Vault credential. */
764
+ export interface ServicePrincipalAzureKeyVaultCredentialPropertiesOutput {
765
+ /** The type properties of key vault secret service principal credential. */
766
+ typeProperties?: KeyVaultSecretServicePrinipalCredentialTypePropertiesOutput;
767
+ description?: string;
768
+ }
769
+ /** Credential type that uses Tenant ID and Service principal ID for authentication. */
770
+ export interface ServicePrincipalAzureKeyVaultCredentialOutput extends CredentialOutputParent {
771
+ /** The properties of service principal Azure Key Vault credential. */
772
+ properties?: ServicePrincipalAzureKeyVaultCredentialPropertiesOutput;
773
+ kind: "ServicePrincipal";
774
+ }
775
+ /** Credential type that uses Sql for authentication. */
776
+ export interface SqlAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {
777
+ /** Properties of user pass credential. */
778
+ properties?: UserPassCredentialPropertiesOutput;
779
+ kind: "SqlAuth";
780
+ }
781
+ /** The type properties of key vault secret consumer key credential. */
782
+ export interface KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput {
783
+ /** User name. */
784
+ user?: string;
785
+ /** The password of key vault secret consumer key credential type properties. */
786
+ password?: KeyVaultSecretOutput;
787
+ /** The consumer key of key vault secret consumer key credential type properties. */
788
+ consumerKey?: string;
789
+ /** The consumer secret of key vault secret consumer key credential type properties. */
790
+ consumerSecret?: KeyVaultSecretOutput;
791
+ }
792
+ /** The properties of consumer key credential. */
793
+ export interface ConsumerKeyCredentialPropertiesOutput {
794
+ /** The type properties of key vault secret consumer key credential. */
795
+ typeProperties?: KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput;
796
+ /** Description of credential properties. */
797
+ description?: string;
798
+ }
799
+ /** Credential type that uses consumer provided key and secret for authentication. */
800
+ export interface ConsumerKeyAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {
801
+ /** The properties of consumer key credential. */
802
+ properties?: ConsumerKeyCredentialPropertiesOutput;
803
+ kind: "ConsumerKeyAuth";
804
+ }
805
+ /** The type properties of key vault secret delegated auth credential. */
806
+ export interface KeyVaultSecretDelegatedAuthCredentialTypePropertiesOutput {
807
+ /** Credential type that uses Account ID, External ID and Role ARN for authentication. */
808
+ clientId?: string;
809
+ /** User name. */
810
+ user?: string;
811
+ /** Key vault secret. */
812
+ password?: KeyVaultSecretOutput;
813
+ }
814
+ /** The properties of delegated auth credential. */
815
+ export interface DelegatedAuthCredentialPropertiesOutput {
816
+ /** The type properties of key vault secret delegated auth credential. */
817
+ typeProperties?: KeyVaultSecretDelegatedAuthCredentialTypePropertiesOutput;
818
+ description?: string;
819
+ }
820
+ /** Credential type that uses Client ID for authentication. */
821
+ export interface DelegatedAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {
822
+ /** The properties of delegated auth Azure Key Vault credential. */
823
+ properties?: DelegatedAuthCredentialPropertiesOutput;
824
+ kind: "DelegatedAuth";
825
+ }
826
+ /** The type properties of key vault secret managed identity Azure Key Vault credential. */
827
+ export interface KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypePropertiesOutput {
828
+ /** The principal ID of key vault secret managed identity Azure Key Vault credential type properties. */
829
+ principalId?: string;
830
+ /** The tenant ID of key vault secret managed identity Azure Key Vault credential type properties. */
831
+ tenantId?: string;
832
+ /** The resource ID of key vault secret managed identity Azure Key Vault credential type properties. */
833
+ resourceId?: string;
834
+ }
835
+ /** The properties of managed identity Azure Key Vault credential. */
836
+ export interface ManagedIdentityAzureKeyVaultCredentialPropertiesOutput {
837
+ /** The type properties of managed identity Azure Key Vault credential. */
838
+ typeProperties?: KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypePropertiesOutput;
839
+ description?: string;
840
+ }
841
+ /** Credential type that uses User assigned managed identities for authentication. */
842
+ export interface ManagedIdentityAzureKeyVaultCredentialOutput extends CredentialOutputParent {
843
+ /** The properties of managed identity Azure Key Vault credential. */
844
+ properties?: ManagedIdentityAzureKeyVaultCredentialPropertiesOutput;
845
+ kind: "ManagedIdentity";
846
+ }
847
+ /** Properties of data source. */
848
+ export interface DataSourcePropertiesOutput {
849
+ /** The create time of data source. */
850
+ readonly createdAt?: string;
851
+ /** The last modified time of data source. */
852
+ readonly lastModifiedAt?: string;
853
+ /** The reference to collection. */
854
+ collection?: CollectionReferenceOutput;
855
+ /** Data source collection moving state. */
856
+ dataSourceCollectionMovingState?: "Active" | "Moving" | "Failed";
857
+ }
858
+ /** Properties of azure subscription. */
859
+ export interface AzureSubscriptionPropertiesOutput extends DataSourcePropertiesOutput {
860
+ /** The subscription ID of azure subscription. */
861
+ subscriptionId?: string;
862
+ /** The resource ID of azure subscription. */
863
+ resourceId?: string;
864
+ /** The data use governance of azure subscription. */
865
+ dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
866
+ }
867
+ /** Azure subscription data source. */
868
+ export interface AzureSubscriptionDataSourceOutput extends DataSourceOutputParent {
869
+ /** Azure subscription properties. */
870
+ properties?: AzureSubscriptionPropertiesOutput;
871
+ kind: "AzureSubscription";
872
+ }
873
+ /** Azure resource group properties. */
874
+ export interface AzureResourceGroupPropertiesOutput extends DataSourcePropertiesOutput {
875
+ /** Subscription id. */
876
+ subscriptionId?: string;
877
+ /** Resource group. */
878
+ resourceGroup?: string;
879
+ /** Resource id. */
880
+ resourceId?: string;
881
+ /** Data use governance. */
882
+ dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
883
+ }
884
+ /** Azure resource group data source. */
885
+ export interface AzureResourceGroupDataSourceOutput extends DataSourceOutputParent {
886
+ /** Azure resource group properties. */
887
+ properties?: AzureResourceGroupPropertiesOutput;
888
+ kind: "AzureResourceGroup";
889
+ }
890
+ /** Azure data source properties. */
891
+ export interface AzureDataSourcePropertiesOutput extends DataSourcePropertiesOutput {
892
+ /** Resource group. */
893
+ resourceGroup?: string;
894
+ /** Subscription id. */
895
+ subscriptionId?: string;
896
+ /** Location. */
897
+ location?: string;
898
+ /** Resource name. */
899
+ resourceName?: string;
900
+ /** Resource id. */
901
+ resourceId?: string;
902
+ /** Data use governance. */
903
+ dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
904
+ }
905
+ /** Azure synapse workspace data source properties. */
906
+ export interface AzureSynapseWorkspacePropertiesOutput extends AzureDataSourcePropertiesOutput {
907
+ /** The dedicated SQL endpoint of azure synapse workspace. */
908
+ dedicatedSqlEndpoint?: string;
909
+ /** The serverless SQL endpoint of azure synapse workspace. */
910
+ serverlessSqlEndpoint?: string;
911
+ }
912
+ /** Azure synapse workspace data source. */
913
+ export interface AzureSynapseWorkspaceDataSourceOutput extends DataSourceOutputParent {
914
+ /** Azure synapse workspace properties. */
915
+ properties?: AzureSynapseWorkspacePropertiesOutput;
916
+ kind: "AzureSynapseWorkspace";
917
+ }
918
+ /** Azure synapse data source properties. */
919
+ export interface AzureSynapsePropertiesOutput extends AzureDataSourcePropertiesOutput {
920
+ /** The SQL endpoint of azure synapse. */
921
+ sqlEndpoint?: string;
922
+ /** The SQL on demand endpoint of azure synapse. */
923
+ sqlOnDemandEndpoint?: string;
924
+ }
925
+ /** Azure synapse data source. */
926
+ export interface AzureSynapseDataSourceOutput extends DataSourceOutputParent {
927
+ /** Azure synapse properties. */
928
+ properties?: AzureSynapsePropertiesOutput;
929
+ kind: "AzureSynapse";
930
+ }
931
+ /** The properties of ADLS Gen1. */
932
+ export interface AdlsGen1PropertiesOutput extends AzureDataSourcePropertiesOutput {
933
+ /** The endpoint of ADLS Gen1. */
934
+ endpoint?: string;
935
+ }
936
+ /** The ADLS Gen1 data source. */
937
+ export interface AdlsGen1DataSourceOutput extends DataSourceOutputParent {
938
+ /** The properties of ADLS Gen1. */
939
+ properties?: AdlsGen1PropertiesOutput;
940
+ kind: "AdlsGen1";
941
+ }
942
+ /** The properties of ADLS Gen2. */
943
+ export interface AdlsGen2PropertiesOutput extends AzureDataSourcePropertiesOutput {
944
+ /** The endpoint of ADLS Gen2. */
945
+ endpoint?: string;
946
+ }
947
+ /** The ADLS Gen2 data source. */
948
+ export interface AdlsGen2DataSourceOutput extends DataSourceOutputParent {
949
+ /** The properties of ADLS Gen2. */
950
+ properties?: AdlsGen2PropertiesOutput;
951
+ kind: "AdlsGen2";
952
+ }
953
+ /** The properties of Amazon account. */
954
+ export interface AmazonAccountPropertiesOutput extends DataSourcePropertiesOutput {
955
+ /** AWS account id. */
956
+ awsAccountId?: string;
957
+ /** Role arn. */
958
+ roleARN?: string;
959
+ }
960
+ /** The Amazon account data source. */
961
+ export interface AmazonAccountDataSourceOutput extends DataSourceOutputParent {
962
+ /** The properties of Amazon account. */
963
+ properties?: AmazonAccountPropertiesOutput;
964
+ kind: "AmazonAccount";
965
+ }
966
+ /** The properties of Amazon S3. */
967
+ export interface AmazonS3PropertiesOutput extends DataSourcePropertiesOutput {
968
+ /** Service URL. */
969
+ serviceUrl?: string;
970
+ /** Role ARN. */
971
+ roleARN?: string;
972
+ }
973
+ /** The Amazon S3 data source. */
974
+ export interface AmazonS3DataSourceOutput extends DataSourceOutputParent {
975
+ /** Amazon S3 properties. */
976
+ properties?: AmazonS3PropertiesOutput;
977
+ kind: "AmazonS3";
978
+ }
979
+ /** The properties of Amazon SQL. */
980
+ export interface AmazonSqlPropertiesOutput extends DataSourcePropertiesOutput {
981
+ /** Server Endpoint. */
982
+ serverEndpoint?: string;
983
+ /** Port. */
984
+ port?: number;
985
+ /** Vpc Endpoint Service Name. */
986
+ vpcEndpointServiceName?: string;
987
+ }
988
+ /** The Amazon SQL data source. */
989
+ export interface AmazonSqlDataSourceOutput extends DataSourceOutputParent {
990
+ /** Amazon SQL properties. */
991
+ properties?: AmazonSqlPropertiesOutput;
992
+ kind: "AmazonSql";
993
+ }
994
+ /** The properties of Azure Cosmos DB. */
995
+ export interface AzureCosmosDbPropertiesOutput extends AzureDataSourcePropertiesOutput {
996
+ /** The account URI of Azure Cosmos DB. */
997
+ accountUri?: string;
998
+ }
999
+ /** The Azure Cosmos DB data source. */
1000
+ export interface AzureCosmosDbDataSourceOutput extends DataSourceOutputParent {
1001
+ /** The properties of Azure Cosmos DB. */
1002
+ properties?: AzureCosmosDbPropertiesOutput;
1003
+ kind: "AzureCosmosDb";
1004
+ }
1005
+ /** The properties of azure data explorer. */
1006
+ export interface AzureDataExplorerPropertiesOutput extends AzureDataSourcePropertiesOutput {
1007
+ endpoint?: string;
1008
+ }
1009
+ /** The azure data explorer data source. */
1010
+ export interface AzureDataExplorerDataSourceOutput extends DataSourceOutputParent {
1011
+ /** The properties of azure data explorer. */
1012
+ properties?: AzureDataExplorerPropertiesOutput;
1013
+ kind: "AzureDataExplorer";
1014
+ }
1015
+ /** The properties of azure file service. */
1016
+ export interface AzureFileServicePropertiesOutput extends AzureDataSourcePropertiesOutput {
1017
+ /** The endpoint of azure file service. */
1018
+ endpoint?: string;
1019
+ }
1020
+ /** The azure file service data source. */
1021
+ export interface AzureFileServiceDataSourceOutput extends DataSourceOutputParent {
1022
+ /** The properties of azure file service. */
1023
+ properties?: AzureFileServicePropertiesOutput;
1024
+ kind: "AzureFileService";
1025
+ }
1026
+ /** The properties of Azure SQL database. */
1027
+ export interface AzureSqlDatabasePropertiesOutput extends AzureDataSourcePropertiesOutput {
1028
+ /** The server endpoint of Azure SQL database. */
1029
+ serverEndpoint?: string;
1030
+ }
1031
+ /** The Azure SQL database data source. */
1032
+ export interface AzureSqlDatabaseDataSourceOutput extends DataSourceOutputParent {
1033
+ /** The properties of Azure SQL database. */
1034
+ properties?: AzureSqlDatabasePropertiesOutput;
1035
+ kind: "AzureSqlDatabase";
1036
+ }
1037
+ /** The properties of Amazon Postgre SQL. */
1038
+ export interface AmazonPostgreSqlPropertiesOutput extends DataSourcePropertiesOutput {
1039
+ /** The server endpoint of Amazon Postgre SQL. */
1040
+ serverEndpoint?: string;
1041
+ /** The port of Amazon Postgre SQL. */
1042
+ port?: number;
1043
+ /** The vpc endpoint service name of Amazon Postgre SQL. */
1044
+ vpcEndpointServiceName?: string;
1045
+ }
1046
+ /** The Amazon Postgre SQL data source. */
1047
+ export interface AmazonPostgreSqlDataSourceOutput extends DataSourceOutputParent {
1048
+ /** The properties of Amazon Postgre SQL. */
1049
+ properties?: AmazonPostgreSqlPropertiesOutput;
1050
+ kind: "AmazonPostgreSql";
1051
+ }
1052
+ /** The properties of Azure Postgre SQL. */
1053
+ export interface AzurePostgreSqlPropertiesOutput extends AzureDataSourcePropertiesOutput {
1054
+ /** The server endpoint of Azure Postgre SQL. */
1055
+ serverEndpoint?: string;
1056
+ port?: number;
1057
+ }
1058
+ /** The Azure Postgre SQL data source. */
1059
+ export interface AzurePostgreSqlDataSourceOutput extends DataSourceOutputParent {
1060
+ /** The properties of Azure Postgre SQL. */
1061
+ properties?: AzurePostgreSqlPropertiesOutput;
1062
+ kind: "AzurePostgreSql";
1063
+ }
1064
+ /** The properties of sql server database. */
1065
+ export interface SqlServerDatabasePropertiesOutput extends AzureDataSourcePropertiesOutput {
1066
+ /** The server endpoint of sql server database. */
1067
+ serverEndpoint?: string;
1068
+ }
1069
+ /** The sql server database data source. */
1070
+ export interface SqlServerDatabaseDataSourceOutput extends DataSourceOutputParent {
1071
+ /** The properties of sql server database. */
1072
+ properties?: SqlServerDatabasePropertiesOutput;
1073
+ kind: "SqlServerDatabase";
1074
+ }
1075
+ /** The properties of Azure SQL database managed instance. */
1076
+ export interface AzureSqlDatabaseManagedInstancePropertiesOutput extends AzureDataSourcePropertiesOutput {
1077
+ serverEndpoint?: string;
1078
+ }
1079
+ /** The Azure SQL database managed instance data source. */
1080
+ export interface AzureSqlDatabaseManagedInstanceDataSourceOutput extends DataSourceOutputParent {
1081
+ /** The properties of Azure SQL database managed instance. */
1082
+ properties?: AzureSqlDatabaseManagedInstancePropertiesOutput;
1083
+ kind: "AzureSqlDatabaseManagedInstance";
1084
+ }
1085
+ /** The properties of Azure SQL data warehouse. */
1086
+ export interface AzureSqlDataWarehousePropertiesOutput extends AzureDataSourcePropertiesOutput {
1087
+ serverEndpoint?: string;
1088
+ }
1089
+ /** The Azure SQL data warehouse data source. */
1090
+ export interface AzureSqlDataWarehouseDataSourceOutput extends DataSourceOutputParent {
1091
+ /** The properties of Azure SQL data warehouse. */
1092
+ properties?: AzureSqlDataWarehousePropertiesOutput;
1093
+ kind: "AzureSqlDataWarehouse";
1094
+ }
1095
+ /** Azure MySQL data source properties. */
1096
+ export interface AzureMySqlPropertiesOutput extends AzureDataSourcePropertiesOutput {
1097
+ /** The server endpoint of azure my sql. */
1098
+ serverEndpoint?: string;
1099
+ /** The port of azure my sql. */
1100
+ port?: number;
1101
+ }
1102
+ /** Azure MySQL data source. */
1103
+ export interface AzureMySqlDataSourceOutput extends DataSourceOutputParent {
1104
+ /** Azure MySQL properties. */
1105
+ properties?: AzureMySqlPropertiesOutput;
1106
+ kind: "AzureMySql";
1107
+ }
1108
+ /** The properties of Azure Storage. */
1109
+ export interface AzureStoragePropertiesOutput extends AzureDataSourcePropertiesOutput {
1110
+ /** The endpoint of Azure Storage. */
1111
+ endpoint?: string;
1112
+ }
1113
+ /** The Azure Storage data source. */
1114
+ export interface AzureStorageDataSourceOutput extends DataSourceOutputParent {
1115
+ /** The properties of Azure Storage. */
1116
+ properties?: AzureStoragePropertiesOutput;
1117
+ kind: "AzureStorage";
1118
+ }
1119
+ /** The properties of teradata. */
1120
+ export interface TeradataPropertiesOutput extends DataSourcePropertiesOutput {
1121
+ /** The host of teradata. */
1122
+ host?: string;
1123
+ }
1124
+ /** The teradata data source. */
1125
+ export interface TeradataDataSourceOutput extends DataSourceOutputParent {
1126
+ /** The properties of teradata. */
1127
+ properties?: TeradataPropertiesOutput;
1128
+ kind: "Teradata";
1129
+ }
1130
+ /** The properties of oracle. */
1131
+ export interface OraclePropertiesOutput extends DataSourcePropertiesOutput {
1132
+ /** The host of Oracle server. */
1133
+ host?: string;
1134
+ /** The port of Oracle server. */
1135
+ port?: string;
1136
+ /** The service of Oracle server. */
1137
+ service?: string;
1138
+ }
1139
+ /** The oracle data source. */
1140
+ export interface OracleDataSourceOutput extends DataSourceOutputParent {
1141
+ /** The properties of oracle. */
1142
+ properties?: OraclePropertiesOutput;
1143
+ kind: "Oracle";
1144
+ }
1145
+ /** SAP S/4HANA data source properties. */
1146
+ export interface SapS4HanaPropertiesOutput extends DataSourcePropertiesOutput {
1147
+ /** The application server of SAP S/4HANA. */
1148
+ applicationServer?: string;
1149
+ /** The system number of SAP S/4HANA. */
1150
+ systemNumber?: string;
1151
+ }
1152
+ /** SAP S/4HANA data source. */
1153
+ export interface SapS4HanaDataSourceOutput extends DataSourceOutputParent {
1154
+ /** SAP S/4HANA data source properties. */
1155
+ properties?: SapS4HanaPropertiesOutput;
1156
+ kind: "SapS4Hana";
1157
+ }
1158
+ /** SAP ECC properties. */
1159
+ export interface SapEccPropertiesOutput extends DataSourcePropertiesOutput {
1160
+ /** The application server of SAP ECC. */
1161
+ applicationServer?: string;
1162
+ /** The system number of SAP ECC. */
1163
+ systemNumber?: string;
1164
+ }
1165
+ /** SAP ECC data source. */
1166
+ export interface SapEccDataSourceOutput extends DataSourceOutputParent {
1167
+ /** SAP ECC properties. */
1168
+ properties?: SapEccPropertiesOutput;
1169
+ kind: "SapEcc";
1170
+ }
1171
+ /** Power BI properties. */
1172
+ export interface PowerBIPropertiesOutput extends DataSourcePropertiesOutput {
1173
+ /** The tenant of Power BI. */
1174
+ tenant?: string;
1175
+ }
1176
+ /** Power BI data source. */
1177
+ export interface PowerBIDataSourceOutput extends DataSourceOutputParent {
1178
+ /** Power BI properties. */
1179
+ properties?: PowerBIPropertiesOutput;
1180
+ kind: "PowerBI";
1181
+ }
1182
+ /** Scan ruleset properties. */
1183
+ export interface ScanRulesetPropertiesOutput {
1184
+ /** The time at which the scan ruleset was created. */
1185
+ readonly createdAt?: string;
1186
+ description?: string;
1187
+ /** The system classifications that are excluded from the scan ruleset. */
1188
+ excludedSystemClassifications?: Array<string>;
1189
+ /** The custom classification rule names that are included in the scan ruleset. */
1190
+ includedCustomClassificationRuleNames?: Array<string>;
1191
+ /** The time at which the scan ruleset was last modified. */
1192
+ readonly lastModifiedAt?: string;
1193
+ }
1194
+ /** Azure subscription scan ruleset properties. */
1195
+ export interface AzureSubscriptionScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1196
+ }
1197
+ /** Azure subscription scan ruleset. */
1198
+ export interface AzureSubscriptionScanRulesetOutput extends ScanRulesetOutputParent {
1199
+ /** Azure subscription scan ruleset properties. */
1200
+ properties?: AzureSubscriptionScanRulesetPropertiesOutput;
1201
+ kind: "AzureSubscription";
1202
+ }
1203
+ /** Azure resource group scan ruleset properties. */
1204
+ export interface AzureResourceGroupScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1205
+ }
1206
+ /** Azure resource group scan ruleset. */
1207
+ export interface AzureResourceGroupScanRulesetOutput extends ScanRulesetOutputParent {
1208
+ /** Azure resource group scan ruleset properties. */
1209
+ properties?: AzureResourceGroupScanRulesetPropertiesOutput;
1210
+ kind: "AzureResourceGroup";
1211
+ }
1212
+ /** Azure synapse workspace scan ruleset properties. */
1213
+ export interface AzureSynapseWorkspaceScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1214
+ }
1215
+ /** Azure synapse workspace scan ruleset. */
1216
+ export interface AzureSynapseWorkspaceScanRulesetOutput extends ScanRulesetOutputParent {
1217
+ /** Azure synapse workspace scan ruleset properties. */
1218
+ properties?: AzureSynapseWorkspaceScanRulesetPropertiesOutput;
1219
+ kind: "AzureSynapseWorkspace";
1220
+ }
1221
+ /** Azure synapse scan ruleset properties. */
1222
+ export interface AzureSynapseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1223
+ }
1224
+ /** Azure synapse scan ruleset. */
1225
+ export interface AzureSynapseScanRulesetOutput extends ScanRulesetOutputParent {
1226
+ /** Azure synapse scan ruleset properties. */
1227
+ properties?: AzureSynapseScanRulesetPropertiesOutput;
1228
+ kind: "AzureSynapse";
1229
+ }
1230
+ /** Custom file type. */
1231
+ export interface CustomFileTypeOutput {
1232
+ /** The built-in file type of the custom file type. */
1233
+ builtInType?: "AVRO" | "ORC" | "PARQUET" | "JSON" | "TXT" | "XML" | "Documents" | "CSV" | "PSV" | "SSV" | "TSV" | "GZ" | "DOC" | "DOCM" | "DOCX" | "DOT" | "ODP" | "ODS" | "ODT" | "PDF" | "POT" | "PPS" | "PPSX" | "PPT" | "PPTM" | "PPTX" | "XLC" | "XLS" | "XLSB" | "XLSM" | "XLSX" | "XLT";
1234
+ /** The custom delimiter of the custom file type. */
1235
+ customDelimiter?: string;
1236
+ }
1237
+ /** Custom file extension. */
1238
+ export interface CustomFileExtensionOutput {
1239
+ /** The custom file type of the custom file extension. */
1240
+ customFileType?: CustomFileTypeOutput;
1241
+ /** The description of the custom file extension. */
1242
+ description?: string;
1243
+ /** The flag to indicate whether the custom file extension is enabled or not. */
1244
+ enabled?: boolean;
1245
+ /** The file extension of the custom file extension. */
1246
+ fileExtension?: string;
1247
+ }
1248
+ /** Scanning rule. */
1249
+ export interface ScanningRuleOutput {
1250
+ fileExtensions?: Array<"AVRO" | "ORC" | "PARQUET" | "JSON" | "TXT" | "XML" | "Documents" | "CSV" | "PSV" | "SSV" | "TSV" | "GZ" | "DOC" | "DOCM" | "DOCX" | "DOT" | "ODP" | "ODS" | "ODT" | "PDF" | "POT" | "PPS" | "PPSX" | "PPT" | "PPTM" | "PPTX" | "XLC" | "XLS" | "XLSB" | "XLSM" | "XLSX" | "XLT">;
1251
+ /** The custom file extensions of the scanning rule. */
1252
+ customFileExtensions?: Array<CustomFileExtensionOutput>;
1253
+ }
1254
+ /** Scanning rule scan ruleset properties. */
1255
+ export interface ScanningRuleScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1256
+ /** The scanning rule of the scanning rule scan ruleset. */
1257
+ scanningRule?: ScanningRuleOutput;
1258
+ }
1259
+ /** ADLS Gen1 scan ruleset properties. */
1260
+ export interface AdlsGen1ScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1261
+ }
1262
+ /** ADLS Gen1 scan ruleset. */
1263
+ export interface AdlsGen1ScanRulesetOutput extends ScanRulesetOutputParent {
1264
+ /** ADLS Gen1 scan ruleset properties. */
1265
+ properties?: AdlsGen1ScanRulesetPropertiesOutput;
1266
+ kind: "AdlsGen1";
1267
+ }
1268
+ /** Adls gen 2 scan ruleset properties. */
1269
+ export interface AdlsGen2ScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1270
+ }
1271
+ /** Adls gen 2 scan ruleset. */
1272
+ export interface AdlsGen2ScanRulesetOutput extends ScanRulesetOutputParent {
1273
+ /** Adls gen 2 scan ruleset properties. */
1274
+ properties?: AdlsGen2ScanRulesetPropertiesOutput;
1275
+ kind: "AdlsGen2";
1276
+ }
1277
+ /** Amazon account scan ruleset properties. */
1278
+ export interface AmazonAccountScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1279
+ }
1280
+ /** Amazon account scan ruleset. */
1281
+ export interface AmazonAccountScanRulesetOutput extends ScanRulesetOutputParent {
1282
+ /** Amazon account scan ruleset properties. */
1283
+ properties?: AmazonAccountScanRulesetPropertiesOutput;
1284
+ kind: "AmazonAccount";
1285
+ }
1286
+ /** Amazon S3 scan ruleset properties. */
1287
+ export interface AmazonS3ScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1288
+ }
1289
+ /** Amazon S3 scan ruleset. */
1290
+ export interface AmazonS3ScanRulesetOutput extends ScanRulesetOutputParent {
1291
+ /** Amazon S3 scan ruleset properties. */
1292
+ properties?: AmazonS3ScanRulesetPropertiesOutput;
1293
+ kind: "AmazonS3";
1294
+ }
1295
+ /** Amazon SQL scan ruleset properties. */
1296
+ export interface AmazonSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1297
+ }
1298
+ /** Amazon SQL scan ruleset. */
1299
+ export interface AmazonSqlScanRulesetOutput extends ScanRulesetOutputParent {
1300
+ /** Amazon SQL scan ruleset properties. */
1301
+ properties?: AmazonSqlScanRulesetPropertiesOutput;
1302
+ kind: "AmazonSql";
1303
+ }
1304
+ /** Azure Cosmos DB scan ruleset properties. */
1305
+ export interface AzureCosmosDbScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1306
+ }
1307
+ /** Azure Cosmos DB scan ruleset. */
1308
+ export interface AzureCosmosDbScanRulesetOutput extends ScanRulesetOutputParent {
1309
+ /** Azure Cosmos DB scan ruleset properties. */
1310
+ properties?: AzureCosmosDbScanRulesetPropertiesOutput;
1311
+ kind: "AzureCosmosDb";
1312
+ }
1313
+ /** Azure data explorer scan ruleset properties. */
1314
+ export interface AzureDataExplorerScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1315
+ }
1316
+ /** Azure data explorer scan ruleset. */
1317
+ export interface AzureDataExplorerScanRulesetOutput extends ScanRulesetOutputParent {
1318
+ /** Azure data explorer scan ruleset properties. */
1319
+ properties?: AzureDataExplorerScanRulesetPropertiesOutput;
1320
+ kind: "AzureDataExplorer";
1321
+ }
1322
+ /** Azure file service scan ruleset properties. */
1323
+ export interface AzureFileServiceScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1324
+ }
1325
+ /** Azure file service scan ruleset. */
1326
+ export interface AzureFileServiceScanRulesetOutput extends ScanRulesetOutputParent {
1327
+ /** Azure file service scan ruleset properties. */
1328
+ properties?: AzureFileServiceScanRulesetPropertiesOutput;
1329
+ kind: "AzureFileService";
1330
+ }
1331
+ /** Azure SQL db scan ruleset properties. */
1332
+ export interface AzureSqlDatabaseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1333
+ }
1334
+ /** Azure SQL db scan ruleset. */
1335
+ export interface AzureSqlDatabaseScanRulesetOutput extends ScanRulesetOutputParent {
1336
+ /** Azure SQL db scan ruleset properties. */
1337
+ properties?: AzureSqlDatabaseScanRulesetPropertiesOutput;
1338
+ kind: "AzureSqlDatabase";
1339
+ }
1340
+ /** Azure Postgre SQL scan ruleset properties. */
1341
+ export interface AmazonPostgreSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1342
+ }
1343
+ /** Azure Postgre SQL scan ruleset. */
1344
+ export interface AmazonPostgreSqlScanRulesetOutput extends ScanRulesetOutputParent {
1345
+ /** Azure Postgre SQL scan ruleset properties. */
1346
+ properties?: AmazonPostgreSqlScanRulesetPropertiesOutput;
1347
+ kind: "AmazonPostgreSql";
1348
+ }
1349
+ /** Azure Postgre SQL scan ruleset properties. */
1350
+ export interface AzurePostgreSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1351
+ }
1352
+ /** Azure Postgre SQL scan ruleset. */
1353
+ export interface AzurePostgreSqlScanRulesetOutput extends ScanRulesetOutputParent {
1354
+ /** Azure Postgre SQL scan ruleset properties. */
1355
+ properties?: AzurePostgreSqlScanRulesetPropertiesOutput;
1356
+ kind: "AzurePostgreSql";
1357
+ }
1358
+ /** Sql server database scan ruleset properties. */
1359
+ export interface SqlServerDatabaseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1360
+ }
1361
+ /** Sql server database scan ruleset. */
1362
+ export interface SqlServerDatabaseScanRulesetOutput extends ScanRulesetOutputParent {
1363
+ /** Sql server database scan ruleset properties. */
1364
+ properties?: SqlServerDatabaseScanRulesetPropertiesOutput;
1365
+ kind: "SqlServerDatabase";
1366
+ }
1367
+ /** Azure SQL db managed instance scan ruleset properties. */
1368
+ export interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1369
+ }
1370
+ /** Azure SQL db managed instance scan ruleset. */
1371
+ export interface AzureSqlDatabaseManagedInstanceScanRulesetOutput extends ScanRulesetOutputParent {
1372
+ /** Azure SQL db managed instance scan ruleset properties. */
1373
+ properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput;
1374
+ kind: "AzureSqlDatabaseManagedInstance";
1375
+ }
1376
+ /** Azure SQL data warehouse scan ruleset properties. */
1377
+ export interface AzureSqlDataWarehouseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1378
+ }
1379
+ /** Azure SQL data warehouse scan ruleset. */
1380
+ export interface AzureSqlDataWarehouseScanRulesetOutput extends ScanRulesetOutputParent {
1381
+ /** Azure SQL data warehouse scan ruleset properties. */
1382
+ properties?: AzureSqlDataWarehouseScanRulesetPropertiesOutput;
1383
+ kind: "AzureSqlDataWarehouse";
1384
+ }
1385
+ /** Azure MySQL scan ruleset properties. */
1386
+ export interface AzureMySqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1387
+ }
1388
+ /** Azure MySQL scan ruleset. */
1389
+ export interface AzureMySqlScanRulesetOutput extends ScanRulesetOutputParent {
1390
+ /** Azure MySQL scan ruleset properties. */
1391
+ properties?: AzureMySqlScanRulesetPropertiesOutput;
1392
+ kind: "AzureMySql";
1393
+ }
1394
+ /** Azure Storage scan ruleset properties. */
1395
+ export interface AzureStorageScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1396
+ }
1397
+ /** Azure Storage scan ruleset. */
1398
+ export interface AzureStorageScanRulesetOutput extends ScanRulesetOutputParent {
1399
+ /** Azure Storage scan ruleset properties. */
1400
+ properties?: AzureStorageScanRulesetPropertiesOutput;
1401
+ kind: "AzureStorage";
1402
+ }
1403
+ /** Teradata scan ruleset properties. */
1404
+ export interface TeradataScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1405
+ }
1406
+ /** Teradata scan ruleset. */
1407
+ export interface TeradataScanRulesetOutput extends ScanRulesetOutputParent {
1408
+ /** Teradata scan ruleset properties. */
1409
+ properties?: TeradataScanRulesetPropertiesOutput;
1410
+ kind: "Teradata";
1411
+ }
1412
+ /** Oracle scan rule set properties. */
1413
+ export interface OracleScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {
1414
+ }
1415
+ /** Oracle scan ruleset. */
1416
+ export interface OracleScanRulesetOutput extends ScanRulesetOutputParent {
1417
+ /** Oracle scan rule set properties. */
1418
+ properties?: OracleScanRulesetPropertiesOutput;
1419
+ kind: "Oracle";
1420
+ }
1421
+ /** SAP S/4HANA scan ruleset properties. */
1422
+ export interface SapS4HanaScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1423
+ }
1424
+ /** SAP S/4HANA scan ruleset. */
1425
+ export interface SapS4HanaScanRulesetOutput extends ScanRulesetOutputParent {
1426
+ /** SAP S/4HANA scan ruleset properties. */
1427
+ properties?: SapS4HanaScanRulesetPropertiesOutput;
1428
+ kind: "SapS4Hana";
1429
+ }
1430
+ /** SAP ECC scan ruleset properties. */
1431
+ export interface SapEccScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1432
+ }
1433
+ /** SAP ECC scan ruleset. */
1434
+ export interface SapEccScanRulesetOutput extends ScanRulesetOutputParent {
1435
+ /** SAP ECC scan ruleset properties. */
1436
+ properties?: SapEccScanRulesetPropertiesOutput;
1437
+ kind: "SapEcc";
1438
+ }
1439
+ /** Power BI scan ruleset properties. */
1440
+ export interface PowerBIScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {
1441
+ }
1442
+ /** Power BI scan ruleset. */
1443
+ export interface PowerBIScanRulesetOutput extends ScanRulesetOutputParent {
1444
+ /** Power BI scan ruleset properties. */
1445
+ properties?: PowerBIScanRulesetPropertiesOutput;
1446
+ kind: "PowerBI";
1447
+ }
1448
+ /** Resource name filter. */
1449
+ export interface ResourceNameFilterOutput {
1450
+ excludePrefixes?: Array<string>;
1451
+ includePrefixes?: Array<string>;
1452
+ resources?: Array<string>;
1453
+ }
1454
+ /** The credential reference. */
1455
+ export interface CredentialReferenceOutput {
1456
+ /** The reference name of the credential. */
1457
+ referenceName?: string;
1458
+ /** The type of the credential. */
1459
+ credentialType?: "AccountKey" | "ServicePrincipal" | "BasicAuth" | "SqlAuth" | "AmazonARN" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity";
1460
+ }
1461
+ /** Resource type filter. */
1462
+ export interface ResourceTypeFilterOutput {
1463
+ /** The name of the scan ruleset. */
1464
+ scanRulesetName?: string;
1465
+ /** The type of the scan ruleset. */
1466
+ scanRulesetType?: "Custom" | "System";
1467
+ /** Resource name filter. */
1468
+ resourceNameFilter?: ResourceNameFilterOutput;
1469
+ /** The credential reference. */
1470
+ credential?: CredentialReferenceOutput;
1471
+ }
1472
+ /** The integration runtime reference. */
1473
+ export interface ConnectedViaOutput {
1474
+ /** The reference name of the integration runtime. */
1475
+ referenceName?: string;
1476
+ /** The type of the integration runtime. */
1477
+ readonly integrationRuntimeType?: string;
1478
+ }
1479
+ /** Scan properties. */
1480
+ export interface ScanPropertiesOutput {
1481
+ /** The name of the scan ruleset. */
1482
+ scanRulesetName?: string;
1483
+ /** The name of the business rule set. */
1484
+ businessRuleSetName?: string;
1485
+ /** The type of the scan ruleset. */
1486
+ scanRulesetType?: "Custom" | "System";
1487
+ /** The collection reference of the scan. */
1488
+ collection?: CollectionReferenceOutput;
1489
+ /** The domain of the scan. */
1490
+ domain?: string;
1491
+ /** The number of workers of the scan. */
1492
+ workers?: number;
1493
+ /** The creation time of the scan. */
1494
+ readonly createdAt?: string;
1495
+ /** The last modified time of the scan. */
1496
+ readonly lastModifiedAt?: string;
1497
+ /** The integration runtime reference of the scan. */
1498
+ connectedVia?: ConnectedViaOutput;
1499
+ /** The flag to indicate whether the scan is a preset scan or not. */
1500
+ isPresetScan?: boolean;
1501
+ /** The flag to indicate whether the live view is enabled or not. */
1502
+ isLiveViewEnabled?: boolean;
1503
+ /** The number of parallel scans. */
1504
+ parallelScanCount?: number;
1505
+ /** The log level of the scan. */
1506
+ logLevel?: string;
1507
+ }
1508
+ /** Expanding resource scan properties. */
1509
+ export interface ExpandingResourceScanPropertiesOutput extends ScanPropertiesOutput {
1510
+ /** Resource types of scan properties in expanding resources. */
1511
+ resourceTypes?: ExpandingResourceScanPropertiesResourceTypesOutput;
1512
+ /** The credential reference. */
1513
+ credential?: CredentialReferenceOutput;
1514
+ }
1515
+ /** Resource types of scan properties in expanding resources. */
1516
+ export interface ExpandingResourceScanPropertiesResourceTypesOutput {
1517
+ /** Resource type filter. */
1518
+ none?: ResourceTypeFilterOutput;
1519
+ /** Resource type filter. */
1520
+ azureSubscription?: ResourceTypeFilterOutput;
1521
+ /** Resource type filter. */
1522
+ azureResourceGroup?: ResourceTypeFilterOutput;
1523
+ /** Resource type filter. */
1524
+ azureSynapseWorkspace?: ResourceTypeFilterOutput;
1525
+ /** Resource type filter. */
1526
+ azureSynapse?: ResourceTypeFilterOutput;
1527
+ /** Resource type filter. */
1528
+ adlsGen1?: ResourceTypeFilterOutput;
1529
+ /** Resource type filter. */
1530
+ adlsGen2?: ResourceTypeFilterOutput;
1531
+ /** Resource type filter. */
1532
+ amazonAccount?: ResourceTypeFilterOutput;
1533
+ /** Resource type filter. */
1534
+ amazonS3?: ResourceTypeFilterOutput;
1535
+ /** Resource type filter. */
1536
+ amazonSql?: ResourceTypeFilterOutput;
1537
+ /** Resource type filter. */
1538
+ azureCosmosDb?: ResourceTypeFilterOutput;
1539
+ /** Resource type filter. */
1540
+ azureDataExplorer?: ResourceTypeFilterOutput;
1541
+ /** Resource type filter. */
1542
+ azureFileService?: ResourceTypeFilterOutput;
1543
+ /** Resource type filter. */
1544
+ azureSqlDatabase?: ResourceTypeFilterOutput;
1545
+ /** Resource type filter. */
1546
+ amazonPostgreSql?: ResourceTypeFilterOutput;
1547
+ /** Resource type filter. */
1548
+ azurePostgreSql?: ResourceTypeFilterOutput;
1549
+ /** Resource type filter. */
1550
+ sqlServerDatabase?: ResourceTypeFilterOutput;
1551
+ /** Resource type filter. */
1552
+ azureSqlDatabaseManagedInstance?: ResourceTypeFilterOutput;
1553
+ /** Resource type filter. */
1554
+ azureSqlDataWarehouse?: ResourceTypeFilterOutput;
1555
+ /** Resource type filter. */
1556
+ azureMySql?: ResourceTypeFilterOutput;
1557
+ /** Resource type filter. */
1558
+ azureStorage?: ResourceTypeFilterOutput;
1559
+ /** Resource type filter. */
1560
+ teradata?: ResourceTypeFilterOutput;
1561
+ /** Resource type filter. */
1562
+ oracle?: ResourceTypeFilterOutput;
1563
+ /** Resource type filter. */
1564
+ sapS4Hana?: ResourceTypeFilterOutput;
1565
+ /** Resource type filter. */
1566
+ sapEcc?: ResourceTypeFilterOutput;
1567
+ /** Resource type filter. */
1568
+ powerBI?: ResourceTypeFilterOutput;
1569
+ }
1570
+ /** Azure subscription credential scan properties. */
1571
+ export interface AzureSubscriptionCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1572
+ }
1573
+ /** Azure subscription credential scan. */
1574
+ export interface AzureSubscriptionCredentialScanOutput extends ScanOutputParent {
1575
+ /** Azure subscription credential scan properties. */
1576
+ properties?: AzureSubscriptionCredentialScanPropertiesOutput;
1577
+ kind: "AzureSubscriptionCredential";
1578
+ }
1579
+ /** Azure subscription MSI scan properties. */
1580
+ export interface AzureSubscriptionMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1581
+ }
1582
+ /** Azure subscription MSI scan. */
1583
+ export interface AzureSubscriptionMsiScanOutput extends ScanOutputParent {
1584
+ /** Azure subscription MSI scan properties. */
1585
+ properties?: AzureSubscriptionMsiScanPropertiesOutput;
1586
+ kind: "AzureSubscriptionMsi";
1587
+ }
1588
+ /** Azure resource group credential scan properties. */
1589
+ export interface AzureResourceGroupCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1590
+ }
1591
+ /** Azure resource group credential scan. */
1592
+ export interface AzureResourceGroupCredentialScanOutput extends ScanOutputParent {
1593
+ /** Azure resource group credential scan properties. */
1594
+ properties?: AzureResourceGroupCredentialScanPropertiesOutput;
1595
+ kind: "AzureResourceGroupCredential";
1596
+ }
1597
+ /** Azure resource group MSI scan properties. */
1598
+ export interface AzureResourceGroupMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1599
+ }
1600
+ /** Azure resource group MSI scan. */
1601
+ export interface AzureResourceGroupMsiScanOutput extends ScanOutputParent {
1602
+ /** Azure resource group MSI scan properties. */
1603
+ properties?: AzureResourceGroupMsiScanPropertiesOutput;
1604
+ kind: "AzureResourceGroupMsi";
1605
+ }
1606
+ /** Azure synapse workspace credential scan properties. */
1607
+ export interface AzureSynapseWorkspaceCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1608
+ }
1609
+ /** Azure synapse workspace credential scan. */
1610
+ export interface AzureSynapseWorkspaceCredentialScanOutput extends ScanOutputParent {
1611
+ /** Azure synapse workspace credential scan properties. */
1612
+ properties?: AzureSynapseWorkspaceCredentialScanPropertiesOutput;
1613
+ kind: "AzureSynapseWorkspaceCredential";
1614
+ }
1615
+ /** Azure synapse workspace MSI scan properties. */
1616
+ export interface AzureSynapseWorkspaceMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1617
+ }
1618
+ /** Azure synapse workspace MSI scan. */
1619
+ export interface AzureSynapseWorkspaceMsiScanOutput extends ScanOutputParent {
1620
+ /** Azure synapse workspace MSI scan properties. */
1621
+ properties?: AzureSynapseWorkspaceMsiScanPropertiesOutput;
1622
+ kind: "AzureSynapseWorkspaceMsi";
1623
+ }
1624
+ /** Azure synapse credential scan properties. */
1625
+ export interface AzureSynapseCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1626
+ }
1627
+ /** Azure synapse credential scan. */
1628
+ export interface AzureSynapseCredentialScanOutput extends ScanOutputParent {
1629
+ /** Azure synapse credential scan properties. */
1630
+ properties?: AzureSynapseCredentialScanPropertiesOutput;
1631
+ kind: "AzureSynapseCredential";
1632
+ }
1633
+ /** Azure synapse MSI scan properties. */
1634
+ export interface AzureSynapseMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1635
+ }
1636
+ /** Azure synapse MSI scan. */
1637
+ export interface AzureSynapseMsiScanOutput extends ScanOutputParent {
1638
+ /** Azure synapse MSI scan properties. */
1639
+ properties?: AzureSynapseMsiScanPropertiesOutput;
1640
+ kind: "AzureSynapseMsi";
1641
+ }
1642
+ /** ADLS Gen1 credential scan properties. */
1643
+ export interface AdlsGen1CredentialScanPropertiesOutput extends ScanPropertiesOutput {
1644
+ /** The credential reference. */
1645
+ credential?: CredentialReferenceOutput;
1646
+ }
1647
+ /** ADLS Gen1 credential scan. */
1648
+ export interface AdlsGen1CredentialScanOutput extends ScanOutputParent {
1649
+ /** ADLS Gen1 credential scan properties. */
1650
+ properties?: AdlsGen1CredentialScanPropertiesOutput;
1651
+ kind: "AdlsGen1Credential";
1652
+ }
1653
+ /** ADLS Gen1 MSI scan properties. */
1654
+ export interface AdlsGen1MsiScanPropertiesOutput extends ScanPropertiesOutput {
1655
+ }
1656
+ /** ADLS Gen1 MSI scan. */
1657
+ export interface AdlsGen1MsiScanOutput extends ScanOutputParent {
1658
+ /** ADLS Gen1 MSI scan properties. */
1659
+ properties?: AdlsGen1MsiScanPropertiesOutput;
1660
+ kind: "AdlsGen1Msi";
1661
+ }
1662
+ /** ADLS Gen2 credential scan properties. */
1663
+ export interface AdlsGen2CredentialScanPropertiesOutput extends ScanPropertiesOutput {
1664
+ /** The credential reference. */
1665
+ credential?: CredentialReferenceOutput;
1666
+ }
1667
+ /** ADLS Gen2 credential scan. */
1668
+ export interface AdlsGen2CredentialScanOutput extends ScanOutputParent {
1669
+ /** ADLS Gen2 credential scan properties. */
1670
+ properties?: AdlsGen2CredentialScanPropertiesOutput;
1671
+ kind: "AdlsGen2Credential";
1672
+ }
1673
+ /** ADLS Gen2 MSI scan properties. */
1674
+ export interface AdlsGen2MsiScanPropertiesOutput extends ScanPropertiesOutput {
1675
+ }
1676
+ /** ADLS Gen2 MSI scan. */
1677
+ export interface AdlsGen2MsiScanOutput extends ScanOutputParent {
1678
+ /** ADLS Gen2 MSI scan properties. */
1679
+ properties?: AdlsGen2MsiScanPropertiesOutput;
1680
+ kind: "AdlsGen2Msi";
1681
+ }
1682
+ /** Amazon account credential scan properties. */
1683
+ export interface AmazonAccountCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {
1684
+ }
1685
+ /** Amazon account credential scan. */
1686
+ export interface AmazonAccountCredentialScanOutput extends ScanOutputParent {
1687
+ /** Amazon account credential scan properties. */
1688
+ properties?: AmazonAccountCredentialScanPropertiesOutput;
1689
+ kind: "AmazonAccountCredential";
1690
+ }
1691
+ /** Amazon S3 credential scan properties. */
1692
+ export interface AmazonS3CredentialScanPropertiesOutput extends ScanPropertiesOutput {
1693
+ /** The credential reference. */
1694
+ credential?: CredentialReferenceOutput;
1695
+ roleARN?: string;
1696
+ isMauiScan?: boolean;
1697
+ }
1698
+ /** Amazon S3 credential scan. */
1699
+ export interface AmazonS3CredentialScanOutput extends ScanOutputParent {
1700
+ /** Amazon S3 credential scan properties. */
1701
+ properties?: AmazonS3CredentialScanPropertiesOutput;
1702
+ kind: "AmazonS3Credential";
1703
+ }
1704
+ /** Amazon S3 role ARN scan properties. */
1705
+ export interface AmazonS3RoleARNScanPropertiesOutput extends ScanPropertiesOutput {
1706
+ /** The credential reference. */
1707
+ credential?: CredentialReferenceOutput;
1708
+ /** The role ARN of the scan. */
1709
+ roleARN?: string;
1710
+ /** The flag to indicate whether the scan is a Maui scan or not. */
1711
+ isMauiScan?: boolean;
1712
+ }
1713
+ /** Amazon S3 role ARN scan. */
1714
+ export interface AmazonS3RoleARNScanOutput extends ScanOutputParent {
1715
+ /** Amazon S3 role ARN scan properties. */
1716
+ properties?: AmazonS3RoleARNScanPropertiesOutput;
1717
+ kind: "AmazonS3RoleARN";
1718
+ }
1719
+ /** Amazon SQL credential scan properties. */
1720
+ export interface AmazonSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1721
+ /** The credential reference. */
1722
+ credential?: CredentialReferenceOutput;
1723
+ /** The endpoint of Amazon SQL server. */
1724
+ serverEndpoint?: string;
1725
+ /** The database name. */
1726
+ databaseName?: string;
1727
+ /** The port of Amazon SQL server. */
1728
+ port?: number;
1729
+ /** The VPC endpoint service name of Amazon SQL server. */
1730
+ vpcEndpointServiceName?: string;
1731
+ }
1732
+ /** Amazon SQL credential scan. */
1733
+ export interface AmazonSqlCredentialScanOutput extends ScanOutputParent {
1734
+ /** Amazon SQL credential scan properties. */
1735
+ properties?: AmazonSqlCredentialScanPropertiesOutput;
1736
+ kind: "AmazonSqlCredential";
1737
+ }
1738
+ /** Azure Cosmos DB credential scan properties. */
1739
+ export interface AzureCosmosDbCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1740
+ /** The credential reference. */
1741
+ credential?: CredentialReferenceOutput;
1742
+ databaseName?: string;
1743
+ }
1744
+ /** Azure Cosmos DB credential scan. */
1745
+ export interface AzureCosmosDbCredentialScanOutput extends ScanOutputParent {
1746
+ /** Azure Cosmos DB credential scan properties. */
1747
+ properties?: AzureCosmosDbCredentialScanPropertiesOutput;
1748
+ kind: "AzureCosmosDbCredential";
1749
+ }
1750
+ /** Azure data Explorer credential scan properties. */
1751
+ export interface AzureDataExplorerCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1752
+ /** The credential reference. */
1753
+ credential?: CredentialReferenceOutput;
1754
+ database?: string;
1755
+ }
1756
+ /** Azure data Explorer credential scan. */
1757
+ export interface AzureDataExplorerCredentialScanOutput extends ScanOutputParent {
1758
+ /** Azure data Explorer credential scan properties. */
1759
+ properties?: AzureDataExplorerCredentialScanPropertiesOutput;
1760
+ kind: "AzureDataExplorerCredential";
1761
+ }
1762
+ /** Azure data Explorer MSI scan properties. */
1763
+ export interface AzureDataExplorerMsiScanPropertiesOutput extends ScanPropertiesOutput {
1764
+ database?: string;
1765
+ }
1766
+ /** Azure data Explorer MSI scan. */
1767
+ export interface AzureDataExplorerMsiScanOutput extends ScanOutputParent {
1768
+ /** Azure data Explorer MSI scan properties. */
1769
+ properties?: AzureDataExplorerMsiScanPropertiesOutput;
1770
+ kind: "AzureDataExplorerMsi";
1771
+ }
1772
+ /** Azure file service credential scan properties. */
1773
+ export interface AzureFileServiceCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1774
+ /** The credential reference. */
1775
+ credential?: CredentialReferenceOutput;
1776
+ shareName?: string;
1777
+ }
1778
+ /** Azure file service credential scan. */
1779
+ export interface AzureFileServiceCredentialScanOutput extends ScanOutputParent {
1780
+ /** Azure file service credential scan properties. */
1781
+ properties?: AzureFileServiceCredentialScanPropertiesOutput;
1782
+ kind: "AzureFileServiceCredential";
1783
+ }
1784
+ /** Azure SQL scan properties. */
1785
+ export interface AzureSqlScanPropertiesOutput extends ScanPropertiesOutput {
1786
+ /** The endpoint of Azure SQL server. */
1787
+ serverEndpoint?: string;
1788
+ /** The database name. */
1789
+ databaseName?: string;
1790
+ }
1791
+ /** Azure SQL credential scan properties. */
1792
+ export interface AzureSqlCredentialScanPropertiesOutput extends AzureSqlScanPropertiesOutput {
1793
+ /** The credential reference. */
1794
+ credential?: CredentialReferenceOutput;
1795
+ }
1796
+ /** Azure SQL database credential scan properties. */
1797
+ export interface AzureSqlDatabaseCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {
1798
+ }
1799
+ /** Azure SQL database credential scan. */
1800
+ export interface AzureSqlDatabaseCredentialScanOutput extends ScanOutputParent {
1801
+ /** Azure SQL database credential scan properties. */
1802
+ properties?: AzureSqlDatabaseCredentialScanPropertiesOutput;
1803
+ kind: "AzureSqlDatabaseCredential";
1804
+ }
1805
+ /** Azure SQL database MSI scan properties. */
1806
+ export interface AzureSqlDatabaseMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {
1807
+ }
1808
+ /** Azure SQL database MSI scan. */
1809
+ export interface AzureSqlDatabaseMsiScanOutput extends ScanOutputParent {
1810
+ /** Azure SQL database MSI scan properties. */
1811
+ properties?: AzureSqlDatabaseMsiScanPropertiesOutput;
1812
+ kind: "AzureSqlDatabaseMsi";
1813
+ }
1814
+ /** Amazon Postgre SQL credential scan properties. */
1815
+ export interface AmazonPostgreSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1816
+ /** The credential reference. */
1817
+ credential?: CredentialReferenceOutput;
1818
+ /** The endpoint of Amazon Postgre SQL server. */
1819
+ serverEndpoint?: string;
1820
+ /** The database name. */
1821
+ databaseName?: string;
1822
+ /** The port of Amazon Postgre SQL server. */
1823
+ port?: number;
1824
+ /** The vpc endpoint service name of Amazon Postgre SQL server. */
1825
+ vpcEndpointServiceName?: string;
1826
+ }
1827
+ /** Amazon Postgre SQL credential scan. */
1828
+ export interface AmazonPostgreSqlCredentialScanOutput extends ScanOutputParent {
1829
+ /** Amazon Postgre SQL credential scan properties. */
1830
+ properties?: AmazonPostgreSqlCredentialScanPropertiesOutput;
1831
+ kind: "AmazonPostgreSqlCredential";
1832
+ }
1833
+ /** Azure Postgre SQL credential scan properties. */
1834
+ export interface AzurePostgreSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1835
+ /** The credential reference. */
1836
+ credential?: CredentialReferenceOutput;
1837
+ /** The endpoint of Azure Postgre SQL server. */
1838
+ serverEndpoint?: string;
1839
+ /** The database name. */
1840
+ databaseName?: string;
1841
+ /** The port of Azure Postgre SQL server. */
1842
+ port?: number;
1843
+ /** The SSL mode of Azure Postgre SQL server. */
1844
+ sslMode?: number;
1845
+ }
1846
+ /** Azure Postgre SQL credential scan. */
1847
+ export interface AzurePostgreSqlCredentialScanOutput extends ScanOutputParent {
1848
+ /** Azure Postgre SQL credential scan properties. */
1849
+ properties?: AzurePostgreSqlCredentialScanPropertiesOutput;
1850
+ kind: "AzurePostgreSqlCredential";
1851
+ }
1852
+ /** SQL server database credential scan properties. */
1853
+ export interface SqlServerDatabaseCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {
1854
+ }
1855
+ /** SQL server database credential scan. */
1856
+ export interface SqlServerDatabaseCredentialScanOutput extends ScanOutputParent {
1857
+ /** SQL server database credential scan properties. */
1858
+ properties?: SqlServerDatabaseCredentialScanPropertiesOutput;
1859
+ kind: "SqlServerDatabaseCredential";
1860
+ }
1861
+ /** Azure SQL database managed instance credential scan properties. */
1862
+ export interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {
1863
+ }
1864
+ /** Azure SQL database managed instance credential scan. */
1865
+ export interface AzureSqlDatabaseManagedInstanceCredentialScanOutput extends ScanOutputParent {
1866
+ /** Azure SQL database managed instance credential scan properties. */
1867
+ properties?: AzureSqlDatabaseManagedInstanceCredentialScanPropertiesOutput;
1868
+ kind: "AzureSqlDatabaseManagedInstanceCredential";
1869
+ }
1870
+ /** Azure SQL database managed instance MSI scan properties. */
1871
+ export interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {
1872
+ }
1873
+ /** Azure SQL database managed instance MSI scan. */
1874
+ export interface AzureSqlDatabaseManagedInstanceMsiScanOutput extends ScanOutputParent {
1875
+ /** Azure SQL database managed instance MSI scan properties. */
1876
+ properties?: AzureSqlDatabaseManagedInstanceMsiScanPropertiesOutput;
1877
+ kind: "AzureSqlDatabaseManagedInstanceMsi";
1878
+ }
1879
+ /** Azure SQL data warehouse credential scan properties. */
1880
+ export interface AzureSqlDataWarehouseCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {
1881
+ }
1882
+ /** Azure SQL data warehouse credential scan. */
1883
+ export interface AzureSqlDataWarehouseCredentialScanOutput extends ScanOutputParent {
1884
+ /** Azure SQL data warehouse credential scan properties. */
1885
+ properties?: AzureSqlDataWarehouseCredentialScanPropertiesOutput;
1886
+ kind: "AzureSqlDataWarehouseCredential";
1887
+ }
1888
+ /** Azure SQL data warehouse MSI scan properties. */
1889
+ export interface AzureSqlDataWarehouseMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {
1890
+ }
1891
+ /** Azure SQL data warehouse MSI scan. */
1892
+ export interface AzureSqlDataWarehouseMsiScanOutput extends ScanOutputParent {
1893
+ /** Azure SQL data warehouse MSI scan properties. */
1894
+ properties?: AzureSqlDataWarehouseMsiScanPropertiesOutput;
1895
+ kind: "AzureSqlDataWarehouseMsi";
1896
+ }
1897
+ /** Azure MySQL scan properties. */
1898
+ export interface AzureMySqlScanPropertiesOutput extends ScanPropertiesOutput {
1899
+ /** The endpoint of the Azure MySQL server. */
1900
+ serverEndpoint?: string;
1901
+ /** The port of the Azure MySQL server. */
1902
+ port?: number;
1903
+ /** The database name. */
1904
+ databaseName?: string;
1905
+ /** The credential reference. */
1906
+ credential?: CredentialReferenceOutput;
1907
+ }
1908
+ /** Azure MySQL credential scan properties. */
1909
+ export interface AzureMySqlCredentialScanPropertiesOutput extends AzureMySqlScanPropertiesOutput {
1910
+ }
1911
+ /** Azure MySQL credential scan. */
1912
+ export interface AzureMySqlCredentialScanOutput extends ScanOutputParent {
1913
+ /** Azure MySQL credential scan properties. */
1914
+ properties?: AzureMySqlCredentialScanPropertiesOutput;
1915
+ kind: "AzureMySqlCredential";
1916
+ }
1917
+ /** Miti scan properties. */
1918
+ export interface MitiScanPropertiesOutput extends ScanPropertiesOutput {
1919
+ /** The maximum memory allowed in GB. */
1920
+ maximumMemoryAllowedInGb?: string;
1921
+ /** The miti cache. */
1922
+ mitiCache?: string;
1923
+ }
1924
+ /** Azure Storage credential scan properties. */
1925
+ export interface AzureStorageCredentialScanPropertiesOutput extends ScanPropertiesOutput {
1926
+ /** The credential reference. */
1927
+ credential?: CredentialReferenceOutput;
1928
+ }
1929
+ /** Azure Storage credential scan. */
1930
+ export interface AzureStorageCredentialScanOutput extends ScanOutputParent {
1931
+ /** Azure Storage credential scan properties. */
1932
+ properties?: AzureStorageCredentialScanPropertiesOutput;
1933
+ kind: "AzureStorageCredential";
1934
+ }
1935
+ /** Azure Storage MSI scan properties. */
1936
+ export interface AzureStorageMsiScanPropertiesOutput extends ScanPropertiesOutput {
1937
+ }
1938
+ /** Azure Storage MSI scan. */
1939
+ export interface AzureStorageMsiScanOutput extends ScanOutputParent {
1940
+ /** Azure Storage MSI scan properties. */
1941
+ properties?: AzureStorageMsiScanPropertiesOutput;
1942
+ kind: "AzureStorageMsi";
1943
+ }
1944
+ /** Teradata credential scan properties. */
1945
+ export interface TeradataCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {
1946
+ /** The credential reference. */
1947
+ credential?: CredentialReferenceOutput;
1948
+ schema?: string;
1949
+ driverLocation?: string;
1950
+ storedProcedureDetails?: string;
1951
+ }
1952
+ /** Teradata credential scan. */
1953
+ export interface TeradataCredentialScanOutput extends ScanOutputParent {
1954
+ /** Teradata credential scan properties. */
1955
+ properties?: TeradataCredentialScanPropertiesOutput;
1956
+ kind: "TeradataTeradataCredential";
1957
+ }
1958
+ /** Teradata user pass scan properties. */
1959
+ export interface TeradataUserPassScanPropertiesOutput extends ScanPropertiesOutput {
1960
+ username?: string;
1961
+ password?: string;
1962
+ }
1963
+ /** Teradata user pass scan. */
1964
+ export interface TeradataUserPassScanOutput extends ScanOutputParent {
1965
+ /** Teradata user pass scan properties. */
1966
+ properties?: TeradataUserPassScanPropertiesOutput;
1967
+ kind: "TeradataUserPass";
1968
+ }
1969
+ /** Teradata user pass scan properties. */
1970
+ export interface TeradataTeradataUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {
1971
+ /** The username of Teradata server. */
1972
+ username?: string;
1973
+ /** The password of Teradata server. */
1974
+ password?: string;
1975
+ /** The schema. */
1976
+ schema?: string;
1977
+ /** The driver location. */
1978
+ driverLocation?: string;
1979
+ }
1980
+ /** Teradata user pass scan. */
1981
+ export interface TeradataTeradataUserPassScanOutput extends ScanOutputParent {
1982
+ /** Teradata user pass scan properties. */
1983
+ properties?: TeradataTeradataUserPassScanPropertiesOutput;
1984
+ kind: "TeradataTeradataUserPass";
1985
+ }
1986
+ /** Oracle credential scan properties. */
1987
+ export interface OracleCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {
1988
+ /** The credential reference. */
1989
+ credential?: CredentialReferenceOutput;
1990
+ schema?: string;
1991
+ driverLocation?: string;
1992
+ storedProcedureDetails?: string;
1993
+ }
1994
+ /** Oracle credential scan. */
1995
+ export interface OracleCredentialScanOutput extends ScanOutputParent {
1996
+ /** Oracle credential scan properties. */
1997
+ properties?: OracleCredentialScanPropertiesOutput;
1998
+ kind: "OracleOracleCredential";
1999
+ }
2000
+ /** Oracle user pass scan properties. */
2001
+ export interface OracleUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {
2002
+ /** The username of Oracle server. */
2003
+ username?: string;
2004
+ /** The password of Oracle server. */
2005
+ password?: string;
2006
+ /** The schema. */
2007
+ schema?: string;
2008
+ /** The driver location. */
2009
+ driverLocation?: string;
2010
+ }
2011
+ /** Oracle user pass scan. */
2012
+ export interface OracleUserPassScanOutput extends ScanOutputParent {
2013
+ /** Oracle user pass scan properties. */
2014
+ properties?: OracleUserPassScanPropertiesOutput;
2015
+ kind: "OracleOracleUserPass";
2016
+ }
2017
+ /** SAP S/4HANA credential scan properties. */
2018
+ export interface SapS4HanaSapS4HanaCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {
2019
+ /** The client ID of SAP S/4HANA server. */
2020
+ clientId?: string;
2021
+ /** The credential reference. */
2022
+ credential?: CredentialReferenceOutput;
2023
+ /** The JCo library path. */
2024
+ jCoLibraryPath?: string;
2025
+ }
2026
+ /** SAP S/4HANA credential scan. */
2027
+ export interface SapS4HanaSapS4HanaCredentialScanOutput extends ScanOutputParent {
2028
+ /** SAP S/4HANA credential scan properties. */
2029
+ properties?: SapS4HanaSapS4HanaCredentialScanPropertiesOutput;
2030
+ kind: "SapS4HanaSapS4HanaCredential";
2031
+ }
2032
+ /** SAP S/4HANA user pass scan properties. */
2033
+ export interface SapS4HanaSapS4HanaUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {
2034
+ /** The client ID of SAP S/4HANA server. */
2035
+ clientId?: string;
2036
+ /** The username of SAP S/4HANA server. */
2037
+ username?: string;
2038
+ /** The password of SAP S/4HANA server. */
2039
+ password?: string;
2040
+ /** The JCo library path. */
2041
+ jCoLibraryPath?: string;
2042
+ }
2043
+ /** SAP S/4HANA user pass scan. */
2044
+ export interface SapS4HanaSapS4HanaUserPassScanOutput extends ScanOutputParent {
2045
+ /** SAP S/4HANA user pass scan properties. */
2046
+ properties?: SapS4HanaSapS4HanaUserPassScanPropertiesOutput;
2047
+ kind: "SapS4HanaSapS4HanaUserPass";
2048
+ }
2049
+ /** SAP ECC credential scan properties. */
2050
+ export interface SapEccCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {
2051
+ clientId?: string;
2052
+ /** The credential reference. */
2053
+ credential?: CredentialReferenceOutput;
2054
+ jCoLibraryPath?: string;
2055
+ }
2056
+ /** SAP ECC credential scan. */
2057
+ export interface SapEccCredentialScanOutput extends ScanOutputParent {
2058
+ /** SAP ECC credential scan properties. */
2059
+ properties?: SapEccCredentialScanPropertiesOutput;
2060
+ kind: "SapEccSapEccCredential";
2061
+ }
2062
+ /** SAP ECC user pass scan properties. */
2063
+ export interface SapEccUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {
2064
+ clientId?: string;
2065
+ username?: string;
2066
+ password?: string;
2067
+ jCoLibraryPath?: string;
2068
+ }
2069
+ /** SAP ECC user pass scan. */
2070
+ export interface SapEccUserPassScanOutput extends ScanOutputParent {
2071
+ /** SAP ECC user pass scan properties. */
2072
+ properties?: SapEccUserPassScanPropertiesOutput;
2073
+ kind: "SapEccSapEccUserPass";
2074
+ }
2075
+ /** Power BI delegated scan properties. */
2076
+ export interface PowerBIDelegatedScanPropertiesOutput extends ScanPropertiesOutput {
2077
+ tenant?: string;
2078
+ authenticationType?: string;
2079
+ clientId?: string;
2080
+ userName?: string;
2081
+ password?: string;
2082
+ includePersonalWorkspaces?: boolean;
2083
+ }
2084
+ /** Power BI delegated scan. */
2085
+ export interface PowerBIDelegatedScanOutput extends ScanOutputParent {
2086
+ /** Power BI delegated scan properties. */
2087
+ properties?: PowerBIDelegatedScanPropertiesOutput;
2088
+ kind: "PowerBIDelegated";
2089
+ }
2090
+ /** Power BI MSI scan properties. */
2091
+ export interface PowerBIMsiScanPropertiesOutput extends ScanPropertiesOutput {
2092
+ /** Whether to include personal workspaces or not. */
2093
+ includePersonalWorkspaces?: boolean;
2094
+ }
2095
+ /** Power BI MSI scan. */
2096
+ export interface PowerBIMsiScanOutput extends ScanOutputParent {
2097
+ /** Power BI MSI scan properties. */
2098
+ properties?: PowerBIMsiScanPropertiesOutput;
2099
+ kind: "PowerBIMsi";
2100
+ }
2101
+ /** Azure subscription system scan ruleset. */
2102
+ export interface AzureSubscriptionSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2103
+ /** Azure subscription scan ruleset properties. */
2104
+ properties?: AzureSubscriptionScanRulesetPropertiesOutput;
2105
+ kind: "AzureSubscription";
2106
+ }
2107
+ /** Azure resource group system scan ruleset. */
2108
+ export interface AzureResourceGroupSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2109
+ /** Azure resource group scan ruleset properties. */
2110
+ properties?: AzureResourceGroupScanRulesetPropertiesOutput;
2111
+ kind: "AzureResourceGroup";
2112
+ }
2113
+ /** Azure synapse workspace system scan ruleset. */
2114
+ export interface AzureSynapseWorkspaceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2115
+ /** Azure synapse workspace scan ruleset properties. */
2116
+ properties?: AzureSynapseWorkspaceScanRulesetPropertiesOutput;
2117
+ kind: "AzureSynapseWorkspace";
2118
+ }
2119
+ /** Azure Synapse System scan rule set. */
2120
+ export interface AzureSynapseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2121
+ /** Azure synapse scan ruleset properties. */
2122
+ properties?: AzureSynapseScanRulesetPropertiesOutput;
2123
+ kind: "AzureSynapse";
2124
+ }
2125
+ /** ADLS Gen1 System scan rule set. */
2126
+ export interface AdlsGen1SystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2127
+ /** ADLS Gen1 scan ruleset properties. */
2128
+ properties?: AdlsGen1ScanRulesetPropertiesOutput;
2129
+ kind: "AdlsGen1";
2130
+ }
2131
+ /** ADLS Gen2 system scan rule set. */
2132
+ export interface AdlsGen2SystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2133
+ /** Adls gen 2 scan ruleset properties. */
2134
+ properties?: AdlsGen2ScanRulesetPropertiesOutput;
2135
+ kind: "AdlsGen2";
2136
+ }
2137
+ /** Amazon account system scan rule set. */
2138
+ export interface AmazonAccountSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2139
+ /** Amazon account scan ruleset properties. */
2140
+ properties?: AmazonAccountScanRulesetPropertiesOutput;
2141
+ kind: "AmazonAccount";
2142
+ }
2143
+ /** Amazon S3 system scan ruleset. */
2144
+ export interface AmazonS3SystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2145
+ /** Amazon S3 scan ruleset properties. */
2146
+ properties?: AmazonS3ScanRulesetPropertiesOutput;
2147
+ kind: "AmazonS3";
2148
+ }
2149
+ /** Amazon SQL system scan ruleset. */
2150
+ export interface AmazonSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2151
+ /** Amazon SQL scan ruleset properties. */
2152
+ properties?: AmazonSqlScanRulesetPropertiesOutput;
2153
+ kind: "AmazonSql";
2154
+ }
2155
+ /** Azure Cosmos DB system scan rule set. */
2156
+ export interface AzureCosmosDbSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2157
+ /** Azure Cosmos DB scan ruleset properties. */
2158
+ properties?: AzureCosmosDbScanRulesetPropertiesOutput;
2159
+ kind: "AzureCosmosDb";
2160
+ }
2161
+ /** Azure data explorer system scan rule set. */
2162
+ export interface AzureDataExplorerSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2163
+ /** Azure data explorer scan ruleset properties. */
2164
+ properties?: AzureDataExplorerScanRulesetPropertiesOutput;
2165
+ kind: "AzureDataExplorer";
2166
+ }
2167
+ /** Azure file service system scan rule set. */
2168
+ export interface AzureFileServiceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2169
+ /** Azure file service scan ruleset properties. */
2170
+ properties?: AzureFileServiceScanRulesetPropertiesOutput;
2171
+ kind: "AzureFileService";
2172
+ }
2173
+ /** Azure SQL db system scan rule set. */
2174
+ export interface AzureSqlDatabaseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2175
+ /** Azure SQL db scan ruleset properties. */
2176
+ properties?: AzureSqlDatabaseScanRulesetPropertiesOutput;
2177
+ kind: "AzureSqlDatabase";
2178
+ }
2179
+ /** Amazon Postgre SQL system scan rule set. */
2180
+ export interface AmazonPostgreSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2181
+ /** Azure Postgre SQL scan ruleset properties. */
2182
+ properties?: AmazonPostgreSqlScanRulesetPropertiesOutput;
2183
+ kind: "AmazonPostgreSql";
2184
+ }
2185
+ /** Azure Postgre SQL system scan rule set. */
2186
+ export interface AzurePostgreSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2187
+ /** Azure Postgre SQL scan ruleset properties. */
2188
+ properties?: AzurePostgreSqlScanRulesetPropertiesOutput;
2189
+ kind: "AzurePostgreSql";
2190
+ }
2191
+ /** Sql server database system scan rule set. */
2192
+ export interface SqlServerDatabaseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2193
+ /** Sql server database scan ruleset properties. */
2194
+ properties?: SqlServerDatabaseScanRulesetPropertiesOutput;
2195
+ kind: "SqlServerDatabase";
2196
+ }
2197
+ /** Azure SQL database managed instance system scan rule set. */
2198
+ export interface AzureSqlDatabaseManagedInstanceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2199
+ /** Azure SQL db managed instance scan ruleset properties. */
2200
+ properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput;
2201
+ kind: "AzureSqlDatabaseManagedInstance";
2202
+ }
2203
+ /** Azure SQL data warehouse system scan ruleset. */
2204
+ export interface AzureSqlDataWarehouseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2205
+ /** Azure SQL data warehouse scan ruleset properties. */
2206
+ properties?: AzureSqlDataWarehouseScanRulesetPropertiesOutput;
2207
+ kind: "AzureSqlDataWarehouse";
2208
+ }
2209
+ /** Azure MySQL system scan ruleset. */
2210
+ export interface AzureMySqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2211
+ /** Azure MySQL scan ruleset properties. */
2212
+ properties?: AzureMySqlScanRulesetPropertiesOutput;
2213
+ kind: "AzureMySql";
2214
+ }
2215
+ /** Azure Storage system scan ruleset. */
2216
+ export interface AzureStorageSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2217
+ /** Azure Storage scan ruleset properties. */
2218
+ properties?: AzureStorageScanRulesetPropertiesOutput;
2219
+ kind: "AzureStorage";
2220
+ }
2221
+ /** Teradata system scan ruleset. */
2222
+ export interface TeradataSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2223
+ /** Teradata scan ruleset properties. */
2224
+ properties?: TeradataScanRulesetPropertiesOutput;
2225
+ kind: "Teradata";
2226
+ }
2227
+ /** Oracle system scan ruleset. */
2228
+ export interface OracleSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2229
+ /** Oracle scan rule set properties. */
2230
+ properties?: OracleScanRulesetPropertiesOutput;
2231
+ kind: "Oracle";
2232
+ }
2233
+ /** SAP S/4HANA system scan ruleset. */
2234
+ export interface SapS4HanaSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2235
+ /** SAP S/4HANA scan ruleset properties. */
2236
+ properties?: SapS4HanaScanRulesetPropertiesOutput;
2237
+ kind: "SapS4Hana";
2238
+ }
2239
+ /** SAP ECC system scan ruleset. */
2240
+ export interface SapEccSystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2241
+ /** SAP ECC scan ruleset properties. */
2242
+ properties?: SapEccScanRulesetPropertiesOutput;
2243
+ kind: "SapEcc";
2244
+ }
2245
+ /** Power BI system scan ruleset. */
2246
+ export interface PowerBISystemScanRulesetOutput extends SystemScanRulesetOutputParent {
2247
+ /** Power BI scan ruleset properties. */
2248
+ properties?: PowerBIScanRulesetPropertiesOutput;
2249
+ kind: "PowerBI";
2250
+ }
2251
+ /** The classification rule. */
2252
+ export type ClassificationRuleOutput = SystemClassificationRuleOutput | CustomClassificationRuleOutput;
2253
+ /** The credential. */
2254
+ export type CredentialOutput = AccountKeyAuthAzureKeyVaultCredentialOutput | BasicAuthAzureKeyVaultCredentialOutput | RoleARNCredentialOutput | ServicePrincipalAzureKeyVaultCredentialOutput | SqlAuthAzureKeyVaultCredentialOutput | ConsumerKeyAuthAzureKeyVaultCredentialOutput | DelegatedAuthAzureKeyVaultCredentialOutput | ManagedIdentityAzureKeyVaultCredentialOutput;
2255
+ /** The data source. */
2256
+ export type DataSourceOutput = AzureSubscriptionDataSourceOutput | AzureResourceGroupDataSourceOutput | AzureSynapseWorkspaceDataSourceOutput | AzureSynapseDataSourceOutput | AdlsGen1DataSourceOutput | AdlsGen2DataSourceOutput | AmazonAccountDataSourceOutput | AmazonS3DataSourceOutput | AmazonSqlDataSourceOutput | AzureCosmosDbDataSourceOutput | AzureDataExplorerDataSourceOutput | AzureFileServiceDataSourceOutput | AzureSqlDatabaseDataSourceOutput | AmazonPostgreSqlDataSourceOutput | AzurePostgreSqlDataSourceOutput | SqlServerDatabaseDataSourceOutput | AzureSqlDatabaseManagedInstanceDataSourceOutput | AzureSqlDataWarehouseDataSourceOutput | AzureMySqlDataSourceOutput | AzureStorageDataSourceOutput | TeradataDataSourceOutput | OracleDataSourceOutput | SapS4HanaDataSourceOutput | SapEccDataSourceOutput | PowerBIDataSourceOutput;
2257
+ /** The scan. */
2258
+ export type ScanOutput = AzureSubscriptionCredentialScanOutput | AzureSubscriptionMsiScanOutput | AzureResourceGroupCredentialScanOutput | AzureResourceGroupMsiScanOutput | AzureSynapseWorkspaceCredentialScanOutput | AzureSynapseWorkspaceMsiScanOutput | AzureSynapseCredentialScanOutput | AzureSynapseMsiScanOutput | AdlsGen1CredentialScanOutput | AdlsGen1MsiScanOutput | AdlsGen2CredentialScanOutput | AdlsGen2MsiScanOutput | AmazonAccountCredentialScanOutput | AmazonS3CredentialScanOutput | AmazonS3RoleARNScanOutput | AmazonSqlCredentialScanOutput | AzureCosmosDbCredentialScanOutput | AzureDataExplorerCredentialScanOutput | AzureDataExplorerMsiScanOutput | AzureFileServiceCredentialScanOutput | AzureSqlDatabaseCredentialScanOutput | AzureSqlDatabaseMsiScanOutput | AmazonPostgreSqlCredentialScanOutput | AzurePostgreSqlCredentialScanOutput | SqlServerDatabaseCredentialScanOutput | AzureSqlDatabaseManagedInstanceCredentialScanOutput | AzureSqlDatabaseManagedInstanceMsiScanOutput | AzureSqlDataWarehouseCredentialScanOutput | AzureSqlDataWarehouseMsiScanOutput | AzureMySqlCredentialScanOutput | AzureStorageCredentialScanOutput | AzureStorageMsiScanOutput | TeradataCredentialScanOutput | TeradataUserPassScanOutput | TeradataTeradataUserPassScanOutput | OracleCredentialScanOutput | OracleUserPassScanOutput | SapS4HanaSapS4HanaCredentialScanOutput | SapS4HanaSapS4HanaUserPassScanOutput | SapEccCredentialScanOutput | SapEccUserPassScanOutput | PowerBIDelegatedScanOutput | PowerBIMsiScanOutput;
2259
+ /** Purview nested object which serves as a compute resource for activities. */
2260
+ export type IntegrationRuntimeOutput = ManagedIntegrationRuntimeOutput | SelfHostedIntegrationRuntimeOutput;
2261
+ /** Integration runtime status. */
2262
+ export type IntegrationRuntimeStatusOutput = SelfHostedIntegrationRuntimeStatusOutput | ManagedIntegrationRuntimeStatusOutput;
2263
+ /** The scan ruleset. */
2264
+ export type ScanRulesetOutput = AzureSubscriptionScanRulesetOutput | AzureResourceGroupScanRulesetOutput | AzureSynapseWorkspaceScanRulesetOutput | AzureSynapseScanRulesetOutput | AdlsGen1ScanRulesetOutput | AdlsGen2ScanRulesetOutput | AmazonAccountScanRulesetOutput | AmazonS3ScanRulesetOutput | AmazonSqlScanRulesetOutput | AzureCosmosDbScanRulesetOutput | AzureDataExplorerScanRulesetOutput | AzureFileServiceScanRulesetOutput | AzureSqlDatabaseScanRulesetOutput | AmazonPostgreSqlScanRulesetOutput | AzurePostgreSqlScanRulesetOutput | SqlServerDatabaseScanRulesetOutput | AzureSqlDatabaseManagedInstanceScanRulesetOutput | AzureSqlDataWarehouseScanRulesetOutput | AzureMySqlScanRulesetOutput | AzureStorageScanRulesetOutput | TeradataScanRulesetOutput | OracleScanRulesetOutput | SapS4HanaScanRulesetOutput | SapEccScanRulesetOutput | PowerBIScanRulesetOutput;
2265
+ /** The system scan ruleset. */
2266
+ export type SystemScanRulesetOutput = AzureSubscriptionSystemScanRulesetOutput | AzureResourceGroupSystemScanRulesetOutput | AzureSynapseWorkspaceSystemScanRulesetOutput | AzureSynapseSystemScanRulesetOutput | AdlsGen1SystemScanRulesetOutput | AdlsGen2SystemScanRulesetOutput | AmazonAccountSystemScanRulesetOutput | AmazonS3SystemScanRulesetOutput | AmazonSqlSystemScanRulesetOutput | AzureCosmosDbSystemScanRulesetOutput | AzureDataExplorerSystemScanRulesetOutput | AzureFileServiceSystemScanRulesetOutput | AzureSqlDatabaseSystemScanRulesetOutput | AmazonPostgreSqlSystemScanRulesetOutput | AzurePostgreSqlSystemScanRulesetOutput | SqlServerDatabaseSystemScanRulesetOutput | AzureSqlDatabaseManagedInstanceSystemScanRulesetOutput | AzureSqlDataWarehouseSystemScanRulesetOutput | AzureMySqlSystemScanRulesetOutput | AzureStorageSystemScanRulesetOutput | TeradataSystemScanRulesetOutput | OracleSystemScanRulesetOutput | SapS4HanaSystemScanRulesetOutput | SapEccSystemScanRulesetOutput | PowerBISystemScanRulesetOutput;
2267
+ /** Pattern of classification rule. */
2268
+ export type ClassificationRulePatternOutput = RegexClassificationRulePatternOutput;
2269
+ //# sourceMappingURL=outputModels.d.ts.map