@azure-rest/purview-scanning 1.0.0-beta.1 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +31 -20
- package/dist/browser/clientDefinitions.d.ts +277 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +60 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +136 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +1978 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +2269 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +202 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +104 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/purviewScanningRestClient.d.ts +16 -0
- package/dist/browser/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/browser/purviewScanningRestClient.js +43 -0
- package/dist/browser/purviewScanningRestClient.js.map +1 -0
- package/dist/browser/responses.d.ts +940 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +277 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +60 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +139 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1978 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +2269 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +202 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +107 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/purviewScanningRestClient.d.ts +16 -0
- package/dist/commonjs/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/commonjs/purviewScanningRestClient.js +46 -0
- package/dist/commonjs/purviewScanningRestClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +940 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +277 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +60 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +136 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1978 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +2269 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +202 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +104 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/purviewScanningRestClient.d.ts +16 -0
- package/dist/esm/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/esm/purviewScanningRestClient.js +43 -0
- package/dist/esm/purviewScanningRestClient.js.map +1 -0
- package/dist/esm/responses.d.ts +940 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +277 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +60 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +136 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1978 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +2269 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +202 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +104 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/purviewScanningRestClient.d.ts +16 -0
- package/dist/react-native/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/react-native/purviewScanningRestClient.js +43 -0
- package/dist/react-native/purviewScanningRestClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +940 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +87 -72
- package/CHANGELOG.md +0 -5
- package/dist/index.js +0 -19
- package/dist/index.js.map +0 -1
- package/dist-esm/src/index.js +0 -9
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewScanning.js +0 -13
- package/dist-esm/src/purviewScanning.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/types/purview-scanning-rest.d.ts +0 -3278
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport type AzureKeyVault = AzureKeyVaultBase & ProxyResource;\n\nexport interface AzureKeyVaultBase {\n properties?: AzureKeyVaultProperties;\n}\n\nexport type AzureKeyVaultProperties = AzureKeyVaultPropertiesBase &\n AzureKeyVaultPropertiesAutoGenerated;\n\nexport interface AzureKeyVaultPropertiesBase {}\n\nexport interface AzureKeyVaultPropertiesAutoGenerated {\n baseUrl?: string;\n description?: string;\n}\n\nexport interface ProxyResource {\n id?: string;\n name?: string;\n}\n\nexport interface ErrorResponseModel {\n error?: ErrorResponseModelError;\n}\n\nexport type ErrorResponseModelError = ErrorResponseModelErrorBase & ErrorModel;\n\nexport interface ErrorResponseModelErrorBase {}\n\nexport interface ErrorModel {\n code?: string;\n message?: string;\n target?: string;\n details?: ErrorModel[];\n}\n\nexport interface AzureKeyVaultList {\n value?: AzureKeyVault[];\n nextLink?: string;\n count?: number;\n}\n\nexport type ClassificationRule = ClassificationRuleBase & ProxyResource;\n\nexport interface ClassificationRuleBase {\n kind: ClassificationRuleType;\n}\n\nexport interface ClassificationRuleList {\n value?: ClassificationRule[];\n nextLink?: string;\n count?: number;\n}\n\nexport interface OperationResponse {\n scanResultId?: string;\n startTime?: Date;\n endTime?: Date;\n status?: OperationStatus;\n error?: OperationResponseError;\n}\n\nexport type OperationResponseError = OperationResponseErrorBase & ErrorInfo;\n\nexport interface OperationResponseErrorBase {}\n\nexport interface ErrorInfo {\n code?: string;\n message?: string;\n target?: string;\n details?: ErrorInfo[];\n}\n\nexport type DataSource = DataSourceBase & ProxyResource;\n\nexport interface DataSourceBase {\n kind: DataSourceType;\n scans?: Scan[];\n}\n\nexport type Scan = ScanBase & ProxyResource;\n\nexport interface ScanBase {\n kind: ScanAuthorizationType;\n scanResults?: ScanResult[];\n}\n\nexport interface ScanResult {\n parentId?: string;\n id?: string;\n resourceId?: string;\n status?: string;\n assetsDiscovered?: number;\n assetsClassified?: number;\n diagnostics?: ScanResultDiagnostics;\n startTime?: Date;\n queuedTime?: Date;\n pipelineStartTime?: Date;\n endTime?: Date;\n scanRulesetVersion?: number;\n scanRulesetType?: ScanRulesetType;\n scanLevelType?: ScanLevelType;\n errorMessage?: string;\n error?: ScanResultError;\n runType?: string;\n dataSourceType?: DataSourceType;\n}\n\nexport type ScanResultDiagnostics = ScanResultDiagnosticsBase & ScanDiagnostics;\n\nexport interface ScanResultDiagnosticsBase {}\n\nexport interface ScanDiagnostics {\n notifications?: Notification[];\n /** Dictionary of <integer> */\n exceptionCountMap?: ScanDiagnosticsExceptionCountMapDictionary;\n}\n\nexport interface Notification {\n message?: string;\n code?: number;\n}\n\nexport type ScanResultError = ScanResultErrorBase & ErrorModel;\n\nexport interface ScanResultErrorBase {}\n\nexport interface DataSourceList {\n value?: DataSource[];\n nextLink?: string;\n count?: number;\n}\n\nexport type Filter = FilterBase & ProxyResource;\n\nexport interface FilterBase {\n properties?: FilterProperties;\n}\n\nexport type FilterProperties = FilterPropertiesBase & FilterPropertiesAutoGenerated;\n\nexport interface FilterPropertiesBase {}\n\nexport interface FilterPropertiesAutoGenerated {\n excludeUriPrefixes?: string[];\n includeUriPrefixes?: string[];\n}\n\nexport interface ScanList {\n value?: Scan[];\n nextLink?: string;\n count?: number;\n}\n\nexport interface ScanHistoryList {\n value?: ScanResult[];\n nextLink?: string;\n count?: number;\n}\n\nexport type ScanRuleset = ScanRulesetBase & VersionedScanRuleset;\n\nexport interface ScanRulesetBase {\n kind: DataSourceType;\n}\n\nexport type VersionedScanRuleset = VersionedScanRulesetBase & ProxyResource;\n\nexport interface VersionedScanRulesetBase {\n scanRulesetType?: ScanRulesetType;\n status?: ScanRulesetStatus;\n version?: number;\n}\n\nexport interface ScanRulesetList {\n value?: ScanRuleset[];\n nextLink?: string;\n count?: number;\n}\n\nexport interface SystemScanRulesetList {\n value?: SystemScanRuleset[];\n nextLink?: string;\n count?: number;\n}\n\nexport type SystemScanRuleset = SystemScanRulesetBase & VersionedScanRuleset;\n\nexport interface SystemScanRulesetBase {\n kind: DataSourceType;\n}\n\nexport type Trigger = TriggerBase & ProxyResource;\n\nexport interface TriggerBase {\n properties?: TriggerProperties;\n}\n\nexport type TriggerProperties = TriggerPropertiesBase & TriggerPropertiesAutoGenerated;\n\nexport interface TriggerPropertiesBase {}\n\nexport interface TriggerPropertiesAutoGenerated {\n recurrence?: TriggerPropertiesRecurrence;\n recurrenceInterval?: string;\n createdAt?: Date;\n lastModifiedAt?: Date;\n lastScheduled?: Date;\n scanLevel?: ScanLevelType;\n incrementalScanStartTime?: Date;\n}\n\nexport type TriggerPropertiesRecurrence = TriggerPropertiesRecurrenceBase & TriggerRecurrence;\n\nexport interface TriggerPropertiesRecurrenceBase {}\n\nexport interface TriggerRecurrence {\n frequency?: TriggerFrequency;\n interval?: number;\n startTime?: Date;\n endTime?: Date;\n schedule?: TriggerRecurrenceSchedule;\n timeZone?: string;\n}\n\nexport type TriggerRecurrenceSchedule = TriggerRecurrenceScheduleBase & RecurrenceSchedule;\n\nexport interface TriggerRecurrenceScheduleBase {}\n\nexport interface RecurrenceSchedule {\n /** Dictionary of <any> */\n additionalProperties?: RecurrenceScheduleAdditionalPropertiesDictionary;\n minutes?: number[];\n hours?: number[];\n weekDays?: \"Sunday\" | \"Monday\" | \"Tuesday\" | \"Wednesday\" | \"Thursday\" | \"Friday\" | \"Saturday\"[];\n monthDays?: number[];\n monthlyOccurrences?: RecurrenceScheduleOccurrence[];\n}\n\nexport interface RecurrenceScheduleOccurrence {\n /** Dictionary of <any> */\n additionalProperties?: RecurrenceScheduleOccurrenceAdditionalPropertiesDictionary;\n day?: DayOfWeek;\n occurrence?: number;\n}\n\nexport interface SystemClassificationRuleProperties {\n description?: string;\n version?: number;\n classificationName?: string;\n ruleStatus?: ClassificationRuleStatus;\n createdAt?: Date;\n lastModifiedAt?: Date;\n}\n\nexport type SystemClassificationRule = SystemClassificationRuleBase & ClassificationRule;\n\nexport interface SystemClassificationRuleBase {\n properties?: SystemClassificationRulePropertiesAutoGenerated;\n}\n\nexport type SystemClassificationRulePropertiesAutoGenerated = SystemClassificationRulePropertiesAutoGeneratedBase &\n SystemClassificationRuleProperties;\n\nexport interface SystemClassificationRulePropertiesAutoGeneratedBase {}\n\nexport interface ClassificationRulePattern {\n kind: ClassificationRulePatternType;\n}\n\nexport interface CustomClassificationRuleProperties {\n minimumPercentageMatch?: number;\n classificationAction?: ClassificationAction;\n dataPatterns?: ClassificationRulePattern[];\n columnPatterns?: ClassificationRulePattern[];\n description?: string;\n version?: number;\n classificationName?: string;\n ruleStatus?: ClassificationRuleStatus;\n createdAt?: Date;\n lastModifiedAt?: Date;\n}\n\nexport type CustomClassificationRule = CustomClassificationRuleBase & ClassificationRule;\n\nexport interface CustomClassificationRuleBase {\n properties?: CustomClassificationRulePropertiesAutoGenerated;\n}\n\nexport type CustomClassificationRulePropertiesAutoGenerated = CustomClassificationRulePropertiesAutoGeneratedBase &\n CustomClassificationRuleProperties;\n\nexport interface CustomClassificationRulePropertiesAutoGeneratedBase {}\n\nexport type RegexClassificationRulePattern = RegexClassificationRulePatternBase &\n ClassificationRulePattern;\n\nexport interface RegexClassificationRulePatternBase {\n pattern?: string;\n}\n\nexport interface DataSourceProperties {\n createdAt?: Date;\n lastModifiedAt?: Date;\n}\n\nexport type AzureSubscriptionProperties = AzureSubscriptionPropertiesBase & DataSourceProperties;\n\nexport interface AzureSubscriptionPropertiesBase {\n subscriptionId?: string;\n}\n\nexport type AzureSubscriptionDataSource = AzureSubscriptionDataSourceBase & DataSource;\n\nexport interface AzureSubscriptionDataSourceBase {\n properties?: AzureSubscriptionDataSourceProperties;\n}\n\nexport type AzureSubscriptionDataSourceProperties = AzureSubscriptionDataSourcePropertiesBase &\n AzureSubscriptionProperties;\n\nexport interface AzureSubscriptionDataSourcePropertiesBase {}\n\nexport type AzureResourceGroupProperties = AzureResourceGroupPropertiesBase & DataSourceProperties;\n\nexport interface AzureResourceGroupPropertiesBase {\n subscriptionId?: string;\n resourceGroup?: string;\n}\n\nexport type AzureResourceGroupDataSource = AzureResourceGroupDataSourceBase & DataSource;\n\nexport interface AzureResourceGroupDataSourceBase {\n properties?: AzureResourceGroupDataSourceProperties;\n}\n\nexport type AzureResourceGroupDataSourceProperties = AzureResourceGroupDataSourcePropertiesBase &\n AzureResourceGroupProperties;\n\nexport interface AzureResourceGroupDataSourcePropertiesBase {}\n\nexport type AzureDataSourceProperties = AzureDataSourcePropertiesBase & DataSourceProperties;\n\nexport interface AzureDataSourcePropertiesBase {\n resourceGroup?: string;\n subscriptionId?: string;\n location?: string;\n resourceName?: string;\n}\n\nexport type AzureSynapseWorkspaceProperties = AzureSynapseWorkspacePropertiesBase &\n AzureDataSourceProperties;\n\nexport interface AzureSynapseWorkspacePropertiesBase {\n dedicatedSqlEndpoint?: string;\n serverlessSqlEndpoint?: string;\n}\n\nexport type AzureSynapseWorkspaceDataSource = AzureSynapseWorkspaceDataSourceBase & DataSource;\n\nexport interface AzureSynapseWorkspaceDataSourceBase {\n properties?: AzureSynapseWorkspaceDataSourceProperties;\n}\n\nexport type AzureSynapseWorkspaceDataSourceProperties = AzureSynapseWorkspaceDataSourcePropertiesBase &\n AzureSynapseWorkspaceProperties;\n\nexport interface AzureSynapseWorkspaceDataSourcePropertiesBase {}\n\nexport type AzureSynapseProperties = AzureSynapsePropertiesBase & AzureDataSourceProperties;\n\nexport interface AzureSynapsePropertiesBase {\n sqlEndpoint?: string;\n sqlOnDemandEndpoint?: string;\n}\n\nexport type AzureSynapseDataSource = AzureSynapseDataSourceBase & DataSource;\n\nexport interface AzureSynapseDataSourceBase {\n properties?: AzureSynapseDataSourceProperties;\n}\n\nexport type AzureSynapseDataSourceProperties = AzureSynapseDataSourcePropertiesBase &\n AzureSynapseProperties;\n\nexport interface AzureSynapseDataSourcePropertiesBase {}\n\nexport type AdlsGen1Properties = AdlsGen1PropertiesBase & AzureDataSourceProperties;\n\nexport interface AdlsGen1PropertiesBase {\n endpoint?: string;\n}\n\nexport type AdlsGen1DataSource = AdlsGen1DataSourceBase & DataSource;\n\nexport interface AdlsGen1DataSourceBase {\n properties?: AdlsGen1DataSourceProperties;\n}\n\nexport type AdlsGen1DataSourceProperties = AdlsGen1DataSourcePropertiesBase & AdlsGen1Properties;\n\nexport interface AdlsGen1DataSourcePropertiesBase {}\n\nexport type AdlsGen2Properties = AdlsGen2PropertiesBase & AzureDataSourceProperties;\n\nexport interface AdlsGen2PropertiesBase {\n endpoint?: string;\n}\n\nexport type AdlsGen2DataSource = AdlsGen2DataSourceBase & DataSource;\n\nexport interface AdlsGen2DataSourceBase {\n properties?: AdlsGen2DataSourceProperties;\n}\n\nexport type AdlsGen2DataSourceProperties = AdlsGen2DataSourcePropertiesBase & AdlsGen2Properties;\n\nexport interface AdlsGen2DataSourcePropertiesBase {}\n\nexport type AmazonAccountProperties = AmazonAccountPropertiesBase & DataSourceProperties;\n\nexport interface AmazonAccountPropertiesBase {\n awsAccountId?: string;\n roleARN?: string;\n}\n\nexport type AmazonAccountDataSource = AmazonAccountDataSourceBase & DataSource;\n\nexport interface AmazonAccountDataSourceBase {\n properties?: AmazonAccountDataSourceProperties;\n}\n\nexport type AmazonAccountDataSourceProperties = AmazonAccountDataSourcePropertiesBase &\n AmazonAccountProperties;\n\nexport interface AmazonAccountDataSourcePropertiesBase {}\n\nexport type AmazonS3Properties = AmazonS3PropertiesBase & DataSourceProperties;\n\nexport interface AmazonS3PropertiesBase {\n serviceUrl?: string;\n roleARN?: string;\n}\n\nexport type AmazonS3DataSource = AmazonS3DataSourceBase & DataSource;\n\nexport interface AmazonS3DataSourceBase {\n properties?: AmazonS3DataSourceProperties;\n}\n\nexport type AmazonS3DataSourceProperties = AmazonS3DataSourcePropertiesBase & AmazonS3Properties;\n\nexport interface AmazonS3DataSourcePropertiesBase {}\n\nexport type AmazonSqlProperties = AmazonSqlPropertiesBase & DataSourceProperties;\n\nexport interface AmazonSqlPropertiesBase {\n serverEndpoint?: string;\n}\n\nexport type AmazonSqlDataSource = AmazonSqlDataSourceBase & DataSource;\n\nexport interface AmazonSqlDataSourceBase {\n properties?: AmazonSqlDataSourceProperties;\n}\n\nexport type AmazonSqlDataSourceProperties = AmazonSqlDataSourcePropertiesBase & AmazonSqlProperties;\n\nexport interface AmazonSqlDataSourcePropertiesBase {}\n\nexport type AzureCosmosDbProperties = AzureCosmosDbPropertiesBase & AzureDataSourceProperties;\n\nexport interface AzureCosmosDbPropertiesBase {\n accountUri?: string;\n}\n\nexport type AzureCosmosDbDataSource = AzureCosmosDbDataSourceBase & DataSource;\n\nexport interface AzureCosmosDbDataSourceBase {\n properties?: AzureCosmosDbDataSourceProperties;\n}\n\nexport type AzureCosmosDbDataSourceProperties = AzureCosmosDbDataSourcePropertiesBase &\n AzureCosmosDbProperties;\n\nexport interface AzureCosmosDbDataSourcePropertiesBase {}\n\nexport type AzureDataExplorerProperties = AzureDataExplorerPropertiesBase &\n AzureDataSourceProperties;\n\nexport interface AzureDataExplorerPropertiesBase {\n endpoint?: string;\n}\n\nexport type AzureDataExplorerDataSource = AzureDataExplorerDataSourceBase & DataSource;\n\nexport interface AzureDataExplorerDataSourceBase {\n properties?: AzureDataExplorerDataSourceProperties;\n}\n\nexport type AzureDataExplorerDataSourceProperties = AzureDataExplorerDataSourcePropertiesBase &\n AzureDataExplorerProperties;\n\nexport interface AzureDataExplorerDataSourcePropertiesBase {}\n\nexport type AzureFileServiceProperties = AzureFileServicePropertiesBase & AzureDataSourceProperties;\n\nexport interface AzureFileServicePropertiesBase {\n endpoint?: string;\n}\n\nexport type AzureFileServiceDataSource = AzureFileServiceDataSourceBase & DataSource;\n\nexport interface AzureFileServiceDataSourceBase {\n properties?: AzureFileServiceDataSourceProperties;\n}\n\nexport type AzureFileServiceDataSourceProperties = AzureFileServiceDataSourcePropertiesBase &\n AzureFileServiceProperties;\n\nexport interface AzureFileServiceDataSourcePropertiesBase {}\n\nexport type AzureSqlDatabaseProperties = AzureSqlDatabasePropertiesBase & AzureDataSourceProperties;\n\nexport interface AzureSqlDatabasePropertiesBase {\n serverEndpoint?: string;\n}\n\nexport type AzureSqlDatabaseDataSource = AzureSqlDatabaseDataSourceBase & DataSource;\n\nexport interface AzureSqlDatabaseDataSourceBase {\n properties?: AzureSqlDatabaseDataSourceProperties;\n}\n\nexport type AzureSqlDatabaseDataSourceProperties = AzureSqlDatabaseDataSourcePropertiesBase &\n AzureSqlDatabaseProperties;\n\nexport interface AzureSqlDatabaseDataSourcePropertiesBase {}\n\nexport type AmazonPostgreSqlProperties = AmazonPostgreSqlPropertiesBase & DataSourceProperties;\n\nexport interface AmazonPostgreSqlPropertiesBase {\n serverEndpoint?: string;\n port?: string;\n}\n\nexport type AmazonPostgreSqlDataSource = AmazonPostgreSqlDataSourceBase & DataSource;\n\nexport interface AmazonPostgreSqlDataSourceBase {\n properties?: AmazonPostgreSqlDataSourceProperties;\n}\n\nexport type AmazonPostgreSqlDataSourceProperties = AmazonPostgreSqlDataSourcePropertiesBase &\n AmazonPostgreSqlProperties;\n\nexport interface AmazonPostgreSqlDataSourcePropertiesBase {}\n\nexport type AzurePostgreSqlProperties = AzurePostgreSqlPropertiesBase & AzureDataSourceProperties;\n\nexport interface AzurePostgreSqlPropertiesBase {\n serverEndpoint?: string;\n port?: number;\n}\n\nexport type AzurePostgreSqlDataSource = AzurePostgreSqlDataSourceBase & DataSource;\n\nexport interface AzurePostgreSqlDataSourceBase {\n properties?: AzurePostgreSqlDataSourceProperties;\n}\n\nexport type AzurePostgreSqlDataSourceProperties = AzurePostgreSqlDataSourcePropertiesBase &\n AzurePostgreSqlProperties;\n\nexport interface AzurePostgreSqlDataSourcePropertiesBase {}\n\nexport type SqlServerDatabaseProperties = SqlServerDatabasePropertiesBase &\n AzureDataSourceProperties;\n\nexport interface SqlServerDatabasePropertiesBase {\n serverEndpoint?: string;\n}\n\nexport type SqlServerDatabaseDataSource = SqlServerDatabaseDataSourceBase & DataSource;\n\nexport interface SqlServerDatabaseDataSourceBase {\n properties?: SqlServerDatabaseDataSourceProperties;\n}\n\nexport type SqlServerDatabaseDataSourceProperties = SqlServerDatabaseDataSourcePropertiesBase &\n SqlServerDatabaseProperties;\n\nexport interface SqlServerDatabaseDataSourcePropertiesBase {}\n\nexport type AzureSqlDatabaseManagedInstanceProperties = AzureSqlDatabaseManagedInstancePropertiesBase &\n AzureDataSourceProperties;\n\nexport interface AzureSqlDatabaseManagedInstancePropertiesBase {\n serverEndpoint?: string;\n}\n\nexport type AzureSqlDatabaseManagedInstanceDataSource = AzureSqlDatabaseManagedInstanceDataSourceBase &\n DataSource;\n\nexport interface AzureSqlDatabaseManagedInstanceDataSourceBase {\n properties?: AzureSqlDatabaseManagedInstanceDataSourceProperties;\n}\n\nexport type AzureSqlDatabaseManagedInstanceDataSourceProperties = AzureSqlDatabaseManagedInstanceDataSourcePropertiesBase &\n AzureSqlDatabaseManagedInstanceProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceDataSourcePropertiesBase {}\n\nexport type AzureSqlDataWarehouseProperties = AzureSqlDataWarehousePropertiesBase &\n AzureDataSourceProperties;\n\nexport interface AzureSqlDataWarehousePropertiesBase {\n serverEndpoint?: string;\n}\n\nexport type AzureSqlDataWarehouseDataSource = AzureSqlDataWarehouseDataSourceBase & DataSource;\n\nexport interface AzureSqlDataWarehouseDataSourceBase {\n properties?: AzureSqlDataWarehouseDataSourceProperties;\n}\n\nexport type AzureSqlDataWarehouseDataSourceProperties = AzureSqlDataWarehouseDataSourcePropertiesBase &\n AzureSqlDataWarehouseProperties;\n\nexport interface AzureSqlDataWarehouseDataSourcePropertiesBase {}\n\nexport type AzureMySqlProperties = AzureMySqlPropertiesBase & AzureDataSourceProperties;\n\nexport interface AzureMySqlPropertiesBase {\n serverEndpoint?: string;\n port?: number;\n}\n\nexport type AzureMySqlDataSource = AzureMySqlDataSourceBase & DataSource;\n\nexport interface AzureMySqlDataSourceBase {\n properties?: AzureMySqlDataSourceProperties;\n}\n\nexport type AzureMySqlDataSourceProperties = AzureMySqlDataSourcePropertiesBase &\n AzureMySqlProperties;\n\nexport interface AzureMySqlDataSourcePropertiesBase {}\n\nexport type AzureStorageProperties = AzureStoragePropertiesBase & AzureDataSourceProperties;\n\nexport interface AzureStoragePropertiesBase {\n endpoint?: string;\n}\n\nexport type AzureStorageDataSource = AzureStorageDataSourceBase & DataSource;\n\nexport interface AzureStorageDataSourceBase {\n properties?: AzureStorageDataSourceProperties;\n}\n\nexport type AzureStorageDataSourceProperties = AzureStorageDataSourcePropertiesBase &\n AzureStorageProperties;\n\nexport interface AzureStorageDataSourcePropertiesBase {}\n\nexport type TeradataProperties = TeradataPropertiesBase & DataSourceProperties;\n\nexport interface TeradataPropertiesBase {\n host?: string;\n}\n\nexport type TeradataDataSource = TeradataDataSourceBase & DataSource;\n\nexport interface TeradataDataSourceBase {\n properties?: TeradataDataSourceProperties;\n}\n\nexport type TeradataDataSourceProperties = TeradataDataSourcePropertiesBase & TeradataProperties;\n\nexport interface TeradataDataSourcePropertiesBase {}\n\nexport type OracleProperties = OraclePropertiesBase & DataSourceProperties;\n\nexport interface OraclePropertiesBase {\n host?: string;\n port?: string;\n service?: string;\n}\n\nexport type OracleDataSource = OracleDataSourceBase & DataSource;\n\nexport interface OracleDataSourceBase {\n properties?: OracleDataSourceProperties;\n}\n\nexport type OracleDataSourceProperties = OracleDataSourcePropertiesBase & OracleProperties;\n\nexport interface OracleDataSourcePropertiesBase {}\n\nexport type SapS4HanaProperties = SapS4HanaPropertiesBase & DataSourceProperties;\n\nexport interface SapS4HanaPropertiesBase {\n applicationServer?: string;\n systemNumber?: string;\n}\n\nexport type SapS4HanaDataSource = SapS4HanaDataSourceBase & DataSource;\n\nexport interface SapS4HanaDataSourceBase {\n properties?: SapS4HanaDataSourceProperties;\n}\n\nexport type SapS4HanaDataSourceProperties = SapS4HanaDataSourcePropertiesBase & SapS4HanaProperties;\n\nexport interface SapS4HanaDataSourcePropertiesBase {}\n\nexport type SapEccProperties = SapEccPropertiesBase & DataSourceProperties;\n\nexport interface SapEccPropertiesBase {\n applicationServer?: string;\n systemNumber?: string;\n}\n\nexport type SapEccDataSource = SapEccDataSourceBase & DataSource;\n\nexport interface SapEccDataSourceBase {\n properties?: SapEccDataSourceProperties;\n}\n\nexport type SapEccDataSourceProperties = SapEccDataSourcePropertiesBase & SapEccProperties;\n\nexport interface SapEccDataSourcePropertiesBase {}\n\nexport type PowerBIProperties = PowerBIPropertiesBase & DataSourceProperties;\n\nexport interface PowerBIPropertiesBase {\n tenant?: string;\n}\n\nexport type PowerBIDataSource = PowerBIDataSourceBase & DataSource;\n\nexport interface PowerBIDataSourceBase {\n properties?: PowerBIDataSourceProperties;\n}\n\nexport type PowerBIDataSourceProperties = PowerBIDataSourcePropertiesBase & PowerBIProperties;\n\nexport interface PowerBIDataSourcePropertiesBase {}\n\nexport interface ScanRulesetProperties {\n createdAt?: Date;\n description?: string;\n excludedSystemClassifications?: string[];\n includedCustomClassificationRuleNames?: string[];\n lastModifiedAt?: Date;\n}\n\nexport type AzureSubscriptionScanRulesetProperties = AzureSubscriptionScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureSubscriptionScanRulesetPropertiesBase {}\n\nexport type AzureSubscriptionScanRuleset = AzureSubscriptionScanRulesetBase & ScanRuleset;\n\nexport interface AzureSubscriptionScanRulesetBase {\n properties?: AzureSubscriptionScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureSubscriptionScanRulesetPropertiesAutoGenerated = AzureSubscriptionScanRulesetPropertiesAutoGeneratedBase &\n AzureSubscriptionScanRulesetProperties;\n\nexport interface AzureSubscriptionScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureResourceGroupScanRulesetProperties = AzureResourceGroupScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureResourceGroupScanRulesetPropertiesBase {}\n\nexport type AzureResourceGroupScanRuleset = AzureResourceGroupScanRulesetBase & ScanRuleset;\n\nexport interface AzureResourceGroupScanRulesetBase {\n properties?: AzureResourceGroupScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureResourceGroupScanRulesetPropertiesAutoGenerated = AzureResourceGroupScanRulesetPropertiesAutoGeneratedBase &\n AzureResourceGroupScanRulesetProperties;\n\nexport interface AzureResourceGroupScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureSynapseWorkspaceScanRulesetProperties = AzureSynapseWorkspaceScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureSynapseWorkspaceScanRulesetPropertiesBase {}\n\nexport type AzureSynapseWorkspaceScanRuleset = AzureSynapseWorkspaceScanRulesetBase & ScanRuleset;\n\nexport interface AzureSynapseWorkspaceScanRulesetBase {\n properties?: AzureSynapseWorkspaceScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureSynapseWorkspaceScanRulesetPropertiesAutoGenerated = AzureSynapseWorkspaceScanRulesetPropertiesAutoGeneratedBase &\n AzureSynapseWorkspaceScanRulesetProperties;\n\nexport interface AzureSynapseWorkspaceScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureSynapseScanRulesetProperties = AzureSynapseScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureSynapseScanRulesetPropertiesBase {}\n\nexport type AzureSynapseScanRuleset = AzureSynapseScanRulesetBase & ScanRuleset;\n\nexport interface AzureSynapseScanRulesetBase {\n properties?: AzureSynapseScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureSynapseScanRulesetPropertiesAutoGenerated = AzureSynapseScanRulesetPropertiesAutoGeneratedBase &\n AzureSynapseScanRulesetProperties;\n\nexport interface AzureSynapseScanRulesetPropertiesAutoGeneratedBase {}\n\nexport interface CustomFileType {\n builtInType?: FileExtensionsType;\n customDelimiter?: string;\n}\n\nexport interface CustomFileExtension {\n customFileType?: CustomFileExtensionCustomFileType;\n description?: string;\n enabled?: boolean;\n fileExtension?: string;\n}\n\nexport type CustomFileExtensionCustomFileType = CustomFileExtensionCustomFileTypeBase &\n CustomFileType;\n\nexport interface CustomFileExtensionCustomFileTypeBase {}\n\nexport interface ScanningRule {\n fileExtensions?:\n | \"AVRO\"\n | \"ORC\"\n | \"PARQUET\"\n | \"JSON\"\n | \"TXT\"\n | \"XML\"\n | \"Documents\"\n | \"CSV\"\n | \"PSV\"\n | \"SSV\"\n | \"TSV\"\n | \"GZ\"\n | \"DOC\"\n | \"DOCM\"\n | \"DOCX\"\n | \"DOT\"\n | \"ODP\"\n | \"ODS\"\n | \"ODT\"\n | \"PDF\"\n | \"POT\"\n | \"PPS\"\n | \"PPSX\"\n | \"PPT\"\n | \"PPTM\"\n | \"PPTX\"\n | \"XLC\"\n | \"XLS\"\n | \"XLSB\"\n | \"XLSM\"\n | \"XLSX\"\n | \"XLT\"[];\n customFileExtensions?: CustomFileExtension[];\n}\n\nexport type ScanningRuleScanRulesetProperties = ScanningRuleScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface ScanningRuleScanRulesetPropertiesBase {\n scanningRule?: ScanningRuleScanRulesetPropertiesScanningRule;\n}\n\nexport type ScanningRuleScanRulesetPropertiesScanningRule = ScanningRuleScanRulesetPropertiesScanningRuleBase &\n ScanningRule;\n\nexport interface ScanningRuleScanRulesetPropertiesScanningRuleBase {}\n\nexport type AdlsGen1ScanRulesetProperties = AdlsGen1ScanRulesetPropertiesBase &\n ScanningRuleScanRulesetProperties;\n\nexport interface AdlsGen1ScanRulesetPropertiesBase {}\n\nexport type AdlsGen1ScanRuleset = AdlsGen1ScanRulesetBase & ScanRuleset;\n\nexport interface AdlsGen1ScanRulesetBase {\n properties?: AdlsGen1ScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AdlsGen1ScanRulesetPropertiesAutoGenerated = AdlsGen1ScanRulesetPropertiesAutoGeneratedBase &\n AdlsGen1ScanRulesetProperties;\n\nexport interface AdlsGen1ScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AdlsGen2ScanRulesetProperties = AdlsGen2ScanRulesetPropertiesBase &\n ScanningRuleScanRulesetProperties;\n\nexport interface AdlsGen2ScanRulesetPropertiesBase {}\n\nexport type AdlsGen2ScanRuleset = AdlsGen2ScanRulesetBase & ScanRuleset;\n\nexport interface AdlsGen2ScanRulesetBase {\n properties?: AdlsGen2ScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AdlsGen2ScanRulesetPropertiesAutoGenerated = AdlsGen2ScanRulesetPropertiesAutoGeneratedBase &\n AdlsGen2ScanRulesetProperties;\n\nexport interface AdlsGen2ScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AmazonAccountScanRulesetProperties = AmazonAccountScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AmazonAccountScanRulesetPropertiesBase {}\n\nexport type AmazonAccountScanRuleset = AmazonAccountScanRulesetBase & ScanRuleset;\n\nexport interface AmazonAccountScanRulesetBase {\n properties?: AmazonAccountScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AmazonAccountScanRulesetPropertiesAutoGenerated = AmazonAccountScanRulesetPropertiesAutoGeneratedBase &\n AmazonAccountScanRulesetProperties;\n\nexport interface AmazonAccountScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AmazonS3ScanRulesetProperties = AmazonS3ScanRulesetPropertiesBase &\n ScanningRuleScanRulesetProperties;\n\nexport interface AmazonS3ScanRulesetPropertiesBase {}\n\nexport type AmazonS3ScanRuleset = AmazonS3ScanRulesetBase & ScanRuleset;\n\nexport interface AmazonS3ScanRulesetBase {\n properties?: AmazonS3ScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AmazonS3ScanRulesetPropertiesAutoGenerated = AmazonS3ScanRulesetPropertiesAutoGeneratedBase &\n AmazonS3ScanRulesetProperties;\n\nexport interface AmazonS3ScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AmazonSqlScanRulesetProperties = AmazonSqlScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AmazonSqlScanRulesetPropertiesBase {}\n\nexport type AmazonSqlScanRuleset = AmazonSqlScanRulesetBase & ScanRuleset;\n\nexport interface AmazonSqlScanRulesetBase {\n properties?: AmazonSqlScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AmazonSqlScanRulesetPropertiesAutoGenerated = AmazonSqlScanRulesetPropertiesAutoGeneratedBase &\n AmazonSqlScanRulesetProperties;\n\nexport interface AmazonSqlScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureCosmosDbScanRulesetProperties = AzureCosmosDbScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureCosmosDbScanRulesetPropertiesBase {}\n\nexport type AzureCosmosDbScanRuleset = AzureCosmosDbScanRulesetBase & ScanRuleset;\n\nexport interface AzureCosmosDbScanRulesetBase {\n properties?: AzureCosmosDbScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureCosmosDbScanRulesetPropertiesAutoGenerated = AzureCosmosDbScanRulesetPropertiesAutoGeneratedBase &\n AzureCosmosDbScanRulesetProperties;\n\nexport interface AzureCosmosDbScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureDataExplorerScanRulesetProperties = AzureDataExplorerScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureDataExplorerScanRulesetPropertiesBase {}\n\nexport type AzureDataExplorerScanRuleset = AzureDataExplorerScanRulesetBase & ScanRuleset;\n\nexport interface AzureDataExplorerScanRulesetBase {\n properties?: AzureDataExplorerScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureDataExplorerScanRulesetPropertiesAutoGenerated = AzureDataExplorerScanRulesetPropertiesAutoGeneratedBase &\n AzureDataExplorerScanRulesetProperties;\n\nexport interface AzureDataExplorerScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureFileServiceScanRulesetProperties = AzureFileServiceScanRulesetPropertiesBase &\n ScanningRuleScanRulesetProperties;\n\nexport interface AzureFileServiceScanRulesetPropertiesBase {}\n\nexport type AzureFileServiceScanRuleset = AzureFileServiceScanRulesetBase & ScanRuleset;\n\nexport interface AzureFileServiceScanRulesetBase {\n properties?: AzureFileServiceScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureFileServiceScanRulesetPropertiesAutoGenerated = AzureFileServiceScanRulesetPropertiesAutoGeneratedBase &\n AzureFileServiceScanRulesetProperties;\n\nexport interface AzureFileServiceScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDatabaseScanRulesetProperties = AzureSqlDatabaseScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureSqlDatabaseScanRulesetPropertiesBase {}\n\nexport type AzureSqlDatabaseScanRuleset = AzureSqlDatabaseScanRulesetBase & ScanRuleset;\n\nexport interface AzureSqlDatabaseScanRulesetBase {\n properties?: AzureSqlDatabaseScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDatabaseScanRulesetPropertiesAutoGenerated = AzureSqlDatabaseScanRulesetPropertiesAutoGeneratedBase &\n AzureSqlDatabaseScanRulesetProperties;\n\nexport interface AzureSqlDatabaseScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AmazonPostgreSqlScanRulesetProperties = AmazonPostgreSqlScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AmazonPostgreSqlScanRulesetPropertiesBase {}\n\nexport type AmazonPostgreSqlScanRuleset = AmazonPostgreSqlScanRulesetBase & ScanRuleset;\n\nexport interface AmazonPostgreSqlScanRulesetBase {\n properties?: AmazonPostgreSqlScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AmazonPostgreSqlScanRulesetPropertiesAutoGenerated = AmazonPostgreSqlScanRulesetPropertiesAutoGeneratedBase &\n AmazonPostgreSqlScanRulesetProperties;\n\nexport interface AmazonPostgreSqlScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzurePostgreSqlScanRulesetProperties = AzurePostgreSqlScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzurePostgreSqlScanRulesetPropertiesBase {}\n\nexport type AzurePostgreSqlScanRuleset = AzurePostgreSqlScanRulesetBase & ScanRuleset;\n\nexport interface AzurePostgreSqlScanRulesetBase {\n properties?: AzurePostgreSqlScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzurePostgreSqlScanRulesetPropertiesAutoGenerated = AzurePostgreSqlScanRulesetPropertiesAutoGeneratedBase &\n AzurePostgreSqlScanRulesetProperties;\n\nexport interface AzurePostgreSqlScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type SqlServerDatabaseScanRulesetProperties = SqlServerDatabaseScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface SqlServerDatabaseScanRulesetPropertiesBase {}\n\nexport type SqlServerDatabaseScanRuleset = SqlServerDatabaseScanRulesetBase & ScanRuleset;\n\nexport interface SqlServerDatabaseScanRulesetBase {\n properties?: SqlServerDatabaseScanRulesetPropertiesAutoGenerated;\n}\n\nexport type SqlServerDatabaseScanRulesetPropertiesAutoGenerated = SqlServerDatabaseScanRulesetPropertiesAutoGeneratedBase &\n SqlServerDatabaseScanRulesetProperties;\n\nexport interface SqlServerDatabaseScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDatabaseManagedInstanceScanRulesetProperties = AzureSqlDatabaseManagedInstanceScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesBase {}\n\nexport type AzureSqlDatabaseManagedInstanceScanRuleset = AzureSqlDatabaseManagedInstanceScanRulesetBase &\n ScanRuleset;\n\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetBase {\n properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGenerated = AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGeneratedBase &\n AzureSqlDatabaseManagedInstanceScanRulesetProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDataWarehouseScanRulesetProperties = AzureSqlDataWarehouseScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureSqlDataWarehouseScanRulesetPropertiesBase {}\n\nexport type AzureSqlDataWarehouseScanRuleset = AzureSqlDataWarehouseScanRulesetBase & ScanRuleset;\n\nexport interface AzureSqlDataWarehouseScanRulesetBase {\n properties?: AzureSqlDataWarehouseScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDataWarehouseScanRulesetPropertiesAutoGenerated = AzureSqlDataWarehouseScanRulesetPropertiesAutoGeneratedBase &\n AzureSqlDataWarehouseScanRulesetProperties;\n\nexport interface AzureSqlDataWarehouseScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureMySqlScanRulesetProperties = AzureMySqlScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface AzureMySqlScanRulesetPropertiesBase {}\n\nexport type AzureMySqlScanRuleset = AzureMySqlScanRulesetBase & ScanRuleset;\n\nexport interface AzureMySqlScanRulesetBase {\n properties?: AzureMySqlScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureMySqlScanRulesetPropertiesAutoGenerated = AzureMySqlScanRulesetPropertiesAutoGeneratedBase &\n AzureMySqlScanRulesetProperties;\n\nexport interface AzureMySqlScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type AzureStorageScanRulesetProperties = AzureStorageScanRulesetPropertiesBase &\n ScanningRuleScanRulesetProperties;\n\nexport interface AzureStorageScanRulesetPropertiesBase {}\n\nexport type AzureStorageScanRuleset = AzureStorageScanRulesetBase & ScanRuleset;\n\nexport interface AzureStorageScanRulesetBase {\n properties?: AzureStorageScanRulesetPropertiesAutoGenerated;\n}\n\nexport type AzureStorageScanRulesetPropertiesAutoGenerated = AzureStorageScanRulesetPropertiesAutoGeneratedBase &\n AzureStorageScanRulesetProperties;\n\nexport interface AzureStorageScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type TeradataScanRulesetProperties = TeradataScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface TeradataScanRulesetPropertiesBase {}\n\nexport type TeradataScanRuleset = TeradataScanRulesetBase & ScanRuleset;\n\nexport interface TeradataScanRulesetBase {\n properties?: TeradataScanRulesetPropertiesAutoGenerated;\n}\n\nexport type TeradataScanRulesetPropertiesAutoGenerated = TeradataScanRulesetPropertiesAutoGeneratedBase &\n TeradataScanRulesetProperties;\n\nexport interface TeradataScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type OracleScanRulesetProperties = OracleScanRulesetPropertiesBase & ScanRulesetProperties;\n\nexport interface OracleScanRulesetPropertiesBase {}\n\nexport type OracleScanRuleset = OracleScanRulesetBase & ScanRuleset;\n\nexport interface OracleScanRulesetBase {\n properties?: OracleScanRulesetPropertiesAutoGenerated;\n}\n\nexport type OracleScanRulesetPropertiesAutoGenerated = OracleScanRulesetPropertiesAutoGeneratedBase &\n OracleScanRulesetProperties;\n\nexport interface OracleScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type SapS4HanaScanRulesetProperties = SapS4HanaScanRulesetPropertiesBase &\n ScanRulesetProperties;\n\nexport interface SapS4HanaScanRulesetPropertiesBase {}\n\nexport type SapS4HanaScanRuleset = SapS4HanaScanRulesetBase & ScanRuleset;\n\nexport interface SapS4HanaScanRulesetBase {\n properties?: SapS4HanaScanRulesetPropertiesAutoGenerated;\n}\n\nexport type SapS4HanaScanRulesetPropertiesAutoGenerated = SapS4HanaScanRulesetPropertiesAutoGeneratedBase &\n SapS4HanaScanRulesetProperties;\n\nexport interface SapS4HanaScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type SapEccScanRulesetProperties = SapEccScanRulesetPropertiesBase & ScanRulesetProperties;\n\nexport interface SapEccScanRulesetPropertiesBase {}\n\nexport type SapEccScanRuleset = SapEccScanRulesetBase & ScanRuleset;\n\nexport interface SapEccScanRulesetBase {\n properties?: SapEccScanRulesetPropertiesAutoGenerated;\n}\n\nexport type SapEccScanRulesetPropertiesAutoGenerated = SapEccScanRulesetPropertiesAutoGeneratedBase &\n SapEccScanRulesetProperties;\n\nexport interface SapEccScanRulesetPropertiesAutoGeneratedBase {}\n\nexport type PowerBIScanRulesetProperties = PowerBIScanRulesetPropertiesBase & ScanRulesetProperties;\n\nexport interface PowerBIScanRulesetPropertiesBase {}\n\nexport type PowerBIScanRuleset = PowerBIScanRulesetBase & ScanRuleset;\n\nexport interface PowerBIScanRulesetBase {\n properties?: PowerBIScanRulesetPropertiesAutoGenerated;\n}\n\nexport type PowerBIScanRulesetPropertiesAutoGenerated = PowerBIScanRulesetPropertiesAutoGeneratedBase &\n PowerBIScanRulesetProperties;\n\nexport interface PowerBIScanRulesetPropertiesAutoGeneratedBase {}\n\nexport interface ResourceNameFilter {\n excludePrefixes?: string[];\n includePrefixes?: string[];\n resources?: string[];\n}\n\nexport interface CredentialReference {\n referenceName?: string;\n credentialType?: CredentialType;\n}\n\nexport interface ResourceTypeFilter {\n scanRulesetName?: string;\n scanRulesetType?: ScanRulesetType;\n resourceNameFilter?: ResourceTypeFilterResourceNameFilter;\n credential?: ResourceTypeFilterCredential;\n}\n\nexport type ResourceTypeFilterResourceNameFilter = ResourceTypeFilterResourceNameFilterBase &\n ResourceNameFilter;\n\nexport interface ResourceTypeFilterResourceNameFilterBase {}\n\nexport type ResourceTypeFilterCredential = ResourceTypeFilterCredentialBase & CredentialReference;\n\nexport interface ResourceTypeFilterCredentialBase {}\n\nexport interface ConnectedVia {\n referenceName?: string;\n}\n\nexport interface ScanProperties {\n scanRulesetName?: string;\n scanRulesetType?: ScanRulesetType;\n workers?: number;\n createdAt?: Date;\n lastModifiedAt?: Date;\n connectedVia?: ScanPropertiesConnectedVia;\n}\n\nexport type ScanPropertiesConnectedVia = ScanPropertiesConnectedViaBase & ConnectedVia;\n\nexport interface ScanPropertiesConnectedViaBase {}\n\nexport type ExpandingResourceScanProperties = ExpandingResourceScanPropertiesBase & ScanProperties;\n\nexport interface ExpandingResourceScanPropertiesBase {\n resourceTypes?: ExpandingResourceScanPropertiesResourceTypes;\n credential?: ExpandingResourceScanPropertiesCredential;\n}\n\nexport interface ExpandingResourceScanPropertiesResourceTypes {\n none?: ResourceTypeFilter;\n azureSubscription?: ResourceTypeFilter;\n azureResourceGroup?: ResourceTypeFilter;\n azureSynapseWorkspace?: ResourceTypeFilter;\n azureSynapse?: ResourceTypeFilter;\n adlsGen1?: ResourceTypeFilter;\n adlsGen2?: ResourceTypeFilter;\n amazonAccount?: ResourceTypeFilter;\n amazonS3?: ResourceTypeFilter;\n amazonSql?: ResourceTypeFilter;\n azureCosmosDb?: ResourceTypeFilter;\n azureDataExplorer?: ResourceTypeFilter;\n azureFileService?: ResourceTypeFilter;\n azureSqlDatabase?: ResourceTypeFilter;\n amazonPostgreSql?: ResourceTypeFilter;\n azurePostgreSql?: ResourceTypeFilter;\n sqlServerDatabase?: ResourceTypeFilter;\n azureSqlDatabaseManagedInstance?: ResourceTypeFilter;\n azureSqlDataWarehouse?: ResourceTypeFilter;\n azureMySql?: ResourceTypeFilter;\n azureStorage?: ResourceTypeFilter;\n teradata?: ResourceTypeFilter;\n oracle?: ResourceTypeFilter;\n sapS4Hana?: ResourceTypeFilter;\n sapEcc?: ResourceTypeFilter;\n powerBI?: ResourceTypeFilter;\n}\n\nexport type ExpandingResourceScanPropertiesCredential = ExpandingResourceScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface ExpandingResourceScanPropertiesCredentialBase {}\n\nexport type AzureSubscriptionCredentialScanProperties = AzureSubscriptionCredentialScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureSubscriptionCredentialScanPropertiesBase {}\n\nexport type AzureSubscriptionCredentialScan = AzureSubscriptionCredentialScanBase & Scan;\n\nexport interface AzureSubscriptionCredentialScanBase {\n properties?: AzureSubscriptionCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureSubscriptionCredentialScanPropertiesAutoGenerated = AzureSubscriptionCredentialScanPropertiesAutoGeneratedBase &\n AzureSubscriptionCredentialScanProperties;\n\nexport interface AzureSubscriptionCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSubscriptionMsiScanProperties = AzureSubscriptionMsiScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureSubscriptionMsiScanPropertiesBase {}\n\nexport type AzureSubscriptionMsiScan = AzureSubscriptionMsiScanBase & Scan;\n\nexport interface AzureSubscriptionMsiScanBase {\n properties?: AzureSubscriptionMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureSubscriptionMsiScanPropertiesAutoGenerated = AzureSubscriptionMsiScanPropertiesAutoGeneratedBase &\n AzureSubscriptionMsiScanProperties;\n\nexport interface AzureSubscriptionMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureResourceGroupCredentialScanProperties = AzureResourceGroupCredentialScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureResourceGroupCredentialScanPropertiesBase {}\n\nexport type AzureResourceGroupCredentialScan = AzureResourceGroupCredentialScanBase & Scan;\n\nexport interface AzureResourceGroupCredentialScanBase {\n properties?: AzureResourceGroupCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureResourceGroupCredentialScanPropertiesAutoGenerated = AzureResourceGroupCredentialScanPropertiesAutoGeneratedBase &\n AzureResourceGroupCredentialScanProperties;\n\nexport interface AzureResourceGroupCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureResourceGroupMsiScanProperties = AzureResourceGroupMsiScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureResourceGroupMsiScanPropertiesBase {}\n\nexport type AzureResourceGroupMsiScan = AzureResourceGroupMsiScanBase & Scan;\n\nexport interface AzureResourceGroupMsiScanBase {\n properties?: AzureResourceGroupMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureResourceGroupMsiScanPropertiesAutoGenerated = AzureResourceGroupMsiScanPropertiesAutoGeneratedBase &\n AzureResourceGroupMsiScanProperties;\n\nexport interface AzureResourceGroupMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSynapseWorkspaceCredentialScanProperties = AzureSynapseWorkspaceCredentialScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureSynapseWorkspaceCredentialScanPropertiesBase {}\n\nexport type AzureSynapseWorkspaceCredentialScan = AzureSynapseWorkspaceCredentialScanBase & Scan;\n\nexport interface AzureSynapseWorkspaceCredentialScanBase {\n properties?: AzureSynapseWorkspaceCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureSynapseWorkspaceCredentialScanPropertiesAutoGenerated = AzureSynapseWorkspaceCredentialScanPropertiesAutoGeneratedBase &\n AzureSynapseWorkspaceCredentialScanProperties;\n\nexport interface AzureSynapseWorkspaceCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSynapseWorkspaceMsiScanProperties = AzureSynapseWorkspaceMsiScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureSynapseWorkspaceMsiScanPropertiesBase {}\n\nexport type AzureSynapseWorkspaceMsiScan = AzureSynapseWorkspaceMsiScanBase & Scan;\n\nexport interface AzureSynapseWorkspaceMsiScanBase {\n properties?: AzureSynapseWorkspaceMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureSynapseWorkspaceMsiScanPropertiesAutoGenerated = AzureSynapseWorkspaceMsiScanPropertiesAutoGeneratedBase &\n AzureSynapseWorkspaceMsiScanProperties;\n\nexport interface AzureSynapseWorkspaceMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSynapseCredentialScanProperties = AzureSynapseCredentialScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureSynapseCredentialScanPropertiesBase {}\n\nexport type AzureSynapseCredentialScan = AzureSynapseCredentialScanBase & Scan;\n\nexport interface AzureSynapseCredentialScanBase {\n properties?: AzureSynapseCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureSynapseCredentialScanPropertiesAutoGenerated = AzureSynapseCredentialScanPropertiesAutoGeneratedBase &\n AzureSynapseCredentialScanProperties;\n\nexport interface AzureSynapseCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSynapseMsiScanProperties = AzureSynapseMsiScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AzureSynapseMsiScanPropertiesBase {}\n\nexport type AzureSynapseMsiScan = AzureSynapseMsiScanBase & Scan;\n\nexport interface AzureSynapseMsiScanBase {\n properties?: AzureSynapseMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureSynapseMsiScanPropertiesAutoGenerated = AzureSynapseMsiScanPropertiesAutoGeneratedBase &\n AzureSynapseMsiScanProperties;\n\nexport interface AzureSynapseMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AdlsGen1CredentialScanProperties = AdlsGen1CredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AdlsGen1CredentialScanPropertiesBase {\n credential?: AdlsGen1CredentialScanPropertiesCredential;\n}\n\nexport type AdlsGen1CredentialScanPropertiesCredential = AdlsGen1CredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AdlsGen1CredentialScanPropertiesCredentialBase {}\n\nexport type AdlsGen1CredentialScan = AdlsGen1CredentialScanBase & Scan;\n\nexport interface AdlsGen1CredentialScanBase {\n properties?: AdlsGen1CredentialScanPropertiesAutoGenerated;\n}\n\nexport type AdlsGen1CredentialScanPropertiesAutoGenerated = AdlsGen1CredentialScanPropertiesAutoGeneratedBase &\n AdlsGen1CredentialScanProperties;\n\nexport interface AdlsGen1CredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AdlsGen1MsiScanProperties = AdlsGen1MsiScanPropertiesBase & ScanProperties;\n\nexport interface AdlsGen1MsiScanPropertiesBase {}\n\nexport type AdlsGen1MsiScan = AdlsGen1MsiScanBase & Scan;\n\nexport interface AdlsGen1MsiScanBase {\n properties?: AdlsGen1MsiScanPropertiesAutoGenerated;\n}\n\nexport type AdlsGen1MsiScanPropertiesAutoGenerated = AdlsGen1MsiScanPropertiesAutoGeneratedBase &\n AdlsGen1MsiScanProperties;\n\nexport interface AdlsGen1MsiScanPropertiesAutoGeneratedBase {}\n\nexport type AdlsGen2CredentialScanProperties = AdlsGen2CredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AdlsGen2CredentialScanPropertiesBase {\n credential?: AdlsGen2CredentialScanPropertiesCredential;\n}\n\nexport type AdlsGen2CredentialScanPropertiesCredential = AdlsGen2CredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AdlsGen2CredentialScanPropertiesCredentialBase {}\n\nexport type AdlsGen2CredentialScan = AdlsGen2CredentialScanBase & Scan;\n\nexport interface AdlsGen2CredentialScanBase {\n properties?: AdlsGen2CredentialScanPropertiesAutoGenerated;\n}\n\nexport type AdlsGen2CredentialScanPropertiesAutoGenerated = AdlsGen2CredentialScanPropertiesAutoGeneratedBase &\n AdlsGen2CredentialScanProperties;\n\nexport interface AdlsGen2CredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AdlsGen2MsiScanProperties = AdlsGen2MsiScanPropertiesBase & ScanProperties;\n\nexport interface AdlsGen2MsiScanPropertiesBase {}\n\nexport type AdlsGen2MsiScan = AdlsGen2MsiScanBase & Scan;\n\nexport interface AdlsGen2MsiScanBase {\n properties?: AdlsGen2MsiScanPropertiesAutoGenerated;\n}\n\nexport type AdlsGen2MsiScanPropertiesAutoGenerated = AdlsGen2MsiScanPropertiesAutoGeneratedBase &\n AdlsGen2MsiScanProperties;\n\nexport interface AdlsGen2MsiScanPropertiesAutoGeneratedBase {}\n\nexport type AmazonAccountCredentialScanProperties = AmazonAccountCredentialScanPropertiesBase &\n ExpandingResourceScanProperties;\n\nexport interface AmazonAccountCredentialScanPropertiesBase {}\n\nexport type AmazonAccountCredentialScan = AmazonAccountCredentialScanBase & Scan;\n\nexport interface AmazonAccountCredentialScanBase {\n properties?: AmazonAccountCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AmazonAccountCredentialScanPropertiesAutoGenerated = AmazonAccountCredentialScanPropertiesAutoGeneratedBase &\n AmazonAccountCredentialScanProperties;\n\nexport interface AmazonAccountCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AmazonS3CredentialScanProperties = AmazonS3CredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AmazonS3CredentialScanPropertiesBase {\n credential?: AmazonS3CredentialScanPropertiesCredential;\n roleARN?: string;\n}\n\nexport type AmazonS3CredentialScanPropertiesCredential = AmazonS3CredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AmazonS3CredentialScanPropertiesCredentialBase {}\n\nexport type AmazonS3CredentialScan = AmazonS3CredentialScanBase & Scan;\n\nexport interface AmazonS3CredentialScanBase {\n properties?: AmazonS3CredentialScanPropertiesAutoGenerated;\n}\n\nexport type AmazonS3CredentialScanPropertiesAutoGenerated = AmazonS3CredentialScanPropertiesAutoGeneratedBase &\n AmazonS3CredentialScanProperties;\n\nexport interface AmazonS3CredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AmazonS3RoleARNScanProperties = AmazonS3RoleARNScanPropertiesBase & ScanProperties;\n\nexport interface AmazonS3RoleARNScanPropertiesBase {\n roleARN?: string;\n}\n\nexport type AmazonS3RoleARNScan = AmazonS3RoleARNScanBase & Scan;\n\nexport interface AmazonS3RoleARNScanBase {\n properties?: AmazonS3RoleARNScanPropertiesAutoGenerated;\n}\n\nexport type AmazonS3RoleARNScanPropertiesAutoGenerated = AmazonS3RoleARNScanPropertiesAutoGeneratedBase &\n AmazonS3RoleARNScanProperties;\n\nexport interface AmazonS3RoleARNScanPropertiesAutoGeneratedBase {}\n\nexport type AmazonSqlCredentialScanProperties = AmazonSqlCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AmazonSqlCredentialScanPropertiesBase {\n credential?: AmazonSqlCredentialScanPropertiesCredential;\n serverEndpoint?: string;\n databaseName?: string;\n}\n\nexport type AmazonSqlCredentialScanPropertiesCredential = AmazonSqlCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AmazonSqlCredentialScanPropertiesCredentialBase {}\n\nexport type AmazonSqlCredentialScan = AmazonSqlCredentialScanBase & Scan;\n\nexport interface AmazonSqlCredentialScanBase {\n properties?: AmazonSqlCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AmazonSqlCredentialScanPropertiesAutoGenerated = AmazonSqlCredentialScanPropertiesAutoGeneratedBase &\n AmazonSqlCredentialScanProperties;\n\nexport interface AmazonSqlCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureCosmosDbCredentialScanProperties = AzureCosmosDbCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AzureCosmosDbCredentialScanPropertiesBase {\n credential?: AzureCosmosDbCredentialScanPropertiesCredential;\n databaseName?: string;\n}\n\nexport type AzureCosmosDbCredentialScanPropertiesCredential = AzureCosmosDbCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzureCosmosDbCredentialScanPropertiesCredentialBase {}\n\nexport type AzureCosmosDbCredentialScan = AzureCosmosDbCredentialScanBase & Scan;\n\nexport interface AzureCosmosDbCredentialScanBase {\n properties?: AzureCosmosDbCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureCosmosDbCredentialScanPropertiesAutoGenerated = AzureCosmosDbCredentialScanPropertiesAutoGeneratedBase &\n AzureCosmosDbCredentialScanProperties;\n\nexport interface AzureCosmosDbCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureDataExplorerCredentialScanProperties = AzureDataExplorerCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AzureDataExplorerCredentialScanPropertiesBase {\n credential?: AzureDataExplorerCredentialScanPropertiesCredential;\n database?: string;\n}\n\nexport type AzureDataExplorerCredentialScanPropertiesCredential = AzureDataExplorerCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzureDataExplorerCredentialScanPropertiesCredentialBase {}\n\nexport type AzureDataExplorerCredentialScan = AzureDataExplorerCredentialScanBase & Scan;\n\nexport interface AzureDataExplorerCredentialScanBase {\n properties?: AzureDataExplorerCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureDataExplorerCredentialScanPropertiesAutoGenerated = AzureDataExplorerCredentialScanPropertiesAutoGeneratedBase &\n AzureDataExplorerCredentialScanProperties;\n\nexport interface AzureDataExplorerCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureDataExplorerMsiScanProperties = AzureDataExplorerMsiScanPropertiesBase &\n ScanProperties;\n\nexport interface AzureDataExplorerMsiScanPropertiesBase {\n database?: string;\n}\n\nexport type AzureDataExplorerMsiScan = AzureDataExplorerMsiScanBase & Scan;\n\nexport interface AzureDataExplorerMsiScanBase {\n properties?: AzureDataExplorerMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureDataExplorerMsiScanPropertiesAutoGenerated = AzureDataExplorerMsiScanPropertiesAutoGeneratedBase &\n AzureDataExplorerMsiScanProperties;\n\nexport interface AzureDataExplorerMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureFileServiceCredentialScanProperties = AzureFileServiceCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AzureFileServiceCredentialScanPropertiesBase {\n credential?: AzureFileServiceCredentialScanPropertiesCredential;\n shareName?: string;\n}\n\nexport type AzureFileServiceCredentialScanPropertiesCredential = AzureFileServiceCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzureFileServiceCredentialScanPropertiesCredentialBase {}\n\nexport type AzureFileServiceCredentialScan = AzureFileServiceCredentialScanBase & Scan;\n\nexport interface AzureFileServiceCredentialScanBase {\n properties?: AzureFileServiceCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureFileServiceCredentialScanPropertiesAutoGenerated = AzureFileServiceCredentialScanPropertiesAutoGeneratedBase &\n AzureFileServiceCredentialScanProperties;\n\nexport interface AzureFileServiceCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlScanProperties = AzureSqlScanPropertiesBase & ScanProperties;\n\nexport interface AzureSqlScanPropertiesBase {\n serverEndpoint?: string;\n databaseName?: string;\n}\n\nexport type AzureSqlCredentialScanProperties = AzureSqlCredentialScanPropertiesBase &\n AzureSqlScanProperties;\n\nexport interface AzureSqlCredentialScanPropertiesBase {\n credential?: AzureSqlCredentialScanPropertiesCredential;\n}\n\nexport type AzureSqlCredentialScanPropertiesCredential = AzureSqlCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzureSqlCredentialScanPropertiesCredentialBase {}\n\nexport type AzureSqlDatabaseCredentialScanProperties = AzureSqlDatabaseCredentialScanPropertiesBase &\n AzureSqlCredentialScanProperties;\n\nexport interface AzureSqlDatabaseCredentialScanPropertiesBase {}\n\nexport type AzureSqlDatabaseCredentialScan = AzureSqlDatabaseCredentialScanBase & Scan;\n\nexport interface AzureSqlDatabaseCredentialScanBase {\n properties?: AzureSqlDatabaseCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDatabaseCredentialScanPropertiesAutoGenerated = AzureSqlDatabaseCredentialScanPropertiesAutoGeneratedBase &\n AzureSqlDatabaseCredentialScanProperties;\n\nexport interface AzureSqlDatabaseCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDatabaseMsiScanProperties = AzureSqlDatabaseMsiScanPropertiesBase &\n AzureSqlScanProperties;\n\nexport interface AzureSqlDatabaseMsiScanPropertiesBase {}\n\nexport type AzureSqlDatabaseMsiScan = AzureSqlDatabaseMsiScanBase & Scan;\n\nexport interface AzureSqlDatabaseMsiScanBase {\n properties?: AzureSqlDatabaseMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDatabaseMsiScanPropertiesAutoGenerated = AzureSqlDatabaseMsiScanPropertiesAutoGeneratedBase &\n AzureSqlDatabaseMsiScanProperties;\n\nexport interface AzureSqlDatabaseMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AmazonPostgreSqlCredentialScanProperties = AmazonPostgreSqlCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AmazonPostgreSqlCredentialScanPropertiesBase {\n credential?: AmazonPostgreSqlCredentialScanPropertiesCredential;\n serverEndpoint?: string;\n databaseName?: string;\n port?: string;\n}\n\nexport type AmazonPostgreSqlCredentialScanPropertiesCredential = AmazonPostgreSqlCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AmazonPostgreSqlCredentialScanPropertiesCredentialBase {}\n\nexport type AmazonPostgreSqlCredentialScan = AmazonPostgreSqlCredentialScanBase & Scan;\n\nexport interface AmazonPostgreSqlCredentialScanBase {\n properties?: AmazonPostgreSqlCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AmazonPostgreSqlCredentialScanPropertiesAutoGenerated = AmazonPostgreSqlCredentialScanPropertiesAutoGeneratedBase &\n AmazonPostgreSqlCredentialScanProperties;\n\nexport interface AmazonPostgreSqlCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzurePostgreSqlCredentialScanProperties = AzurePostgreSqlCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AzurePostgreSqlCredentialScanPropertiesBase {\n credential?: AzurePostgreSqlCredentialScanPropertiesCredential;\n serverEndpoint?: string;\n databaseName?: string;\n port?: number;\n sslMode?: number;\n}\n\nexport type AzurePostgreSqlCredentialScanPropertiesCredential = AzurePostgreSqlCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzurePostgreSqlCredentialScanPropertiesCredentialBase {}\n\nexport type AzurePostgreSqlCredentialScan = AzurePostgreSqlCredentialScanBase & Scan;\n\nexport interface AzurePostgreSqlCredentialScanBase {\n properties?: AzurePostgreSqlCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzurePostgreSqlCredentialScanPropertiesAutoGenerated = AzurePostgreSqlCredentialScanPropertiesAutoGeneratedBase &\n AzurePostgreSqlCredentialScanProperties;\n\nexport interface AzurePostgreSqlCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type SqlServerDatabaseCredentialScanProperties = SqlServerDatabaseCredentialScanPropertiesBase &\n AzureSqlCredentialScanProperties;\n\nexport interface SqlServerDatabaseCredentialScanPropertiesBase {}\n\nexport type SqlServerDatabaseCredentialScan = SqlServerDatabaseCredentialScanBase & Scan;\n\nexport interface SqlServerDatabaseCredentialScanBase {\n properties?: SqlServerDatabaseCredentialScanPropertiesAutoGenerated;\n}\n\nexport type SqlServerDatabaseCredentialScanPropertiesAutoGenerated = SqlServerDatabaseCredentialScanPropertiesAutoGeneratedBase &\n SqlServerDatabaseCredentialScanProperties;\n\nexport interface SqlServerDatabaseCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDatabaseManagedInstanceCredentialScanProperties = AzureSqlDatabaseManagedInstanceCredentialScanPropertiesBase &\n AzureSqlCredentialScanProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesBase {}\n\nexport type AzureSqlDatabaseManagedInstanceCredentialScan = AzureSqlDatabaseManagedInstanceCredentialScanBase &\n Scan;\n\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanBase {\n properties?: AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGenerated = AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGeneratedBase &\n AzureSqlDatabaseManagedInstanceCredentialScanProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDatabaseManagedInstanceMsiScanProperties = AzureSqlDatabaseManagedInstanceMsiScanPropertiesBase &\n AzureSqlScanProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesBase {}\n\nexport type AzureSqlDatabaseManagedInstanceMsiScan = AzureSqlDatabaseManagedInstanceMsiScanBase &\n Scan;\n\nexport interface AzureSqlDatabaseManagedInstanceMsiScanBase {\n properties?: AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGenerated = AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGeneratedBase &\n AzureSqlDatabaseManagedInstanceMsiScanProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDataWarehouseCredentialScanProperties = AzureSqlDataWarehouseCredentialScanPropertiesBase &\n AzureSqlCredentialScanProperties;\n\nexport interface AzureSqlDataWarehouseCredentialScanPropertiesBase {}\n\nexport type AzureSqlDataWarehouseCredentialScan = AzureSqlDataWarehouseCredentialScanBase & Scan;\n\nexport interface AzureSqlDataWarehouseCredentialScanBase {\n properties?: AzureSqlDataWarehouseCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDataWarehouseCredentialScanPropertiesAutoGenerated = AzureSqlDataWarehouseCredentialScanPropertiesAutoGeneratedBase &\n AzureSqlDataWarehouseCredentialScanProperties;\n\nexport interface AzureSqlDataWarehouseCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSqlDataWarehouseMsiScanProperties = AzureSqlDataWarehouseMsiScanPropertiesBase &\n AzureSqlScanProperties;\n\nexport interface AzureSqlDataWarehouseMsiScanPropertiesBase {}\n\nexport type AzureSqlDataWarehouseMsiScan = AzureSqlDataWarehouseMsiScanBase & Scan;\n\nexport interface AzureSqlDataWarehouseMsiScanBase {\n properties?: AzureSqlDataWarehouseMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureSqlDataWarehouseMsiScanPropertiesAutoGenerated = AzureSqlDataWarehouseMsiScanPropertiesAutoGeneratedBase &\n AzureSqlDataWarehouseMsiScanProperties;\n\nexport interface AzureSqlDataWarehouseMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureMySqlScanProperties = AzureMySqlScanPropertiesBase & ScanProperties;\n\nexport interface AzureMySqlScanPropertiesBase {\n serverEndpoint?: string;\n port?: number;\n databaseName?: string;\n credential?: AzureMySqlScanPropertiesCredential;\n}\n\nexport type AzureMySqlScanPropertiesCredential = AzureMySqlScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzureMySqlScanPropertiesCredentialBase {}\n\nexport type AzureMySqlCredentialScanProperties = AzureMySqlCredentialScanPropertiesBase &\n AzureMySqlScanProperties;\n\nexport interface AzureMySqlCredentialScanPropertiesBase {}\n\nexport type AzureMySqlCredentialScan = AzureMySqlCredentialScanBase & Scan;\n\nexport interface AzureMySqlCredentialScanBase {\n properties?: AzureMySqlCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureMySqlCredentialScanPropertiesAutoGenerated = AzureMySqlCredentialScanPropertiesAutoGeneratedBase &\n AzureMySqlCredentialScanProperties;\n\nexport interface AzureMySqlCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type MitiScanProperties = MitiScanPropertiesBase & ScanProperties;\n\nexport interface MitiScanPropertiesBase {\n maximumMemoryAllowedInGb?: string;\n mitiCache?: string;\n}\n\nexport type AzureStorageCredentialScanProperties = AzureStorageCredentialScanPropertiesBase &\n ScanProperties;\n\nexport interface AzureStorageCredentialScanPropertiesBase {\n credential?: AzureStorageCredentialScanPropertiesCredential;\n}\n\nexport type AzureStorageCredentialScanPropertiesCredential = AzureStorageCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface AzureStorageCredentialScanPropertiesCredentialBase {}\n\nexport type AzureStorageCredentialScan = AzureStorageCredentialScanBase & Scan;\n\nexport interface AzureStorageCredentialScanBase {\n properties?: AzureStorageCredentialScanPropertiesAutoGenerated;\n}\n\nexport type AzureStorageCredentialScanPropertiesAutoGenerated = AzureStorageCredentialScanPropertiesAutoGeneratedBase &\n AzureStorageCredentialScanProperties;\n\nexport interface AzureStorageCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type AzureStorageMsiScanProperties = AzureStorageMsiScanPropertiesBase & ScanProperties;\n\nexport interface AzureStorageMsiScanPropertiesBase {}\n\nexport type AzureStorageMsiScan = AzureStorageMsiScanBase & Scan;\n\nexport interface AzureStorageMsiScanBase {\n properties?: AzureStorageMsiScanPropertiesAutoGenerated;\n}\n\nexport type AzureStorageMsiScanPropertiesAutoGenerated = AzureStorageMsiScanPropertiesAutoGeneratedBase &\n AzureStorageMsiScanProperties;\n\nexport interface AzureStorageMsiScanPropertiesAutoGeneratedBase {}\n\nexport type TeradataCredentialScanProperties = TeradataCredentialScanPropertiesBase &\n MitiScanProperties;\n\nexport interface TeradataCredentialScanPropertiesBase {\n credential?: TeradataCredentialScanPropertiesCredential;\n schema?: string;\n driverLocation?: string;\n}\n\nexport type TeradataCredentialScanPropertiesCredential = TeradataCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface TeradataCredentialScanPropertiesCredentialBase {}\n\nexport type TeradataCredentialScan = TeradataCredentialScanBase & Scan;\n\nexport interface TeradataCredentialScanBase {\n properties?: TeradataCredentialScanPropertiesAutoGenerated;\n}\n\nexport type TeradataCredentialScanPropertiesAutoGenerated = TeradataCredentialScanPropertiesAutoGeneratedBase &\n TeradataCredentialScanProperties;\n\nexport interface TeradataCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type TeradataUserPassScanProperties = TeradataUserPassScanPropertiesBase & ScanProperties;\n\nexport interface TeradataUserPassScanPropertiesBase {\n username?: string;\n password?: string;\n}\n\nexport type TeradataUserPassScan = TeradataUserPassScanBase & Scan;\n\nexport interface TeradataUserPassScanBase {\n properties?: TeradataUserPassScanPropertiesAutoGenerated;\n}\n\nexport type TeradataUserPassScanPropertiesAutoGenerated = TeradataUserPassScanPropertiesAutoGeneratedBase &\n TeradataUserPassScanProperties;\n\nexport interface TeradataUserPassScanPropertiesAutoGeneratedBase {}\n\nexport type TeradataUserPassScanPropertiesAutoGenerated2 = TeradataUserPassScanPropertiesAutoGenerated2Base &\n MitiScanProperties;\n\nexport interface TeradataUserPassScanPropertiesAutoGenerated2Base {\n username?: string;\n password?: string;\n schema?: string;\n driverLocation?: string;\n}\n\nexport type TeradataUserPassScanAutoGenerated = TeradataUserPassScanAutoGeneratedBase & Scan;\n\nexport interface TeradataUserPassScanAutoGeneratedBase {\n properties?: TeradataUserPassScanPropertiesAutoGenerated3;\n}\n\nexport type TeradataUserPassScanPropertiesAutoGenerated3 = TeradataUserPassScanPropertiesAutoGenerated3Base &\n TeradataUserPassScanPropertiesAutoGenerated2;\n\nexport interface TeradataUserPassScanPropertiesAutoGenerated3Base {}\n\nexport type OracleCredentialScanProperties = OracleCredentialScanPropertiesBase &\n MitiScanProperties;\n\nexport interface OracleCredentialScanPropertiesBase {\n credential?: OracleCredentialScanPropertiesCredential;\n schema?: string;\n driverLocation?: string;\n}\n\nexport type OracleCredentialScanPropertiesCredential = OracleCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface OracleCredentialScanPropertiesCredentialBase {}\n\nexport type OracleCredentialScan = OracleCredentialScanBase & Scan;\n\nexport interface OracleCredentialScanBase {\n properties?: OracleCredentialScanPropertiesAutoGenerated;\n}\n\nexport type OracleCredentialScanPropertiesAutoGenerated = OracleCredentialScanPropertiesAutoGeneratedBase &\n OracleCredentialScanProperties;\n\nexport interface OracleCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type OracleUserPassScanProperties = OracleUserPassScanPropertiesBase & MitiScanProperties;\n\nexport interface OracleUserPassScanPropertiesBase {\n username?: string;\n password?: string;\n schema?: string;\n driverLocation?: string;\n}\n\nexport type OracleUserPassScan = OracleUserPassScanBase & Scan;\n\nexport interface OracleUserPassScanBase {\n properties?: OracleUserPassScanPropertiesAutoGenerated;\n}\n\nexport type OracleUserPassScanPropertiesAutoGenerated = OracleUserPassScanPropertiesAutoGeneratedBase &\n OracleUserPassScanProperties;\n\nexport interface OracleUserPassScanPropertiesAutoGeneratedBase {}\n\nexport type SapS4HanaSapS4HanaCredentialScanProperties = SapS4HanaSapS4HanaCredentialScanPropertiesBase &\n MitiScanProperties;\n\nexport interface SapS4HanaSapS4HanaCredentialScanPropertiesBase {\n clientId?: string;\n credential?: SapS4HanaSapS4HanaCredentialScanPropertiesCredential;\n jCoLibraryPath?: string;\n}\n\nexport type SapS4HanaSapS4HanaCredentialScanPropertiesCredential = SapS4HanaSapS4HanaCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface SapS4HanaSapS4HanaCredentialScanPropertiesCredentialBase {}\n\nexport type SapS4HanaSapS4HanaCredentialScan = SapS4HanaSapS4HanaCredentialScanBase & Scan;\n\nexport interface SapS4HanaSapS4HanaCredentialScanBase {\n properties?: SapS4HanaSapS4HanaCredentialScanPropertiesAutoGenerated;\n}\n\nexport type SapS4HanaSapS4HanaCredentialScanPropertiesAutoGenerated = SapS4HanaSapS4HanaCredentialScanPropertiesAutoGeneratedBase &\n SapS4HanaSapS4HanaCredentialScanProperties;\n\nexport interface SapS4HanaSapS4HanaCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type SapS4HanaSapS4HanaUserPassScanProperties = SapS4HanaSapS4HanaUserPassScanPropertiesBase &\n MitiScanProperties;\n\nexport interface SapS4HanaSapS4HanaUserPassScanPropertiesBase {\n clientId?: string;\n username?: string;\n password?: string;\n jCoLibraryPath?: string;\n}\n\nexport type SapS4HanaSapS4HanaUserPassScan = SapS4HanaSapS4HanaUserPassScanBase & Scan;\n\nexport interface SapS4HanaSapS4HanaUserPassScanBase {\n properties?: SapS4HanaSapS4HanaUserPassScanPropertiesAutoGenerated;\n}\n\nexport type SapS4HanaSapS4HanaUserPassScanPropertiesAutoGenerated = SapS4HanaSapS4HanaUserPassScanPropertiesAutoGeneratedBase &\n SapS4HanaSapS4HanaUserPassScanProperties;\n\nexport interface SapS4HanaSapS4HanaUserPassScanPropertiesAutoGeneratedBase {}\n\nexport type SapEccCredentialScanProperties = SapEccCredentialScanPropertiesBase &\n MitiScanProperties;\n\nexport interface SapEccCredentialScanPropertiesBase {\n clientId?: string;\n credential?: SapEccCredentialScanPropertiesCredential;\n jCoLibraryPath?: string;\n}\n\nexport type SapEccCredentialScanPropertiesCredential = SapEccCredentialScanPropertiesCredentialBase &\n CredentialReference;\n\nexport interface SapEccCredentialScanPropertiesCredentialBase {}\n\nexport type SapEccCredentialScan = SapEccCredentialScanBase & Scan;\n\nexport interface SapEccCredentialScanBase {\n properties?: SapEccCredentialScanPropertiesAutoGenerated;\n}\n\nexport type SapEccCredentialScanPropertiesAutoGenerated = SapEccCredentialScanPropertiesAutoGeneratedBase &\n SapEccCredentialScanProperties;\n\nexport interface SapEccCredentialScanPropertiesAutoGeneratedBase {}\n\nexport type SapEccUserPassScanProperties = SapEccUserPassScanPropertiesBase & MitiScanProperties;\n\nexport interface SapEccUserPassScanPropertiesBase {\n clientId?: string;\n username?: string;\n password?: string;\n jCoLibraryPath?: string;\n}\n\nexport type SapEccUserPassScan = SapEccUserPassScanBase & Scan;\n\nexport interface SapEccUserPassScanBase {\n properties?: SapEccUserPassScanPropertiesAutoGenerated;\n}\n\nexport type SapEccUserPassScanPropertiesAutoGenerated = SapEccUserPassScanPropertiesAutoGeneratedBase &\n SapEccUserPassScanProperties;\n\nexport interface SapEccUserPassScanPropertiesAutoGeneratedBase {}\n\nexport type PowerBIDelegatedScanProperties = PowerBIDelegatedScanPropertiesBase & ScanProperties;\n\nexport interface PowerBIDelegatedScanPropertiesBase {\n tenant?: string;\n authenticationType?: string;\n clientId?: string;\n userName?: string;\n password?: string;\n includePersonalWorkspaces?: boolean;\n}\n\nexport type PowerBIDelegatedScan = PowerBIDelegatedScanBase & Scan;\n\nexport interface PowerBIDelegatedScanBase {\n properties?: PowerBIDelegatedScanPropertiesAutoGenerated;\n}\n\nexport type PowerBIDelegatedScanPropertiesAutoGenerated = PowerBIDelegatedScanPropertiesAutoGeneratedBase &\n PowerBIDelegatedScanProperties;\n\nexport interface PowerBIDelegatedScanPropertiesAutoGeneratedBase {}\n\nexport type PowerBIMsiScanProperties = PowerBIMsiScanPropertiesBase & ScanProperties;\n\nexport interface PowerBIMsiScanPropertiesBase {\n includePersonalWorkspaces?: boolean;\n}\n\nexport type PowerBIMsiScan = PowerBIMsiScanBase & Scan;\n\nexport interface PowerBIMsiScanBase {\n properties?: PowerBIMsiScanPropertiesAutoGenerated;\n}\n\nexport type PowerBIMsiScanPropertiesAutoGenerated = PowerBIMsiScanPropertiesAutoGeneratedBase &\n PowerBIMsiScanProperties;\n\nexport interface PowerBIMsiScanPropertiesAutoGeneratedBase {}\n\nexport type AzureSubscriptionSystemScanRuleset = AzureSubscriptionSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureSubscriptionSystemScanRulesetBase {\n properties?: AzureSubscriptionSystemScanRulesetProperties;\n}\n\nexport type AzureSubscriptionSystemScanRulesetProperties = AzureSubscriptionSystemScanRulesetPropertiesBase &\n AzureSubscriptionScanRulesetProperties;\n\nexport interface AzureSubscriptionSystemScanRulesetPropertiesBase {}\n\nexport type AzureResourceGroupSystemScanRuleset = AzureResourceGroupSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureResourceGroupSystemScanRulesetBase {\n properties?: AzureResourceGroupSystemScanRulesetProperties;\n}\n\nexport type AzureResourceGroupSystemScanRulesetProperties = AzureResourceGroupSystemScanRulesetPropertiesBase &\n AzureResourceGroupScanRulesetProperties;\n\nexport interface AzureResourceGroupSystemScanRulesetPropertiesBase {}\n\nexport type AzureSynapseWorkspaceSystemScanRuleset = AzureSynapseWorkspaceSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureSynapseWorkspaceSystemScanRulesetBase {\n properties?: AzureSynapseWorkspaceSystemScanRulesetProperties;\n}\n\nexport type AzureSynapseWorkspaceSystemScanRulesetProperties = AzureSynapseWorkspaceSystemScanRulesetPropertiesBase &\n AzureSynapseWorkspaceScanRulesetProperties;\n\nexport interface AzureSynapseWorkspaceSystemScanRulesetPropertiesBase {}\n\nexport type AzureSynapseSystemScanRuleset = AzureSynapseSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AzureSynapseSystemScanRulesetBase {\n properties?: AzureSynapseSystemScanRulesetProperties;\n}\n\nexport type AzureSynapseSystemScanRulesetProperties = AzureSynapseSystemScanRulesetPropertiesBase &\n AzureSynapseScanRulesetProperties;\n\nexport interface AzureSynapseSystemScanRulesetPropertiesBase {}\n\nexport type AdlsGen1SystemScanRuleset = AdlsGen1SystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AdlsGen1SystemScanRulesetBase {\n properties?: AdlsGen1SystemScanRulesetProperties;\n}\n\nexport type AdlsGen1SystemScanRulesetProperties = AdlsGen1SystemScanRulesetPropertiesBase &\n AdlsGen1ScanRulesetProperties;\n\nexport interface AdlsGen1SystemScanRulesetPropertiesBase {}\n\nexport type AdlsGen2SystemScanRuleset = AdlsGen2SystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AdlsGen2SystemScanRulesetBase {\n properties?: AdlsGen2SystemScanRulesetProperties;\n}\n\nexport type AdlsGen2SystemScanRulesetProperties = AdlsGen2SystemScanRulesetPropertiesBase &\n AdlsGen2ScanRulesetProperties;\n\nexport interface AdlsGen2SystemScanRulesetPropertiesBase {}\n\nexport type AmazonAccountSystemScanRuleset = AmazonAccountSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AmazonAccountSystemScanRulesetBase {\n properties?: AmazonAccountSystemScanRulesetProperties;\n}\n\nexport type AmazonAccountSystemScanRulesetProperties = AmazonAccountSystemScanRulesetPropertiesBase &\n AmazonAccountScanRulesetProperties;\n\nexport interface AmazonAccountSystemScanRulesetPropertiesBase {}\n\nexport type AmazonS3SystemScanRuleset = AmazonS3SystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AmazonS3SystemScanRulesetBase {\n properties?: AmazonS3SystemScanRulesetProperties;\n}\n\nexport type AmazonS3SystemScanRulesetProperties = AmazonS3SystemScanRulesetPropertiesBase &\n AmazonS3ScanRulesetProperties;\n\nexport interface AmazonS3SystemScanRulesetPropertiesBase {}\n\nexport type AmazonSqlSystemScanRuleset = AmazonSqlSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AmazonSqlSystemScanRulesetBase {\n properties?: AmazonSqlSystemScanRulesetProperties;\n}\n\nexport type AmazonSqlSystemScanRulesetProperties = AmazonSqlSystemScanRulesetPropertiesBase &\n AmazonSqlScanRulesetProperties;\n\nexport interface AmazonSqlSystemScanRulesetPropertiesBase {}\n\nexport type AzureCosmosDbSystemScanRuleset = AzureCosmosDbSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AzureCosmosDbSystemScanRulesetBase {\n properties?: AzureCosmosDbSystemScanRulesetProperties;\n}\n\nexport type AzureCosmosDbSystemScanRulesetProperties = AzureCosmosDbSystemScanRulesetPropertiesBase &\n AzureCosmosDbScanRulesetProperties;\n\nexport interface AzureCosmosDbSystemScanRulesetPropertiesBase {}\n\nexport type AzureDataExplorerSystemScanRuleset = AzureDataExplorerSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureDataExplorerSystemScanRulesetBase {\n properties?: AzureDataExplorerSystemScanRulesetProperties;\n}\n\nexport type AzureDataExplorerSystemScanRulesetProperties = AzureDataExplorerSystemScanRulesetPropertiesBase &\n AzureDataExplorerScanRulesetProperties;\n\nexport interface AzureDataExplorerSystemScanRulesetPropertiesBase {}\n\nexport type AzureFileServiceSystemScanRuleset = AzureFileServiceSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureFileServiceSystemScanRulesetBase {\n properties?: AzureFileServiceSystemScanRulesetProperties;\n}\n\nexport type AzureFileServiceSystemScanRulesetProperties = AzureFileServiceSystemScanRulesetPropertiesBase &\n AzureFileServiceScanRulesetProperties;\n\nexport interface AzureFileServiceSystemScanRulesetPropertiesBase {}\n\nexport type AzureSqlDatabaseSystemScanRuleset = AzureSqlDatabaseSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureSqlDatabaseSystemScanRulesetBase {\n properties?: AzureSqlDatabaseSystemScanRulesetProperties;\n}\n\nexport type AzureSqlDatabaseSystemScanRulesetProperties = AzureSqlDatabaseSystemScanRulesetPropertiesBase &\n AzureSqlDatabaseScanRulesetProperties;\n\nexport interface AzureSqlDatabaseSystemScanRulesetPropertiesBase {}\n\nexport type AmazonPostgreSqlSystemScanRuleset = AmazonPostgreSqlSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AmazonPostgreSqlSystemScanRulesetBase {\n properties?: AmazonPostgreSqlSystemScanRulesetProperties;\n}\n\nexport type AmazonPostgreSqlSystemScanRulesetProperties = AmazonPostgreSqlSystemScanRulesetPropertiesBase &\n AmazonPostgreSqlScanRulesetProperties;\n\nexport interface AmazonPostgreSqlSystemScanRulesetPropertiesBase {}\n\nexport type AzurePostgreSqlSystemScanRuleset = AzurePostgreSqlSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzurePostgreSqlSystemScanRulesetBase {\n properties?: AzurePostgreSqlSystemScanRulesetProperties;\n}\n\nexport type AzurePostgreSqlSystemScanRulesetProperties = AzurePostgreSqlSystemScanRulesetPropertiesBase &\n AzurePostgreSqlScanRulesetProperties;\n\nexport interface AzurePostgreSqlSystemScanRulesetPropertiesBase {}\n\nexport type SqlServerDatabaseSystemScanRuleset = SqlServerDatabaseSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface SqlServerDatabaseSystemScanRulesetBase {\n properties?: SqlServerDatabaseSystemScanRulesetProperties;\n}\n\nexport type SqlServerDatabaseSystemScanRulesetProperties = SqlServerDatabaseSystemScanRulesetPropertiesBase &\n SqlServerDatabaseScanRulesetProperties;\n\nexport interface SqlServerDatabaseSystemScanRulesetPropertiesBase {}\n\nexport type AzureSqlDatabaseManagedInstanceSystemScanRuleset = AzureSqlDatabaseManagedInstanceSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureSqlDatabaseManagedInstanceSystemScanRulesetBase {\n properties?: AzureSqlDatabaseManagedInstanceSystemScanRulesetProperties;\n}\n\nexport type AzureSqlDatabaseManagedInstanceSystemScanRulesetProperties = AzureSqlDatabaseManagedInstanceSystemScanRulesetPropertiesBase &\n AzureSqlDatabaseManagedInstanceScanRulesetProperties;\n\nexport interface AzureSqlDatabaseManagedInstanceSystemScanRulesetPropertiesBase {}\n\nexport type AzureSqlDataWarehouseSystemScanRuleset = AzureSqlDataWarehouseSystemScanRulesetBase &\n SystemScanRuleset;\n\nexport interface AzureSqlDataWarehouseSystemScanRulesetBase {\n properties?: AzureSqlDataWarehouseSystemScanRulesetProperties;\n}\n\nexport type AzureSqlDataWarehouseSystemScanRulesetProperties = AzureSqlDataWarehouseSystemScanRulesetPropertiesBase &\n AzureSqlDataWarehouseScanRulesetProperties;\n\nexport interface AzureSqlDataWarehouseSystemScanRulesetPropertiesBase {}\n\nexport type AzureMySqlSystemScanRuleset = AzureMySqlSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AzureMySqlSystemScanRulesetBase {\n properties?: AzureMySqlSystemScanRulesetProperties;\n}\n\nexport type AzureMySqlSystemScanRulesetProperties = AzureMySqlSystemScanRulesetPropertiesBase &\n AzureMySqlScanRulesetProperties;\n\nexport interface AzureMySqlSystemScanRulesetPropertiesBase {}\n\nexport type AzureStorageSystemScanRuleset = AzureStorageSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface AzureStorageSystemScanRulesetBase {\n properties?: AzureStorageSystemScanRulesetProperties;\n}\n\nexport type AzureStorageSystemScanRulesetProperties = AzureStorageSystemScanRulesetPropertiesBase &\n AzureStorageScanRulesetProperties;\n\nexport interface AzureStorageSystemScanRulesetPropertiesBase {}\n\nexport type TeradataSystemScanRuleset = TeradataSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface TeradataSystemScanRulesetBase {\n properties?: TeradataSystemScanRulesetProperties;\n}\n\nexport type TeradataSystemScanRulesetProperties = TeradataSystemScanRulesetPropertiesBase &\n TeradataScanRulesetProperties;\n\nexport interface TeradataSystemScanRulesetPropertiesBase {}\n\nexport type OracleSystemScanRuleset = OracleSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface OracleSystemScanRulesetBase {\n properties?: OracleSystemScanRulesetProperties;\n}\n\nexport type OracleSystemScanRulesetProperties = OracleSystemScanRulesetPropertiesBase &\n OracleScanRulesetProperties;\n\nexport interface OracleSystemScanRulesetPropertiesBase {}\n\nexport type SapS4HanaSystemScanRuleset = SapS4HanaSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface SapS4HanaSystemScanRulesetBase {\n properties?: SapS4HanaSystemScanRulesetProperties;\n}\n\nexport type SapS4HanaSystemScanRulesetProperties = SapS4HanaSystemScanRulesetPropertiesBase &\n SapS4HanaScanRulesetProperties;\n\nexport interface SapS4HanaSystemScanRulesetPropertiesBase {}\n\nexport type SapEccSystemScanRuleset = SapEccSystemScanRulesetBase & SystemScanRuleset;\n\nexport interface SapEccSystemScanRulesetBase {\n properties?: SapEccSystemScanRulesetProperties;\n}\n\nexport type SapEccSystemScanRulesetProperties = SapEccSystemScanRulesetPropertiesBase &\n SapEccScanRulesetProperties;\n\nexport interface SapEccSystemScanRulesetPropertiesBase {}\n\nexport type PowerBISystemScanRuleset = PowerBISystemScanRulesetBase & SystemScanRuleset;\n\nexport interface PowerBISystemScanRulesetBase {\n properties?: PowerBISystemScanRulesetProperties;\n}\n\nexport type PowerBISystemScanRulesetProperties = PowerBISystemScanRulesetPropertiesBase &\n PowerBIScanRulesetProperties;\n\nexport interface PowerBISystemScanRulesetPropertiesBase {}\n\nexport type ClassificationRuleType = \"System\" | \"Custom\";\nexport type ClassificationAction = \"Keep\" | \"Delete\";\nexport type OperationStatus =\n | \"Accepted\"\n | \"InProgress\"\n | \"TransientFailure\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\";\nexport type DataSourceType =\n | \"None\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\nexport type ScanAuthorizationType =\n | \"AzureSubscriptionCredential\"\n | \"AzureSubscriptionMsi\"\n | \"AzureResourceGroupCredential\"\n | \"AzureResourceGroupMsi\"\n | \"AzureSynapseWorkspaceCredential\"\n | \"AzureSynapseWorkspaceMsi\"\n | \"AzureSynapseCredential\"\n | \"AzureSynapseMsi\"\n | \"AdlsGen1Credential\"\n | \"AdlsGen1Msi\"\n | \"AdlsGen2Credential\"\n | \"AdlsGen2Msi\"\n | \"AmazonAccountCredential\"\n | \"AmazonS3Credential\"\n | \"AmazonS3RoleARN\"\n | \"AmazonSqlCredential\"\n | \"AzureCosmosDbCredential\"\n | \"AzureDataExplorerCredential\"\n | \"AzureDataExplorerMsi\"\n | \"AzureFileServiceCredential\"\n | \"AzureSqlDatabaseCredential\"\n | \"AzureSqlDatabaseMsi\"\n | \"AmazonPostgreSqlCredential\"\n | \"AzurePostgreSqlCredential\"\n | \"SqlServerDatabaseCredential\"\n | \"AzureSqlDatabaseManagedInstanceCredential\"\n | \"AzureSqlDatabaseManagedInstanceMsi\"\n | \"AzureSqlDataWarehouseCredential\"\n | \"AzureSqlDataWarehouseMsi\"\n | \"AzureMySqlCredential\"\n | \"AzureStorageCredential\"\n | \"AzureStorageMsi\"\n | \"TeradataTeradataCredential\"\n | \"TeradataTeradataUserPass\"\n | \"TeradataUserPass\"\n | \"OracleOracleCredential\"\n | \"OracleOracleUserPass\"\n | \"SapS4HanaSapS4HanaCredential\"\n | \"SapS4HanaSapS4HanaUserPass\"\n | \"SapEccSapEccCredential\"\n | \"SapEccSapEccUserPass\"\n | \"PowerBIDelegated\"\n | \"PowerBIMsi\";\nexport type ScanRulesetType = \"Custom\" | \"System\";\nexport type ScanLevelType = \"Full\" | \"Incremental\";\nexport type ScanRulesetStatus = \"Enabled\" | \"Disabled\";\nexport type TriggerFrequency = \"Week\" | \"Month\";\nexport type DaysOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\nexport type DayOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\nexport type ClassificationRuleStatus = \"Enabled\" | \"Disabled\";\nexport type ClassificationRulePatternType = \"Regex\";\nexport type FileExtensionsType =\n | \"AVRO\"\n | \"ORC\"\n | \"PARQUET\"\n | \"JSON\"\n | \"TXT\"\n | \"XML\"\n | \"Documents\"\n | \"CSV\"\n | \"PSV\"\n | \"SSV\"\n | \"TSV\"\n | \"GZ\"\n | \"DOC\"\n | \"DOCM\"\n | \"DOCX\"\n | \"DOT\"\n | \"ODP\"\n | \"ODS\"\n | \"ODT\"\n | \"PDF\"\n | \"POT\"\n | \"PPS\"\n | \"PPSX\"\n | \"PPT\"\n | \"PPTM\"\n | \"PPTX\"\n | \"XLC\"\n | \"XLS\"\n | \"XLSB\"\n | \"XLSM\"\n | \"XLSX\"\n | \"XLT\";\nexport type CredentialType =\n | \"AccountKey\"\n | \"ServicePrincipal\"\n | \"BasicAuth\"\n | \"SqlAuth\"\n | \"AmazonARN\";\nexport type ScanDiagnosticsExceptionCountMapDictionary = Record<string, number>;\nexport type RecurrenceScheduleAdditionalPropertiesDictionary = Record<string, any>;\nexport type RecurrenceScheduleOccurrenceAdditionalPropertiesDictionary = Record<string, any>;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { RequestParameters } from \"@azure-rest/core-client\";\nimport {\n AzureKeyVault,\n ClassificationRule,\n ClassificationAction,\n DataSource,\n Filter,\n Scan,\n ScanLevelType,\n ScanRuleset,\n DataSourceType,\n Trigger,\n} from \"./models\";\n\nexport type KeyVaultConnectionsGetParameters = RequestParameters;\n\nexport interface KeyVaultConnectionsCreateBodyParam {\n body: AzureKeyVault;\n}\n\nexport type KeyVaultConnectionsCreateParameters = RequestParameters &\n KeyVaultConnectionsCreateBodyParam;\nexport type KeyVaultConnectionsDeleteParameters = RequestParameters;\nexport type KeyVaultConnectionsListAllParameters = RequestParameters;\nexport type ClassificationRulesGetParameters = RequestParameters;\n\nexport interface ClassificationRulesCreateOrUpdateBodyParam {\n body?: ClassificationRule;\n}\n\nexport type ClassificationRulesCreateOrUpdateParameters = RequestParameters &\n ClassificationRulesCreateOrUpdateBodyParam;\nexport type ClassificationRulesDeleteParameters = RequestParameters;\nexport type ClassificationRulesListAllParameters = RequestParameters;\nexport type ClassificationRulesListVersionsByClassificationRuleNameParameters = RequestParameters;\n\nexport interface ClassificationRulesTagClassificationVersionQueryParamProperties {\n action: ClassificationAction;\n}\n\nexport interface ClassificationRulesTagClassificationVersionQueryParam {\n queryParameters: ClassificationRulesTagClassificationVersionQueryParamProperties;\n}\n\nexport type ClassificationRulesTagClassificationVersionParameters = RequestParameters &\n ClassificationRulesTagClassificationVersionQueryParam;\n\nexport interface DataSourcesCreateOrUpdateBodyParam {\n body?: DataSource;\n}\n\nexport type DataSourcesCreateOrUpdateParameters = RequestParameters &\n DataSourcesCreateOrUpdateBodyParam;\nexport type DataSourcesGetParameters = RequestParameters;\nexport type DataSourcesDeleteParameters = RequestParameters;\nexport type DataSourcesListAllParameters = RequestParameters;\nexport type FiltersGetParameters = RequestParameters;\n\nexport interface FiltersCreateOrUpdateBodyParam {\n body?: Filter;\n}\n\nexport type FiltersCreateOrUpdateParameters = RequestParameters & FiltersCreateOrUpdateBodyParam;\n\nexport interface ScansCreateOrUpdateBodyParam {\n body: Scan;\n}\n\nexport type ScansCreateOrUpdateParameters = RequestParameters & ScansCreateOrUpdateBodyParam;\nexport type ScansGetParameters = RequestParameters;\nexport type ScansDeleteParameters = RequestParameters;\nexport type ScansListByDataSourceParameters = RequestParameters;\n\nexport interface ScanResultRunScanQueryParamProperties {\n scanLevel?: ScanLevelType;\n}\n\nexport interface ScanResultRunScanQueryParam {\n queryParameters?: ScanResultRunScanQueryParamProperties;\n}\n\nexport type ScanResultRunScanParameters = RequestParameters & ScanResultRunScanQueryParam;\nexport type ScanResultCancelScanParameters = RequestParameters;\nexport type ScanResultListScanHistoryParameters = RequestParameters;\nexport type ScanRulesetsGetParameters = RequestParameters;\n\nexport interface ScanRulesetsCreateOrUpdateBodyParam {\n body?: ScanRuleset;\n}\n\nexport type ScanRulesetsCreateOrUpdateParameters = RequestParameters &\n ScanRulesetsCreateOrUpdateBodyParam;\nexport type ScanRulesetsDeleteParameters = RequestParameters;\nexport type ScanRulesetsListAllParameters = RequestParameters;\nexport type SystemScanRulesetsListAllParameters = RequestParameters;\nexport type SystemScanRulesetsGetParameters = RequestParameters;\n\nexport interface SystemScanRulesetsGetByVersionQueryParamProperties {\n dataSourceType?: DataSourceType;\n}\n\nexport interface SystemScanRulesetsGetByVersionQueryParam {\n queryParameters?: SystemScanRulesetsGetByVersionQueryParamProperties;\n}\n\nexport type SystemScanRulesetsGetByVersionParameters = RequestParameters &\n SystemScanRulesetsGetByVersionQueryParam;\n\nexport interface SystemScanRulesetsGetLatestQueryParamProperties {\n dataSourceType?: DataSourceType;\n}\n\nexport interface SystemScanRulesetsGetLatestQueryParam {\n queryParameters?: SystemScanRulesetsGetLatestQueryParamProperties;\n}\n\nexport type SystemScanRulesetsGetLatestParameters = RequestParameters &\n SystemScanRulesetsGetLatestQueryParam;\n\nexport interface SystemScanRulesetsListVersionsByDataSourceQueryParamProperties {\n dataSourceType?: DataSourceType;\n}\n\nexport interface SystemScanRulesetsListVersionsByDataSourceQueryParam {\n queryParameters?: SystemScanRulesetsListVersionsByDataSourceQueryParamProperties;\n}\n\nexport type SystemScanRulesetsListVersionsByDataSourceParameters = RequestParameters &\n SystemScanRulesetsListVersionsByDataSourceQueryParam;\nexport type TriggersGetTriggerParameters = RequestParameters;\n\nexport interface TriggersCreateTriggerBodyParam {\n body: Trigger;\n}\n\nexport type TriggersCreateTriggerParameters = RequestParameters & TriggersCreateTriggerBodyParam;\nexport type TriggersDeleteTriggerParameters = RequestParameters;\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT license.
|
|
3
|
-
import { getClient } from "@azure-rest/core-client";
|
|
4
|
-
export default function PurviewScanning(Endpoint, credentials, options = {}) {
|
|
5
|
-
var _a, _b;
|
|
6
|
-
const baseUrl = (_a = options.baseUrl) !== null && _a !== void 0 ? _a : `${Endpoint}`;
|
|
7
|
-
options.apiVersion = (_b = options.apiVersion) !== null && _b !== void 0 ? _b : "2018-12-01-preview";
|
|
8
|
-
options = Object.assign(Object.assign({}, options), { credentials: {
|
|
9
|
-
scopes: ["https://purview.azure.net/.default"],
|
|
10
|
-
} });
|
|
11
|
-
return getClient(baseUrl, credentials, options);
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=purviewScanning.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"purviewScanning.js","sourceRoot":"","sources":["../../src/purviewScanning.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA2HlC,OAAO,EAAE,SAAS,EAAyB,MAAM,yBAAyB,CAAC;AA4V3E,MAAM,CAAC,OAAO,UAAU,eAAe,CACrC,QAAgB,EAChB,WAA4B,EAC5B,UAAyB,EAAE;;IAE3B,MAAM,OAAO,GAAG,MAAA,OAAO,CAAC,OAAO,mCAAI,GAAG,QAAQ,EAAE,CAAC;IACjD,OAAO,CAAC,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,oBAAoB,CAAC;IAChE,OAAO,mCACF,OAAO,KACV,WAAW,EAAE;YACX,MAAM,EAAE,CAAC,oCAAoC,CAAC;SAC/C,GACF,CAAC;IAEF,OAAO,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,CAA8B,CAAC;AAC/E,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n KeyVaultConnectionsGetParameters,\n KeyVaultConnectionsCreateParameters,\n KeyVaultConnectionsDeleteParameters,\n KeyVaultConnectionsListAllParameters,\n ClassificationRulesGetParameters,\n ClassificationRulesCreateOrUpdateParameters,\n ClassificationRulesDeleteParameters,\n ClassificationRulesListAllParameters,\n ClassificationRulesListVersionsByClassificationRuleNameParameters,\n ClassificationRulesTagClassificationVersionParameters,\n DataSourcesCreateOrUpdateParameters,\n DataSourcesGetParameters,\n DataSourcesDeleteParameters,\n DataSourcesListAllParameters,\n FiltersGetParameters,\n FiltersCreateOrUpdateParameters,\n ScansCreateOrUpdateParameters,\n ScansGetParameters,\n ScansDeleteParameters,\n ScansListByDataSourceParameters,\n ScanResultRunScanParameters,\n ScanResultCancelScanParameters,\n ScanResultListScanHistoryParameters,\n ScanRulesetsGetParameters,\n ScanRulesetsCreateOrUpdateParameters,\n ScanRulesetsDeleteParameters,\n ScanRulesetsListAllParameters,\n SystemScanRulesetsListAllParameters,\n SystemScanRulesetsGetParameters,\n SystemScanRulesetsGetByVersionParameters,\n SystemScanRulesetsGetLatestParameters,\n SystemScanRulesetsListVersionsByDataSourceParameters,\n TriggersGetTriggerParameters,\n TriggersCreateTriggerParameters,\n TriggersDeleteTriggerParameters,\n} from \"./parameters\";\nimport {\n KeyVaultConnectionsGet200Response,\n KeyVaultConnectionsGetdefaultResponse,\n KeyVaultConnectionsCreate200Response,\n KeyVaultConnectionsCreatedefaultResponse,\n KeyVaultConnectionsDelete200Response,\n KeyVaultConnectionsDelete204Response,\n KeyVaultConnectionsDeletedefaultResponse,\n KeyVaultConnectionsListAll200Response,\n KeyVaultConnectionsListAlldefaultResponse,\n ClassificationRulesGet200Response,\n ClassificationRulesGetdefaultResponse,\n ClassificationRulesCreateOrUpdate200Response,\n ClassificationRulesCreateOrUpdate201Response,\n ClassificationRulesCreateOrUpdatedefaultResponse,\n ClassificationRulesDelete200Response,\n ClassificationRulesDelete204Response,\n ClassificationRulesDeletedefaultResponse,\n ClassificationRulesListAll200Response,\n ClassificationRulesListAlldefaultResponse,\n ClassificationRulesListVersionsByClassificationRuleName200Response,\n ClassificationRulesListVersionsByClassificationRuleNamedefaultResponse,\n ClassificationRulesTagClassificationVersion202Response,\n ClassificationRulesTagClassificationVersiondefaultResponse,\n DataSourcesCreateOrUpdate200Response,\n DataSourcesCreateOrUpdate201Response,\n DataSourcesCreateOrUpdatedefaultResponse,\n DataSourcesGet200Response,\n DataSourcesGetdefaultResponse,\n DataSourcesDelete200Response,\n DataSourcesDelete204Response,\n DataSourcesDeletedefaultResponse,\n DataSourcesListAll200Response,\n DataSourcesListAlldefaultResponse,\n FiltersGet200Response,\n FiltersGetdefaultResponse,\n FiltersCreateOrUpdate200Response,\n FiltersCreateOrUpdate201Response,\n FiltersCreateOrUpdatedefaultResponse,\n ScansCreateOrUpdate200Response,\n ScansCreateOrUpdate201Response,\n ScansCreateOrUpdatedefaultResponse,\n ScansGet200Response,\n ScansGetdefaultResponse,\n ScansDelete200Response,\n ScansDelete204Response,\n ScansDeletedefaultResponse,\n ScansListByDataSource200Response,\n ScansListByDataSourcedefaultResponse,\n ScanResultRunScan202Response,\n ScanResultRunScandefaultResponse,\n ScanResultCancelScan202Response,\n ScanResultCancelScandefaultResponse,\n ScanResultListScanHistory200Response,\n ScanResultListScanHistorydefaultResponse,\n ScanRulesetsGet200Response,\n ScanRulesetsGetdefaultResponse,\n ScanRulesetsCreateOrUpdate200Response,\n ScanRulesetsCreateOrUpdate201Response,\n ScanRulesetsCreateOrUpdatedefaultResponse,\n ScanRulesetsDelete200Response,\n ScanRulesetsDelete204Response,\n ScanRulesetsDeletedefaultResponse,\n ScanRulesetsListAll200Response,\n ScanRulesetsListAlldefaultResponse,\n SystemScanRulesetsListAll200Response,\n SystemScanRulesetsListAlldefaultResponse,\n SystemScanRulesetsGet200Response,\n SystemScanRulesetsGetdefaultResponse,\n SystemScanRulesetsGetByVersion200Response,\n SystemScanRulesetsGetByVersiondefaultResponse,\n SystemScanRulesetsGetLatest200Response,\n SystemScanRulesetsGetLatestdefaultResponse,\n SystemScanRulesetsListVersionsByDataSource200Response,\n SystemScanRulesetsListVersionsByDataSourcedefaultResponse,\n TriggersGetTrigger200Response,\n TriggersGetTriggerdefaultResponse,\n TriggersCreateTrigger200Response,\n TriggersCreateTrigger201Response,\n TriggersCreateTriggerdefaultResponse,\n TriggersDeleteTrigger200Response,\n TriggersDeleteTrigger204Response,\n TriggersDeleteTriggerdefaultResponse,\n} from \"./responses\";\nimport { getClient, ClientOptions, Client } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport interface KeyVaultConnectionsDelete {\n /** Gets key vault information */\n get(\n options?: KeyVaultConnectionsGetParameters\n ): Promise<KeyVaultConnectionsGet200Response | KeyVaultConnectionsGetdefaultResponse>;\n /** Creates an instance of a key vault connection */\n put(\n options: KeyVaultConnectionsCreateParameters\n ): Promise<KeyVaultConnectionsCreate200Response | KeyVaultConnectionsCreatedefaultResponse>;\n /** Deletes the key vault connection associated with the account */\n delete(\n options?: KeyVaultConnectionsDeleteParameters\n ): Promise<\n | KeyVaultConnectionsDelete200Response\n | KeyVaultConnectionsDelete204Response\n | KeyVaultConnectionsDeletedefaultResponse\n >;\n}\n\nexport interface KeyVaultConnectionsListAll {\n /** List key vault connections in account */\n get(\n options?: KeyVaultConnectionsListAllParameters\n ): Promise<KeyVaultConnectionsListAll200Response | KeyVaultConnectionsListAlldefaultResponse>;\n}\n\nexport interface ClassificationRulesDelete {\n /** Get a classification rule */\n get(\n options?: ClassificationRulesGetParameters\n ): Promise<ClassificationRulesGet200Response | ClassificationRulesGetdefaultResponse>;\n /** Creates or Updates a classification rule */\n put(\n options?: ClassificationRulesCreateOrUpdateParameters\n ): Promise<\n | ClassificationRulesCreateOrUpdate200Response\n | ClassificationRulesCreateOrUpdate201Response\n | ClassificationRulesCreateOrUpdatedefaultResponse\n >;\n /** Deletes a classification rule */\n delete(\n options?: ClassificationRulesDeleteParameters\n ): Promise<\n | ClassificationRulesDelete200Response\n | ClassificationRulesDelete204Response\n | ClassificationRulesDeletedefaultResponse\n >;\n}\n\nexport interface ClassificationRulesListAll {\n /** List classification rules in Account */\n get(\n options?: ClassificationRulesListAllParameters\n ): Promise<ClassificationRulesListAll200Response | ClassificationRulesListAlldefaultResponse>;\n}\n\nexport interface ClassificationRulesListVersionsByClassificationRuleName {\n /** Lists the rule versions of a classification rule */\n get(\n options?: ClassificationRulesListVersionsByClassificationRuleNameParameters\n ): Promise<\n | ClassificationRulesListVersionsByClassificationRuleName200Response\n | ClassificationRulesListVersionsByClassificationRuleNamedefaultResponse\n >;\n}\n\nexport interface ClassificationRulesTagClassificationVersion {\n /** Sets Classification Action on a specific classification rule version. */\n post(\n options?: ClassificationRulesTagClassificationVersionParameters\n ): Promise<\n | ClassificationRulesTagClassificationVersion202Response\n | ClassificationRulesTagClassificationVersiondefaultResponse\n >;\n}\n\nexport interface DataSourcesDelete {\n /** Creates or Updates a data source */\n put(\n options?: DataSourcesCreateOrUpdateParameters\n ): Promise<\n | DataSourcesCreateOrUpdate200Response\n | DataSourcesCreateOrUpdate201Response\n | DataSourcesCreateOrUpdatedefaultResponse\n >;\n /** Get a data source */\n get(\n options?: DataSourcesGetParameters\n ): Promise<DataSourcesGet200Response | DataSourcesGetdefaultResponse>;\n /** Deletes a data source */\n delete(\n options?: DataSourcesDeleteParameters\n ): Promise<\n DataSourcesDelete200Response | DataSourcesDelete204Response | DataSourcesDeletedefaultResponse\n >;\n}\n\nexport interface DataSourcesListAll {\n /** List data sources in Data catalog */\n get(\n options?: DataSourcesListAllParameters\n ): Promise<DataSourcesListAll200Response | DataSourcesListAlldefaultResponse>;\n}\n\nexport interface FiltersCreateOrUpdate {\n /** Get a filter */\n get(options?: FiltersGetParameters): Promise<FiltersGet200Response | FiltersGetdefaultResponse>;\n /** Creates or updates a filter */\n put(\n options?: FiltersCreateOrUpdateParameters\n ): Promise<\n | FiltersCreateOrUpdate200Response\n | FiltersCreateOrUpdate201Response\n | FiltersCreateOrUpdatedefaultResponse\n >;\n}\n\nexport interface ScansDelete {\n /** Creates an instance of a scan */\n put(\n options: ScansCreateOrUpdateParameters\n ): Promise<\n | ScansCreateOrUpdate200Response\n | ScansCreateOrUpdate201Response\n | ScansCreateOrUpdatedefaultResponse\n >;\n /** Gets a scan information */\n get(options?: ScansGetParameters): Promise<ScansGet200Response | ScansGetdefaultResponse>;\n /** Deletes the scan associated with the data source */\n delete(\n options?: ScansDeleteParameters\n ): Promise<ScansDelete200Response | ScansDelete204Response | ScansDeletedefaultResponse>;\n}\n\nexport interface ScansListByDataSource {\n /** List scans in data source */\n get(\n options?: ScansListByDataSourceParameters\n ): Promise<ScansListByDataSource200Response | ScansListByDataSourcedefaultResponse>;\n}\n\nexport interface ScanResultRunScan {\n /** Runs the scan */\n put(\n options?: ScanResultRunScanParameters\n ): Promise<ScanResultRunScan202Response | ScanResultRunScandefaultResponse>;\n}\n\nexport interface ScanResultCancelScan {\n /** Cancels a scan */\n post(\n options?: ScanResultCancelScanParameters\n ): Promise<ScanResultCancelScan202Response | ScanResultCancelScandefaultResponse>;\n}\n\nexport interface ScanResultListScanHistory {\n /** Lists the scan history of a scan */\n get(\n options?: ScanResultListScanHistoryParameters\n ): Promise<ScanResultListScanHistory200Response | ScanResultListScanHistorydefaultResponse>;\n}\n\nexport interface ScanRulesetsDelete {\n /** Get a scan ruleset */\n get(\n options?: ScanRulesetsGetParameters\n ): Promise<ScanRulesetsGet200Response | ScanRulesetsGetdefaultResponse>;\n /** Creates or Updates a scan ruleset */\n put(\n options?: ScanRulesetsCreateOrUpdateParameters\n ): Promise<\n | ScanRulesetsCreateOrUpdate200Response\n | ScanRulesetsCreateOrUpdate201Response\n | ScanRulesetsCreateOrUpdatedefaultResponse\n >;\n /** Deletes a scan ruleset */\n delete(\n options?: ScanRulesetsDeleteParameters\n ): Promise<\n | ScanRulesetsDelete200Response\n | ScanRulesetsDelete204Response\n | ScanRulesetsDeletedefaultResponse\n >;\n}\n\nexport interface ScanRulesetsListAll {\n /** List scan rulesets in Data catalog */\n get(\n options?: ScanRulesetsListAllParameters\n ): Promise<ScanRulesetsListAll200Response | ScanRulesetsListAlldefaultResponse>;\n}\n\nexport interface SystemScanRulesetsListAll {\n /** List all system scan rulesets for an account */\n get(\n options?: SystemScanRulesetsListAllParameters\n ): Promise<SystemScanRulesetsListAll200Response | SystemScanRulesetsListAlldefaultResponse>;\n}\n\nexport interface SystemScanRulesetsGet {\n /** Get a system scan ruleset for a data source */\n get(\n options?: SystemScanRulesetsGetParameters\n ): Promise<SystemScanRulesetsGet200Response | SystemScanRulesetsGetdefaultResponse>;\n}\n\nexport interface SystemScanRulesetsGetByVersion {\n /** Get a scan ruleset by version */\n get(\n options?: SystemScanRulesetsGetByVersionParameters\n ): Promise<\n SystemScanRulesetsGetByVersion200Response | SystemScanRulesetsGetByVersiondefaultResponse\n >;\n}\n\nexport interface SystemScanRulesetsGetLatest {\n /** Get the latest version of a system scan ruleset */\n get(\n options?: SystemScanRulesetsGetLatestParameters\n ): Promise<SystemScanRulesetsGetLatest200Response | SystemScanRulesetsGetLatestdefaultResponse>;\n}\n\nexport interface SystemScanRulesetsListVersionsByDataSource {\n /** List system scan ruleset versions in Data catalog */\n get(\n options?: SystemScanRulesetsListVersionsByDataSourceParameters\n ): Promise<\n | SystemScanRulesetsListVersionsByDataSource200Response\n | SystemScanRulesetsListVersionsByDataSourcedefaultResponse\n >;\n}\n\nexport interface TriggersDeleteTrigger {\n /** Gets trigger information */\n get(\n options?: TriggersGetTriggerParameters\n ): Promise<TriggersGetTrigger200Response | TriggersGetTriggerdefaultResponse>;\n /** Creates an instance of a trigger */\n put(\n options: TriggersCreateTriggerParameters\n ): Promise<\n | TriggersCreateTrigger200Response\n | TriggersCreateTrigger201Response\n | TriggersCreateTriggerdefaultResponse\n >;\n /** Deletes the trigger associated with the scan */\n delete(\n options?: TriggersDeleteTriggerParameters\n ): Promise<\n | TriggersDeleteTrigger200Response\n | TriggersDeleteTrigger204Response\n | TriggersDeleteTriggerdefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/azureKeyVaults/\\{keyVaultName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/azureKeyVaults/{keyVaultName}\", keyVaultName: string): KeyVaultConnectionsDelete;\n /** Resource for '/azureKeyVaults' has methods for the following verbs: get */\n (path: \"/azureKeyVaults\"): KeyVaultConnectionsListAll;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/classificationrules/{classificationRuleName}\",\n classificationRuleName: string\n ): ClassificationRulesDelete;\n /** Resource for '/classificationrules' has methods for the following verbs: get */\n (path: \"/classificationrules\"): ClassificationRulesListAll;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/classificationrules/{classificationRuleName}/versions\",\n classificationRuleName: string\n ): ClassificationRulesListVersionsByClassificationRuleName;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}/versions/\\{classificationRuleVersion\\}/:tag' has methods for the following verbs: post */\n (\n path: \"/classificationrules/{classificationRuleName}/versions/{classificationRuleVersion}/:tag\",\n classificationRuleName: string,\n classificationRuleVersion: string\n ): ClassificationRulesTagClassificationVersion;\n /** Resource for '/datasources/\\{dataSourceName\\}' has methods for the following verbs: put, get, delete */\n (path: \"/datasources/{dataSourceName}\", dataSourceName: string): DataSourcesDelete;\n /** Resource for '/datasources' has methods for the following verbs: get */\n (path: \"/datasources\"): DataSourcesListAll;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/filters/custom' has methods for the following verbs: get, put */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/filters/custom\",\n dataSourceName: string,\n scanName: string\n ): FiltersCreateOrUpdate;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}' has methods for the following verbs: put, get, delete */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}\",\n dataSourceName: string,\n scanName: string\n ): ScansDelete;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans' has methods for the following verbs: get */\n (path: \"/datasources/{dataSourceName}/scans\", dataSourceName: string): ScansListByDataSource;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs/\\{runId\\}' has methods for the following verbs: put */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}\",\n dataSourceName: string,\n scanName: string,\n runId: string\n ): ScanResultRunScan;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs/\\{runId\\}/:cancel' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}/:cancel\",\n dataSourceName: string,\n scanName: string,\n runId: string\n ): ScanResultCancelScan;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs' has methods for the following verbs: get */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs\",\n dataSourceName: string,\n scanName: string\n ): ScanResultListScanHistory;\n /** Resource for '/scanrulesets/\\{scanRulesetName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/scanrulesets/{scanRulesetName}\", scanRulesetName: string): ScanRulesetsDelete;\n /** Resource for '/scanrulesets' has methods for the following verbs: get */\n (path: \"/scanrulesets\"): ScanRulesetsListAll;\n /** Resource for '/systemScanRulesets' has methods for the following verbs: get */\n (path: \"/systemScanRulesets\"): SystemScanRulesetsListAll;\n /** Resource for '/systemScanRulesets/datasources/\\{dataSourceType\\}' has methods for the following verbs: get */\n (\n path: \"/systemScanRulesets/datasources/{dataSourceType}\",\n dataSourceType: string\n ): SystemScanRulesetsGet;\n /** Resource for '/systemScanRulesets/versions/\\{version\\}' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions/{version}\", version: string): SystemScanRulesetsGetByVersion;\n /** Resource for '/systemScanRulesets/versions/latest' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions/latest\"): SystemScanRulesetsGetLatest;\n /** Resource for '/systemScanRulesets/versions' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions\"): SystemScanRulesetsListVersionsByDataSource;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default' has methods for the following verbs: get, put, delete */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default\",\n dataSourceName: string,\n scanName: string\n ): TriggersDeleteTrigger;\n}\n\nexport type PurviewScanningRestClient = Client & {\n path: Routes;\n};\n\nexport default function PurviewScanning(\n Endpoint: string,\n credentials: TokenCredential,\n options: ClientOptions = {}\n): PurviewScanningRestClient {\n const baseUrl = options.baseUrl ?? `${Endpoint}`;\n options.apiVersion = options.apiVersion ?? \"2018-12-01-preview\";\n options = {\n ...options,\n credentials: {\n scopes: [\"https://purview.azure.net/.default\"],\n },\n };\n\n return getClient(baseUrl, credentials, options) as PurviewScanningRestClient;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n AzureKeyVault,\n ErrorResponseModel,\n AzureKeyVaultList,\n ClassificationRule,\n ClassificationRuleList,\n OperationResponse,\n DataSource,\n DataSourceList,\n Filter,\n Scan,\n ScanList,\n ScanHistoryList,\n ScanRuleset,\n ScanRulesetList,\n SystemScanRulesetList,\n SystemScanRuleset,\n Trigger,\n} from \"./models\";\nimport { HttpResponse } from \"@azure-rest/core-client\";\n\n/** Gets key vault information */\nexport interface KeyVaultConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVault;\n}\n\n/** Gets key vault information */\nexport interface KeyVaultConnectionsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates an instance of a key vault connection */\nexport interface KeyVaultConnectionsCreate200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVault;\n}\n\n/** Creates an instance of a key vault connection */\nexport interface KeyVaultConnectionsCreatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Deletes the key vault connection associated with the account */\nexport interface KeyVaultConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVault;\n}\n\n/** Deletes the key vault connection associated with the account */\nexport interface KeyVaultConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the key vault connection associated with the account */\nexport interface KeyVaultConnectionsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List key vault connections in account */\nexport interface KeyVaultConnectionsListAll200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVaultList;\n}\n\n/** List key vault connections in account */\nexport interface KeyVaultConnectionsListAlldefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get a classification rule */\nexport interface ClassificationRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRule;\n}\n\n/** Get a classification rule */\nexport interface ClassificationRulesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates or Updates a classification rule */\nexport interface ClassificationRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRule;\n}\n\n/** Creates or Updates a classification rule */\nexport interface ClassificationRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ClassificationRule;\n}\n\n/** Creates or Updates a classification rule */\nexport interface ClassificationRulesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Deletes a classification rule */\nexport interface ClassificationRulesDelete200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRule;\n}\n\n/** Deletes a classification rule */\nexport interface ClassificationRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a classification rule */\nexport interface ClassificationRulesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List classification rules in Account */\nexport interface ClassificationRulesListAll200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRuleList;\n}\n\n/** List classification rules in Account */\nexport interface ClassificationRulesListAlldefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Lists the rule versions of a classification rule */\nexport interface ClassificationRulesListVersionsByClassificationRuleName200Response\n extends HttpResponse {\n status: \"200\";\n body: ClassificationRuleList;\n}\n\n/** Lists the rule versions of a classification rule */\nexport interface ClassificationRulesListVersionsByClassificationRuleNamedefaultResponse\n extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Sets Classification Action on a specific classification rule version. */\nexport interface ClassificationRulesTagClassificationVersion202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponse;\n}\n\n/** Sets Classification Action on a specific classification rule version. */\nexport interface ClassificationRulesTagClassificationVersiondefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates or Updates a data source */\nexport interface DataSourcesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DataSource;\n}\n\n/** Creates or Updates a data source */\nexport interface DataSourcesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DataSource;\n}\n\n/** Creates or Updates a data source */\nexport interface DataSourcesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get a data source */\nexport interface DataSourcesGet200Response extends HttpResponse {\n status: \"200\";\n body: DataSource;\n}\n\n/** Get a data source */\nexport interface DataSourcesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Deletes a data source */\nexport interface DataSourcesDelete200Response extends HttpResponse {\n status: \"200\";\n body: DataSource;\n}\n\n/** Deletes a data source */\nexport interface DataSourcesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a data source */\nexport interface DataSourcesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List data sources in Data catalog */\nexport interface DataSourcesListAll200Response extends HttpResponse {\n status: \"200\";\n body: DataSourceList;\n}\n\n/** List data sources in Data catalog */\nexport interface DataSourcesListAlldefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get a filter */\nexport interface FiltersGet200Response extends HttpResponse {\n status: \"200\";\n body: Filter;\n}\n\n/** Get a filter */\nexport interface FiltersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates or updates a filter */\nexport interface FiltersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Filter;\n}\n\n/** Creates or updates a filter */\nexport interface FiltersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Filter;\n}\n\n/** Creates or updates a filter */\nexport interface FiltersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates an instance of a scan */\nexport interface ScansCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Scan;\n}\n\n/** Creates an instance of a scan */\nexport interface ScansCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Scan;\n}\n\n/** Creates an instance of a scan */\nexport interface ScansCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Gets a scan information */\nexport interface ScansGet200Response extends HttpResponse {\n status: \"200\";\n body: Scan;\n}\n\n/** Gets a scan information */\nexport interface ScansGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Deletes the scan associated with the data source */\nexport interface ScansDelete200Response extends HttpResponse {\n status: \"200\";\n body: Scan;\n}\n\n/** Deletes the scan associated with the data source */\nexport interface ScansDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the scan associated with the data source */\nexport interface ScansDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List scans in data source */\nexport interface ScansListByDataSource200Response extends HttpResponse {\n status: \"200\";\n body: ScanList;\n}\n\n/** List scans in data source */\nexport interface ScansListByDataSourcedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Runs the scan */\nexport interface ScanResultRunScan202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponse;\n}\n\n/** Runs the scan */\nexport interface ScanResultRunScandefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Cancels a scan */\nexport interface ScanResultCancelScan202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponse;\n}\n\n/** Cancels a scan */\nexport interface ScanResultCancelScandefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Lists the scan history of a scan */\nexport interface ScanResultListScanHistory200Response extends HttpResponse {\n status: \"200\";\n body: ScanHistoryList;\n}\n\n/** Lists the scan history of a scan */\nexport interface ScanResultListScanHistorydefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get a scan ruleset */\nexport interface ScanRulesetsGet200Response extends HttpResponse {\n status: \"200\";\n body: ScanRuleset;\n}\n\n/** Get a scan ruleset */\nexport interface ScanRulesetsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates or Updates a scan ruleset */\nexport interface ScanRulesetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ScanRuleset;\n}\n\n/** Creates or Updates a scan ruleset */\nexport interface ScanRulesetsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ScanRuleset;\n}\n\n/** Creates or Updates a scan ruleset */\nexport interface ScanRulesetsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Deletes a scan ruleset */\nexport interface ScanRulesetsDelete200Response extends HttpResponse {\n status: \"200\";\n body: ScanRuleset;\n}\n\n/** Deletes a scan ruleset */\nexport interface ScanRulesetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a scan ruleset */\nexport interface ScanRulesetsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List scan rulesets in Data catalog */\nexport interface ScanRulesetsListAll200Response extends HttpResponse {\n status: \"200\";\n body: ScanRulesetList;\n}\n\n/** List scan rulesets in Data catalog */\nexport interface ScanRulesetsListAlldefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List all system scan rulesets for an account */\nexport interface SystemScanRulesetsListAll200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetList;\n}\n\n/** List all system scan rulesets for an account */\nexport interface SystemScanRulesetsListAlldefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get a system scan ruleset for a data source */\nexport interface SystemScanRulesetsGet200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRuleset;\n}\n\n/** Get a system scan ruleset for a data source */\nexport interface SystemScanRulesetsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get a scan ruleset by version */\nexport interface SystemScanRulesetsGetByVersion200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRuleset;\n}\n\n/** Get a scan ruleset by version */\nexport interface SystemScanRulesetsGetByVersiondefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Get the latest version of a system scan ruleset */\nexport interface SystemScanRulesetsGetLatest200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRuleset;\n}\n\n/** Get the latest version of a system scan ruleset */\nexport interface SystemScanRulesetsGetLatestdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** List system scan ruleset versions in Data catalog */\nexport interface SystemScanRulesetsListVersionsByDataSource200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetList;\n}\n\n/** List system scan ruleset versions in Data catalog */\nexport interface SystemScanRulesetsListVersionsByDataSourcedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Gets trigger information */\nexport interface TriggersGetTrigger200Response extends HttpResponse {\n status: \"200\";\n body: Trigger;\n}\n\n/** Gets trigger information */\nexport interface TriggersGetTriggerdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Creates an instance of a trigger */\nexport interface TriggersCreateTrigger200Response extends HttpResponse {\n status: \"200\";\n body: Trigger;\n}\n\n/** Creates an instance of a trigger */\nexport interface TriggersCreateTrigger201Response extends HttpResponse {\n status: \"201\";\n body: Trigger;\n}\n\n/** Creates an instance of a trigger */\nexport interface TriggersCreateTriggerdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n\n/** Deletes the trigger associated with the scan */\nexport interface TriggersDeleteTrigger200Response extends HttpResponse {\n status: \"200\";\n body: Trigger;\n}\n\n/** Deletes the trigger associated with the scan */\nexport interface TriggersDeleteTrigger204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the trigger associated with the scan */\nexport interface TriggersDeleteTriggerdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseModel;\n}\n"]}
|