@azure-rest/purview-scanning 1.0.0-alpha.20250115.1 → 1.0.0-alpha.20250121.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -11
- 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 +8 -4
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +8 -5
- package/dist/browser/index.js.map +1 -1
- 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 +1347 -752
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js.map +1 -1
- 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/paginateHelper.d.ts +27 -2
- package/dist/browser/paginateHelper.d.ts.map +1 -1
- package/dist/browser/paginateHelper.js +98 -1
- package/dist/browser/paginateHelper.js.map +1 -1
- package/dist/browser/parameters.d.ts +146 -33
- package/dist/browser/parameters.d.ts.map +1 -1
- package/dist/browser/parameters.js.map +1 -1
- 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 +793 -266
- package/dist/browser/responses.d.ts.map +1 -1
- package/dist/browser/responses.js.map +1 -1
- 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 +8 -4
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +8 -5
- package/dist/commonjs/index.js.map +1 -1
- 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 +1347 -752
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js.map +1 -1
- 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/paginateHelper.d.ts +27 -2
- package/dist/commonjs/paginateHelper.d.ts.map +1 -1
- package/dist/commonjs/paginateHelper.js +99 -2
- package/dist/commonjs/paginateHelper.js.map +1 -1
- package/dist/commonjs/parameters.d.ts +146 -33
- package/dist/commonjs/parameters.d.ts.map +1 -1
- package/dist/commonjs/parameters.js.map +1 -1
- 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 +793 -266
- package/dist/commonjs/responses.d.ts.map +1 -1
- package/dist/commonjs/responses.js.map +1 -1
- 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 +8 -4
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +8 -5
- package/dist/esm/index.js.map +1 -1
- 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 +1347 -752
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- 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/paginateHelper.d.ts +27 -2
- package/dist/esm/paginateHelper.d.ts.map +1 -1
- package/dist/esm/paginateHelper.js +98 -1
- package/dist/esm/paginateHelper.js.map +1 -1
- package/dist/esm/parameters.d.ts +146 -33
- package/dist/esm/parameters.d.ts.map +1 -1
- package/dist/esm/parameters.js.map +1 -1
- 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 +793 -266
- package/dist/esm/responses.d.ts.map +1 -1
- package/dist/esm/responses.js.map +1 -1
- 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 +8 -4
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +8 -5
- package/dist/react-native/index.js.map +1 -1
- 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 +1347 -752
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js.map +1 -1
- 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/paginateHelper.d.ts +27 -2
- package/dist/react-native/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/paginateHelper.js +98 -1
- package/dist/react-native/paginateHelper.js.map +1 -1
- package/dist/react-native/parameters.d.ts +146 -33
- package/dist/react-native/parameters.d.ts.map +1 -1
- package/dist/react-native/parameters.js.map +1 -1
- 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 +793 -266
- package/dist/react-native/responses.d.ts.map +1 -1
- package/dist/react-native/responses.js.map +1 -1
- package/package.json +12 -10
- package/dist/browser/purviewScanning.d.ts +0 -169
- package/dist/browser/purviewScanning.d.ts.map +0 -1
- package/dist/browser/purviewScanning.js +0 -13
- package/dist/browser/purviewScanning.js.map +0 -1
- package/dist/commonjs/purviewScanning.d.ts +0 -169
- package/dist/commonjs/purviewScanning.d.ts.map +0 -1
- package/dist/commonjs/purviewScanning.js +0 -16
- package/dist/commonjs/purviewScanning.js.map +0 -1
- package/dist/esm/purviewScanning.d.ts +0 -169
- package/dist/esm/purviewScanning.d.ts.map +0 -1
- package/dist/esm/purviewScanning.js +0 -13
- package/dist/esm/purviewScanning.js.map +0 -1
- package/dist/react-native/purviewScanning.d.ts +0 -169
- package/dist/react-native/purviewScanning.d.ts.map +0 -1
- package/dist/react-native/purviewScanning.js +0 -13
- package/dist/react-native/purviewScanning.js.map +0 -1
|
@@ -1,1206 +1,1787 @@
|
|
|
1
|
-
|
|
2
|
-
id?: string;
|
|
3
|
-
name?: string;
|
|
4
|
-
}
|
|
1
|
+
/** The Azure Key Vault connection. */
|
|
5
2
|
export interface AzureKeyVault extends ProxyResource {
|
|
6
|
-
properties
|
|
3
|
+
/** Azure Key Vault connection properties. */
|
|
4
|
+
properties?: AzureKeyVaultProperties;
|
|
7
5
|
}
|
|
6
|
+
/** Azure Key Vault connection properties. */
|
|
8
7
|
export interface AzureKeyVaultProperties {
|
|
8
|
+
/** The base URL of the Azure Key Vault. */
|
|
9
9
|
baseUrl?: string;
|
|
10
|
+
/** The description of the Azure Key Vault connection. */
|
|
10
11
|
description?: string;
|
|
11
12
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export interface ErrorResponseModel {
|
|
15
|
-
error?: ErrorResponseModelError;
|
|
13
|
+
/** The proxy resource. */
|
|
14
|
+
export interface ProxyResource {
|
|
16
15
|
}
|
|
16
|
+
/** The error model. */
|
|
17
17
|
export interface ErrorModel {
|
|
18
|
-
code
|
|
19
|
-
|
|
18
|
+
/** A unique error code that identifies the specific error. */
|
|
19
|
+
code: string;
|
|
20
|
+
/** A human-readable error message that provides more details about the error. */
|
|
21
|
+
message: string;
|
|
22
|
+
/** The specific component that the error is associated with. */
|
|
20
23
|
target?: string;
|
|
24
|
+
/** An array of nested ErrorModel objects that provides additional error details. */
|
|
21
25
|
details?: Array<ErrorModel>;
|
|
22
26
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export interface AzureKeyVaultList {
|
|
26
|
-
value?: Array<AzureKeyVault>;
|
|
27
|
-
nextLink?: string;
|
|
28
|
-
count?: number;
|
|
29
|
-
}
|
|
30
|
-
export interface ClassificationRuleBase extends ProxyResource {
|
|
27
|
+
/** The classification rule. */
|
|
28
|
+
export interface ClassificationRuleParent extends ProxyResource {
|
|
31
29
|
kind: "ClassificationRule" | "System" | "Custom";
|
|
32
30
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
count?: number;
|
|
31
|
+
/** The credential. */
|
|
32
|
+
export interface CredentialParent extends ProxyResource {
|
|
33
|
+
kind: "Credential" | "AccountKey" | "BasicAuth" | "AmazonARN" | "ServicePrincipal" | "SqlAuth" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity";
|
|
37
34
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
endTime?: Date;
|
|
43
|
-
status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled";
|
|
44
|
-
error?: OperationResponseError;
|
|
45
|
-
}
|
|
46
|
-
export interface ErrorInfo {
|
|
47
|
-
code?: string;
|
|
48
|
-
message?: string;
|
|
49
|
-
target?: string;
|
|
50
|
-
details?: Array<ErrorInfo>;
|
|
51
|
-
}
|
|
52
|
-
export interface OperationResponseError extends ErrorInfo {
|
|
53
|
-
}
|
|
54
|
-
export interface DataSourceBase extends ProxyResource {
|
|
55
|
-
scans?: Array<Scan>;
|
|
35
|
+
/** The data source. */
|
|
36
|
+
export interface DataSourceParent extends ProxyResource {
|
|
37
|
+
/** The creation type. */
|
|
38
|
+
creationType?: "Manual" | "AutoNative" | "AutoManaged";
|
|
56
39
|
kind: "DataSource" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
|
|
57
40
|
}
|
|
58
|
-
|
|
59
|
-
|
|
41
|
+
/** The scan. */
|
|
42
|
+
export interface ScanParent extends ProxyResource {
|
|
43
|
+
/** The scan identifier. */
|
|
44
|
+
scanId?: string;
|
|
45
|
+
/** The data source identifier. */
|
|
46
|
+
dataSourceIdentifier?: DataSourceIdentifier;
|
|
47
|
+
/** The data source name. */
|
|
48
|
+
dataSourceName?: string;
|
|
49
|
+
/** The creation type. */
|
|
50
|
+
creationType?: "Manual" | "AutoNative" | "AutoManaged";
|
|
60
51
|
kind: "Scan" | "AzureSubscriptionCredential" | "AzureSubscriptionMsi" | "AzureResourceGroupCredential" | "AzureResourceGroupMsi" | "AzureSynapseWorkspaceCredential" | "AzureSynapseWorkspaceMsi" | "AzureSynapseCredential" | "AzureSynapseMsi" | "AdlsGen1Credential" | "AdlsGen1Msi" | "AdlsGen2Credential" | "AdlsGen2Msi" | "AmazonAccountCredential" | "AmazonS3Credential" | "AmazonS3RoleARN" | "AmazonSqlCredential" | "AzureCosmosDbCredential" | "AzureDataExplorerCredential" | "AzureDataExplorerMsi" | "AzureFileServiceCredential" | "AzureSqlDatabaseCredential" | "AzureSqlDatabaseMsi" | "AmazonPostgreSqlCredential" | "AzurePostgreSqlCredential" | "SqlServerDatabaseCredential" | "AzureSqlDatabaseManagedInstanceCredential" | "AzureSqlDatabaseManagedInstanceMsi" | "AzureSqlDataWarehouseCredential" | "AzureSqlDataWarehouseMsi" | "AzureMySqlCredential" | "AzureStorageCredential" | "AzureStorageMsi" | "TeradataTeradataCredential" | "TeradataUserPass" | "TeradataTeradataUserPass" | "OracleOracleCredential" | "OracleOracleUserPass" | "SapS4HanaSapS4HanaCredential" | "SapS4HanaSapS4HanaUserPass" | "SapEccSapEccCredential" | "SapEccSapEccUserPass" | "PowerBIDelegated" | "PowerBIMsi";
|
|
61
52
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
status
|
|
67
|
-
|
|
68
|
-
assetsClassified?: number;
|
|
69
|
-
diagnostics?: ScanResultDiagnostics;
|
|
70
|
-
startTime?: Date;
|
|
71
|
-
queuedTime?: Date;
|
|
72
|
-
pipelineStartTime?: Date;
|
|
73
|
-
endTime?: Date;
|
|
74
|
-
scanRulesetVersion?: number;
|
|
75
|
-
scanRulesetType?: "Custom" | "System";
|
|
76
|
-
scanLevelType?: "Full" | "Incremental";
|
|
77
|
-
errorMessage?: string;
|
|
78
|
-
error?: ScanResultError;
|
|
79
|
-
runType?: string;
|
|
80
|
-
dataSourceType?: "None" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
|
|
53
|
+
/** The scan result with ingestion. */
|
|
54
|
+
export interface ScanResultWithIngestion {
|
|
55
|
+
/** The ingestion job identifier. */
|
|
56
|
+
ingestionJobId?: string;
|
|
57
|
+
/** The scan result status. */
|
|
58
|
+
status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled";
|
|
81
59
|
}
|
|
60
|
+
/** The discovery execution details. */
|
|
61
|
+
export interface DiscoveryExecutionDetails {
|
|
62
|
+
/** The discovery start time. */
|
|
63
|
+
discoveryStartTime?: Date | string;
|
|
64
|
+
/** The discovery end time. */
|
|
65
|
+
discoveryEndTime?: Date | string;
|
|
66
|
+
/** The discovery status. */
|
|
67
|
+
status?: "Queued" | "Running" | "Succeeded" | "Failed" | "Cancelled" | "Delayed" | "Throttled" | "CompletedWithExceptions" | "CompleteWithWarning";
|
|
68
|
+
/** The discovery statistics. */
|
|
69
|
+
statistics?: Record<string, any>;
|
|
70
|
+
/** Indicates whether the error log is available. */
|
|
71
|
+
isErrorLogAvailable?: boolean;
|
|
72
|
+
}
|
|
73
|
+
/** The ingestion execution details. */
|
|
74
|
+
export interface IngestionExecutionDetails {
|
|
75
|
+
/** The ingestion start time. */
|
|
76
|
+
ingestionStartTime?: Date | string;
|
|
77
|
+
/** The ingestion end time. */
|
|
78
|
+
ingestionEndTime?: Date | string;
|
|
79
|
+
/** The ingestion status. */
|
|
80
|
+
status?: "None" | "Succeeded" | "Queued" | "InProgress" | "SourceUnknown" | "PartialSucceeded" | "Failed" | "Canceled" | "Canceling";
|
|
81
|
+
/** The ingestion statistics. */
|
|
82
|
+
statistics?: Record<string, any>;
|
|
83
|
+
/** The estimated time remaining in seconds. */
|
|
84
|
+
estimatedTimeRemainingInSeconds?: number;
|
|
85
|
+
/** Indicates whether the error log is available. */
|
|
86
|
+
isErrorLogAvailable?: boolean;
|
|
87
|
+
/** The last updated time. */
|
|
88
|
+
lastUpdatedAt?: Date | string;
|
|
89
|
+
}
|
|
90
|
+
/** The scan diagnostics. */
|
|
82
91
|
export interface ScanDiagnostics {
|
|
92
|
+
/** Notifications. */
|
|
83
93
|
notifications?: Array<Notification>;
|
|
84
|
-
/** Dictionary of <integer> */
|
|
85
|
-
exceptionCountMap?: Record<string, number>;
|
|
86
94
|
}
|
|
95
|
+
/** The notification model. */
|
|
87
96
|
export interface Notification {
|
|
97
|
+
/** Notification message. */
|
|
88
98
|
message?: string;
|
|
99
|
+
/** Notification code. */
|
|
89
100
|
code?: number;
|
|
90
101
|
}
|
|
91
|
-
|
|
102
|
+
/** The data source identifier. */
|
|
103
|
+
export interface DataSourceIdentifier {
|
|
104
|
+
/** The item path. */
|
|
105
|
+
itemPath?: ItemPath;
|
|
106
|
+
/** The qualified name. */
|
|
107
|
+
qualifiedName?: QualifiedName;
|
|
108
|
+
/** The data source name. */
|
|
109
|
+
dataSourceName?: string;
|
|
110
|
+
/** The guid. */
|
|
111
|
+
guid?: string;
|
|
112
|
+
/** The resource identifier. */
|
|
113
|
+
resourceId?: string;
|
|
114
|
+
}
|
|
115
|
+
/** The item path. */
|
|
116
|
+
export interface ItemPath {
|
|
117
|
+
/** The path. */
|
|
118
|
+
path?: string;
|
|
119
|
+
/** The extended properties. */
|
|
120
|
+
extendedProperties?: ExtendedProperties;
|
|
92
121
|
}
|
|
93
|
-
|
|
122
|
+
/** The extended properties. */
|
|
123
|
+
export interface ExtendedProperties {
|
|
124
|
+
/** The subscription identifier. */
|
|
125
|
+
subscriptionId?: string;
|
|
126
|
+
/** The resource group. */
|
|
127
|
+
resourceGroup?: string;
|
|
94
128
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
129
|
+
/** The qualified name. */
|
|
130
|
+
export interface QualifiedName {
|
|
131
|
+
/** The type name. */
|
|
132
|
+
typeName?: string;
|
|
133
|
+
/** The name. */
|
|
134
|
+
name?: string;
|
|
135
|
+
/** The extended properties. */
|
|
136
|
+
extendedProperties?: ExtendedProperties;
|
|
99
137
|
}
|
|
138
|
+
/** The filter. */
|
|
100
139
|
export interface Filter extends ProxyResource {
|
|
101
|
-
properties
|
|
140
|
+
/** The filter properties. */
|
|
141
|
+
properties?: FilterProperties;
|
|
102
142
|
}
|
|
143
|
+
/** The filter properties. */
|
|
103
144
|
export interface FilterProperties {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
export interface
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
145
|
+
/** The exclude uri prefixes. */
|
|
146
|
+
excludeUriPrefixes: Array<string>;
|
|
147
|
+
/** The include uri prefixes. */
|
|
148
|
+
includeUriPrefixes: Array<string>;
|
|
149
|
+
/** The exclude regexes. */
|
|
150
|
+
excludeRegexes?: Array<string>;
|
|
151
|
+
/** The include regexes. */
|
|
152
|
+
includeRegexes?: Array<string>;
|
|
153
|
+
}
|
|
154
|
+
/** Purview nested object which serves as a compute resource for activities. */
|
|
155
|
+
export interface IntegrationRuntimeParent extends ProxyResource {
|
|
156
|
+
kind: "IntegrationRuntime" | "Managed" | "SelfHosted";
|
|
157
|
+
}
|
|
158
|
+
/** Integration runtime status. */
|
|
159
|
+
export interface IntegrationRuntimeStatusParent extends ProxyResource {
|
|
160
|
+
kind: "IntegrationRuntimeStatus" | "SelfHosted" | "Managed";
|
|
161
|
+
}
|
|
162
|
+
/** Parameters to regenerate the authentication key. */
|
|
163
|
+
export interface IntegrationRuntimeRegenerateKeyParameters {
|
|
164
|
+
/** The name of the authentication key to regenerate. */
|
|
165
|
+
keyName?: "authKey1" | "authKey2";
|
|
166
|
+
}
|
|
167
|
+
/** The request of enabling interactive query for integration runtime. */
|
|
168
|
+
export interface EnableInteractiveQueryForIntegrationRuntimeRequest {
|
|
169
|
+
/** The interactive querying auto termination time in minutes. */
|
|
170
|
+
autoTerminationMinutes?: number;
|
|
171
|
+
}
|
|
172
|
+
/** The managed virtual network. */
|
|
173
|
+
export interface ManagedVirtualNetwork extends ProxyResource {
|
|
174
|
+
/** The properties of managed virtual network. */
|
|
175
|
+
properties?: ManagedVirtualNetworkProperties;
|
|
176
|
+
}
|
|
177
|
+
/** The properties of managed virtual network. */
|
|
178
|
+
export interface ManagedVirtualNetworkProperties {
|
|
179
|
+
}
|
|
180
|
+
/** The managed private endpoint. */
|
|
181
|
+
export interface ManagedPrivateEndpoint extends ProxyResource {
|
|
182
|
+
/** The properties of managed private endpoint. */
|
|
183
|
+
properties?: ManagedPrivateEndpointProperties;
|
|
184
|
+
}
|
|
185
|
+
/** The properties of managed private endpoint. */
|
|
186
|
+
export interface ManagedPrivateEndpointProperties {
|
|
187
|
+
/** The properties of connection state. */
|
|
188
|
+
connectionState?: ConnectionStateProperties;
|
|
189
|
+
/** The fqdns of managed private endpoint. */
|
|
190
|
+
fqdns?: Array<string>;
|
|
191
|
+
/** The group identifier of managed private endpoint. */
|
|
192
|
+
groupId?: string;
|
|
193
|
+
/** The private link resource identifier of managed private endpoint. */
|
|
194
|
+
privateLinkResourceId?: string;
|
|
195
|
+
/** The provisioning state of managed private endpoint. */
|
|
196
|
+
provisioningState?: string;
|
|
197
|
+
}
|
|
198
|
+
/** The properties of connection state. */
|
|
199
|
+
export interface ConnectionStateProperties {
|
|
200
|
+
}
|
|
201
|
+
/** The scan ruleset. */
|
|
202
|
+
export interface ScanRulesetParent extends VersionedScanRuleset {
|
|
203
|
+
kind: "ScanRuleset" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
|
|
118
204
|
}
|
|
205
|
+
/** The versioned scan ruleset. */
|
|
119
206
|
export interface VersionedScanRuleset extends ProxyResource {
|
|
207
|
+
/** Versioned scan ruleset properties. */
|
|
120
208
|
scanRulesetType?: "Custom" | "System";
|
|
121
|
-
status?: "Enabled" | "Disabled";
|
|
122
|
-
version?: number;
|
|
123
|
-
}
|
|
124
|
-
export interface ScanRulesetBase extends VersionedScanRuleset {
|
|
125
|
-
kind: "ScanRuleset" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
|
|
126
|
-
}
|
|
127
|
-
export interface ScanRulesetList {
|
|
128
|
-
value?: Array<ScanRuleset>;
|
|
129
|
-
nextLink?: string;
|
|
130
|
-
count?: number;
|
|
131
209
|
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
count?: number;
|
|
136
|
-
}
|
|
137
|
-
export interface SystemScanRulesetBase extends VersionedScanRuleset {
|
|
138
|
-
kind: "SystemScanRuleset" | "None";
|
|
210
|
+
/** The system scan ruleset. */
|
|
211
|
+
export interface SystemScanRulesetParent extends VersionedScanRuleset {
|
|
212
|
+
kind: "SystemScanRuleset" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "AmazonPostgreSql" | "AzurePostgreSql" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "AzureStorage" | "Teradata" | "Oracle" | "SapS4Hana" | "SapEcc" | "PowerBI";
|
|
139
213
|
}
|
|
214
|
+
/** The trigger object. */
|
|
140
215
|
export interface Trigger extends ProxyResource {
|
|
141
|
-
properties
|
|
216
|
+
/** The properties of trigger. */
|
|
217
|
+
properties?: TriggerProperties;
|
|
218
|
+
/** The validation error info of trigger. */
|
|
219
|
+
validationErrorInfo?: string;
|
|
142
220
|
}
|
|
221
|
+
/** Properties detail of trigger. */
|
|
143
222
|
export interface TriggerProperties {
|
|
144
|
-
recurrence
|
|
223
|
+
/** The recurrence of trigger. */
|
|
224
|
+
recurrence?: TriggerRecurrence;
|
|
225
|
+
/** The recurrence interval of trigger. */
|
|
145
226
|
recurrenceInterval?: string;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
227
|
+
/** The state of trigger. */
|
|
228
|
+
state?: "Enabled" | "Disabled";
|
|
229
|
+
/** The scan level of trigger. */
|
|
149
230
|
scanLevel?: "Full" | "Incremental";
|
|
150
|
-
|
|
231
|
+
/** The incremental scan start time of trigger. */
|
|
232
|
+
incrementalScanStartTime?: Date | string;
|
|
151
233
|
}
|
|
234
|
+
/** The recurrence of trigger. */
|
|
152
235
|
export interface TriggerRecurrence {
|
|
153
|
-
frequency
|
|
236
|
+
/** The frequency of trigger recurrence. */
|
|
237
|
+
frequency?: "Week" | "Month" | "Day" | "Hour";
|
|
238
|
+
/** The interval of trigger recurrence. */
|
|
154
239
|
interval?: number;
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
240
|
+
/** The start time of trigger recurrence. */
|
|
241
|
+
startTime?: Date | string;
|
|
242
|
+
/** The end time of trigger recurrence. */
|
|
243
|
+
endTime?: Date | string;
|
|
244
|
+
/** The schedule of trigger recurrence. */
|
|
245
|
+
schedule?: RecurrenceSchedule;
|
|
246
|
+
/** The time zone of trigger recurrence. */
|
|
158
247
|
timeZone?: string;
|
|
159
248
|
}
|
|
249
|
+
/** Schedule of recurrence. */
|
|
160
250
|
export interface RecurrenceSchedule {
|
|
161
|
-
/**
|
|
162
|
-
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
251
|
+
/** The minutes of recurrence schedule. */
|
|
163
252
|
minutes?: Array<number>;
|
|
253
|
+
/** The hours of recurrence schedule. */
|
|
164
254
|
hours?: Array<number>;
|
|
255
|
+
/** The week days of recurrence schedule. */
|
|
165
256
|
weekDays?: Array<"Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday">;
|
|
257
|
+
/** Month days of recurrence schedule. */
|
|
166
258
|
monthDays?: Array<number>;
|
|
259
|
+
/** The monthly occurrences of recurrence schedule. */
|
|
167
260
|
monthlyOccurrences?: Array<RecurrenceScheduleOccurrence>;
|
|
168
261
|
}
|
|
262
|
+
/** The occurrence of recurrence schedule. */
|
|
169
263
|
export interface RecurrenceScheduleOccurrence {
|
|
170
|
-
/**
|
|
171
|
-
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
264
|
+
/** The day of recurrence schedule occurrence. */
|
|
172
265
|
day?: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
173
266
|
occurrence?: number;
|
|
174
267
|
}
|
|
175
|
-
|
|
268
|
+
/** The compute resource properties for managed integration runtime. */
|
|
269
|
+
export interface ManagedIntegrationRuntimeComputeProperties {
|
|
270
|
+
/** The location for managed integration runtime. */
|
|
271
|
+
location?: string;
|
|
176
272
|
}
|
|
177
|
-
|
|
273
|
+
/** Managed integration runtime type properties. */
|
|
274
|
+
export interface ManagedIntegrationRuntimeTypeProperties {
|
|
275
|
+
/** The compute resource properties for managed integration runtime. */
|
|
276
|
+
computeProperties?: ManagedIntegrationRuntimeComputeProperties;
|
|
178
277
|
}
|
|
179
|
-
|
|
278
|
+
/** The managed virtual network reference. */
|
|
279
|
+
export interface ManagedVirtualNetworkReference {
|
|
280
|
+
/** Reference ManagedVirtualNetwork name. */
|
|
281
|
+
referenceName?: string;
|
|
282
|
+
/** Managed virtual network reference type. */
|
|
283
|
+
type?: string;
|
|
284
|
+
}
|
|
285
|
+
/** The managed integration runtime properties. */
|
|
286
|
+
export interface ManagedIntegrationRuntimeProperties {
|
|
287
|
+
/** Managed integration runtime type properties. */
|
|
288
|
+
typeProperties?: ManagedIntegrationRuntimeTypeProperties;
|
|
289
|
+
/** The managed virtual network reference. */
|
|
290
|
+
managedVirtualNetworkReference?: ManagedVirtualNetworkReference;
|
|
291
|
+
/** The managed integration runtime description. */
|
|
292
|
+
description?: string;
|
|
293
|
+
}
|
|
294
|
+
/** The managed integration runtime. */
|
|
295
|
+
export interface ManagedIntegrationRuntime extends IntegrationRuntimeParent {
|
|
296
|
+
/** The managed integration runtime properties. */
|
|
297
|
+
properties?: ManagedIntegrationRuntimeProperties;
|
|
298
|
+
kind: "Managed";
|
|
299
|
+
}
|
|
300
|
+
/** The self-hosted integration runtime properties. */
|
|
301
|
+
export interface SelfHostedIntegrationRuntimeProperties {
|
|
302
|
+
/** The self-hosted integration runtime description. */
|
|
303
|
+
description?: string;
|
|
304
|
+
}
|
|
305
|
+
/** Self-hosted integration runtime. */
|
|
306
|
+
export interface SelfHostedIntegrationRuntime extends IntegrationRuntimeParent {
|
|
307
|
+
/** The self-hosted integration runtime properties. */
|
|
308
|
+
properties?: SelfHostedIntegrationRuntimeProperties;
|
|
309
|
+
kind: "SelfHosted";
|
|
310
|
+
}
|
|
311
|
+
/** Properties of Self-hosted integration runtime node. */
|
|
312
|
+
export interface SelfHostedIntegrationRuntimeNode {
|
|
313
|
+
}
|
|
314
|
+
/** Self-hosted integration runtime status type properties. */
|
|
315
|
+
export interface SelfHostedIntegrationRuntimeStatusTypeProperties {
|
|
316
|
+
/** List of nodes for this integration runtime. */
|
|
317
|
+
nodes?: Array<SelfHostedIntegrationRuntimeNode>;
|
|
318
|
+
}
|
|
319
|
+
/** Self-hosted integration runtime status properties. */
|
|
320
|
+
export interface SelfHostedIntegrationRuntimeStatusProperties {
|
|
321
|
+
/** Self-hosted integration runtime status type properties. */
|
|
322
|
+
typeProperties?: SelfHostedIntegrationRuntimeStatusTypeProperties;
|
|
323
|
+
}
|
|
324
|
+
/** Self-hosted integration runtime status. */
|
|
325
|
+
export interface SelfHostedIntegrationRuntimeStatus extends IntegrationRuntimeStatusParent {
|
|
326
|
+
/** Self-hosted integration runtime status properties. */
|
|
327
|
+
properties?: SelfHostedIntegrationRuntimeStatusProperties;
|
|
328
|
+
kind: "SelfHosted";
|
|
329
|
+
}
|
|
330
|
+
/** Interactive query properties of managed integration runtime. */
|
|
331
|
+
export interface InteractiveQuery {
|
|
332
|
+
/** Auto termination minutes of interactive query. */
|
|
333
|
+
autoTerminationMinutes?: number;
|
|
334
|
+
/** Status of interactive query. */
|
|
335
|
+
status?: string;
|
|
180
336
|
}
|
|
337
|
+
/** Managed integration runtime status type properties. */
|
|
338
|
+
export interface ManagedIntegrationRuntimeStatusTypeProperties {
|
|
339
|
+
/** The time at which the integration runtime was created, in ISO8601 format. */
|
|
340
|
+
createTime?: Date | string;
|
|
341
|
+
/** Interactive query properties of managed integration runtime. */
|
|
342
|
+
interactiveQuery?: InteractiveQuery;
|
|
343
|
+
}
|
|
344
|
+
/** Managed integration runtime status properties. */
|
|
345
|
+
export interface ManagedIntegrationRuntimeStatusProperties {
|
|
346
|
+
/** Managed integration runtime status type properties. */
|
|
347
|
+
typeProperties?: ManagedIntegrationRuntimeStatusTypeProperties;
|
|
348
|
+
}
|
|
349
|
+
/** Managed integration runtime status. */
|
|
350
|
+
export interface ManagedIntegrationRuntimeStatus extends IntegrationRuntimeStatusParent {
|
|
351
|
+
/** Managed integration runtime status properties. */
|
|
352
|
+
properties?: ManagedIntegrationRuntimeStatusProperties;
|
|
353
|
+
kind: "Managed";
|
|
354
|
+
}
|
|
355
|
+
/** The reference to collection. */
|
|
181
356
|
export interface CollectionReference {
|
|
182
|
-
|
|
357
|
+
/** The reference name of collection reference. */
|
|
183
358
|
referenceName?: string;
|
|
359
|
+
/** The type of collection reference. */
|
|
184
360
|
type?: string;
|
|
185
361
|
}
|
|
362
|
+
/** The properties of system classification rule. */
|
|
186
363
|
export interface SystemClassificationRuleProperties {
|
|
187
364
|
description?: string;
|
|
188
|
-
|
|
365
|
+
/** The classification name of system classification rule. */
|
|
189
366
|
classificationName?: string;
|
|
367
|
+
/** The rule status of system classification rule. */
|
|
190
368
|
ruleStatus?: "Enabled" | "Disabled";
|
|
191
|
-
createdAt?: Date;
|
|
192
|
-
lastModifiedAt?: Date;
|
|
193
369
|
}
|
|
194
|
-
|
|
195
|
-
|
|
370
|
+
/** The rule of system classification. */
|
|
371
|
+
export interface SystemClassificationRule extends ClassificationRuleParent {
|
|
372
|
+
/** The properties of system classification rule. */
|
|
373
|
+
properties?: SystemClassificationRuleProperties;
|
|
196
374
|
kind: "System";
|
|
197
375
|
}
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
kind: "Regex";
|
|
376
|
+
/** Pattern of classification rule. */
|
|
377
|
+
export interface ClassificationRulePatternParent {
|
|
378
|
+
kind: "ClassificationRulePattern" | "Regex";
|
|
202
379
|
}
|
|
380
|
+
/** The properties of custom classification rule. */
|
|
203
381
|
export interface CustomClassificationRuleProperties {
|
|
204
382
|
minimumPercentageMatch?: number;
|
|
205
|
-
|
|
383
|
+
/** The data patterns of custom classification rule. */
|
|
206
384
|
dataPatterns?: Array<ClassificationRulePattern>;
|
|
385
|
+
/** The column patterns of custom classification rule. */
|
|
207
386
|
columnPatterns?: Array<ClassificationRulePattern>;
|
|
387
|
+
/** The description of custom classification rule. */
|
|
208
388
|
description?: string;
|
|
209
|
-
|
|
389
|
+
/** The classification name of custom classification rule. */
|
|
210
390
|
classificationName?: string;
|
|
391
|
+
/** The rule status of custom classification rule. */
|
|
211
392
|
ruleStatus?: "Enabled" | "Disabled";
|
|
212
|
-
createdAt?: Date;
|
|
213
|
-
lastModifiedAt?: Date;
|
|
214
393
|
}
|
|
215
|
-
|
|
216
|
-
|
|
394
|
+
/** Rule of custom classification. */
|
|
395
|
+
export interface CustomClassificationRule extends ClassificationRuleParent {
|
|
396
|
+
/** The properties of custom classification rule. */
|
|
397
|
+
properties?: CustomClassificationRuleProperties;
|
|
217
398
|
kind: "Custom";
|
|
218
399
|
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
400
|
+
/** Pattern of regex classification rule. */
|
|
401
|
+
export interface RegexClassificationRulePattern extends ClassificationRulePatternParent {
|
|
402
|
+
/** The pattern of regex classification rule pattern. */
|
|
222
403
|
pattern?: string;
|
|
223
404
|
kind: "Regex";
|
|
224
405
|
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
406
|
+
/** The store. */
|
|
407
|
+
export interface Store {
|
|
408
|
+
/** The reference name of store. */
|
|
409
|
+
referenceName?: string;
|
|
410
|
+
/** The type of store. */
|
|
411
|
+
type?: string;
|
|
412
|
+
}
|
|
413
|
+
/** The key vault secret. */
|
|
414
|
+
export interface KeyVaultSecret {
|
|
415
|
+
/** The type of key vault secret. */
|
|
416
|
+
type?: string;
|
|
417
|
+
/** The secret name of key vault secret. */
|
|
418
|
+
secretName?: string;
|
|
419
|
+
/** The secret version of key vault secret. */
|
|
420
|
+
secretVersion?: string;
|
|
421
|
+
/** The store. */
|
|
422
|
+
store?: Store;
|
|
423
|
+
}
|
|
424
|
+
/** Properties of key vault secret account key credential type. */
|
|
425
|
+
export interface KeyVaultSecretAccountKeyCredentialTypeProperties {
|
|
426
|
+
/** The account key of key vault secret account key credential type. */
|
|
427
|
+
accountKey?: KeyVaultSecret;
|
|
428
|
+
}
|
|
429
|
+
/** Properties of account key credential. */
|
|
430
|
+
export interface AccountKeyCredentialProperties {
|
|
431
|
+
/** The type properties of account key credential. */
|
|
432
|
+
typeProperties?: KeyVaultSecretAccountKeyCredentialTypeProperties;
|
|
433
|
+
description?: string;
|
|
434
|
+
}
|
|
435
|
+
/** Credential type that uses Account Key for authentication. */
|
|
436
|
+
export interface AccountKeyAuthAzureKeyVaultCredential extends CredentialParent {
|
|
437
|
+
/** The properties of account key auth Azure Key Vault credential. */
|
|
438
|
+
properties?: AccountKeyCredentialProperties;
|
|
439
|
+
kind: "AccountKey";
|
|
440
|
+
}
|
|
441
|
+
/** Properties of key vault secret user pass credential type. */
|
|
442
|
+
export interface KeyVaultSecretUserPassCredentialTypeProperties {
|
|
443
|
+
/** User name. */
|
|
444
|
+
user?: string;
|
|
445
|
+
/** The password of key vault secret user pass credential type. */
|
|
446
|
+
password?: KeyVaultSecret;
|
|
447
|
+
}
|
|
448
|
+
/** Properties of user pass credential. */
|
|
449
|
+
export interface UserPassCredentialProperties {
|
|
450
|
+
/** Properties of key vault secret user pass credential type. */
|
|
451
|
+
typeProperties?: KeyVaultSecretUserPassCredentialTypeProperties;
|
|
452
|
+
description?: string;
|
|
453
|
+
}
|
|
454
|
+
/** Credential type that uses Basic authentication. */
|
|
455
|
+
export interface BasicAuthAzureKeyVaultCredential extends CredentialParent {
|
|
456
|
+
/** The properties of basic auth Azure Key Vault credential. */
|
|
457
|
+
properties?: UserPassCredentialProperties;
|
|
458
|
+
kind: "BasicAuth";
|
|
459
|
+
}
|
|
460
|
+
/** The type properties of role ARN credential. */
|
|
461
|
+
export interface RoleARNCredentialTypeProperties {
|
|
462
|
+
/** The role ARN of role ARN credential type properties. */
|
|
463
|
+
roleARN?: string;
|
|
464
|
+
}
|
|
465
|
+
/** The properties of role ARN credential. */
|
|
466
|
+
export interface RoleARNCredentialProperties {
|
|
467
|
+
/** The type properties of role ARN credential. */
|
|
468
|
+
typeProperties?: RoleARNCredentialTypeProperties;
|
|
469
|
+
/** The description of role ARN credential. */
|
|
470
|
+
description?: string;
|
|
471
|
+
}
|
|
472
|
+
/** Credential type that uses Account ID, External ID and Role ARN for authentication. */
|
|
473
|
+
export interface RoleARNCredential extends CredentialParent {
|
|
474
|
+
/** The properties of role ARN credential. */
|
|
475
|
+
properties?: RoleARNCredentialProperties;
|
|
476
|
+
kind: "AmazonARN";
|
|
477
|
+
}
|
|
478
|
+
/** The type properties of key vault secret service principal credential. */
|
|
479
|
+
export interface KeyVaultSecretServicePrinipalCredentialTypeProperties {
|
|
480
|
+
/** The service principal ID of key vault secret service principal credential type properties. */
|
|
481
|
+
servicePrincipalId?: string;
|
|
482
|
+
/** The key vault secret. */
|
|
483
|
+
servicePrincipalKey?: KeyVaultSecret;
|
|
484
|
+
tenant?: string;
|
|
485
|
+
}
|
|
486
|
+
/** The properties of service principal Azure Key Vault credential. */
|
|
487
|
+
export interface ServicePrincipalAzureKeyVaultCredentialProperties {
|
|
488
|
+
/** The type properties of key vault secret service principal credential. */
|
|
489
|
+
typeProperties?: KeyVaultSecretServicePrinipalCredentialTypeProperties;
|
|
490
|
+
description?: string;
|
|
491
|
+
}
|
|
492
|
+
/** Credential type that uses Tenant ID and Service principal ID for authentication. */
|
|
493
|
+
export interface ServicePrincipalAzureKeyVaultCredential extends CredentialParent {
|
|
494
|
+
/** The properties of service principal Azure Key Vault credential. */
|
|
495
|
+
properties?: ServicePrincipalAzureKeyVaultCredentialProperties;
|
|
496
|
+
kind: "ServicePrincipal";
|
|
497
|
+
}
|
|
498
|
+
/** Credential type that uses Sql for authentication. */
|
|
499
|
+
export interface SqlAuthAzureKeyVaultCredential extends CredentialParent {
|
|
500
|
+
/** Properties of user pass credential. */
|
|
501
|
+
properties?: UserPassCredentialProperties;
|
|
502
|
+
kind: "SqlAuth";
|
|
503
|
+
}
|
|
504
|
+
/** The type properties of key vault secret consumer key credential. */
|
|
505
|
+
export interface KeyVaultSecretConsumerKeyCredentialTypeProperties {
|
|
506
|
+
/** User name. */
|
|
507
|
+
user?: string;
|
|
508
|
+
/** The password of key vault secret consumer key credential type properties. */
|
|
509
|
+
password?: KeyVaultSecret;
|
|
510
|
+
/** The consumer key of key vault secret consumer key credential type properties. */
|
|
511
|
+
consumerKey?: string;
|
|
512
|
+
/** The consumer secret of key vault secret consumer key credential type properties. */
|
|
513
|
+
consumerSecret?: KeyVaultSecret;
|
|
514
|
+
}
|
|
515
|
+
/** The properties of consumer key credential. */
|
|
516
|
+
export interface ConsumerKeyCredentialProperties {
|
|
517
|
+
/** The type properties of key vault secret consumer key credential. */
|
|
518
|
+
typeProperties?: KeyVaultSecretConsumerKeyCredentialTypeProperties;
|
|
519
|
+
/** Description of credential properties. */
|
|
520
|
+
description?: string;
|
|
229
521
|
}
|
|
230
|
-
|
|
522
|
+
/** Credential type that uses consumer provided key and secret for authentication. */
|
|
523
|
+
export interface ConsumerKeyAuthAzureKeyVaultCredential extends CredentialParent {
|
|
524
|
+
/** The properties of consumer key credential. */
|
|
525
|
+
properties?: ConsumerKeyCredentialProperties;
|
|
526
|
+
kind: "ConsumerKeyAuth";
|
|
231
527
|
}
|
|
528
|
+
/** The type properties of key vault secret delegated auth credential. */
|
|
529
|
+
export interface KeyVaultSecretDelegatedAuthCredentialTypeProperties {
|
|
530
|
+
/** Credential type that uses Account ID, External ID and Role ARN for authentication. */
|
|
531
|
+
clientId?: string;
|
|
532
|
+
/** User name. */
|
|
533
|
+
user?: string;
|
|
534
|
+
/** Key vault secret. */
|
|
535
|
+
password?: KeyVaultSecret;
|
|
536
|
+
}
|
|
537
|
+
/** The properties of delegated auth credential. */
|
|
538
|
+
export interface DelegatedAuthCredentialProperties {
|
|
539
|
+
/** The type properties of key vault secret delegated auth credential. */
|
|
540
|
+
typeProperties?: KeyVaultSecretDelegatedAuthCredentialTypeProperties;
|
|
541
|
+
description?: string;
|
|
542
|
+
}
|
|
543
|
+
/** Credential type that uses Client ID for authentication. */
|
|
544
|
+
export interface DelegatedAuthAzureKeyVaultCredential extends CredentialParent {
|
|
545
|
+
/** The properties of delegated auth Azure Key Vault credential. */
|
|
546
|
+
properties?: DelegatedAuthCredentialProperties;
|
|
547
|
+
kind: "DelegatedAuth";
|
|
548
|
+
}
|
|
549
|
+
/** The type properties of key vault secret managed identity Azure Key Vault credential. */
|
|
550
|
+
export interface KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypeProperties {
|
|
551
|
+
/** The principal ID of key vault secret managed identity Azure Key Vault credential type properties. */
|
|
552
|
+
principalId?: string;
|
|
553
|
+
/** The tenant ID of key vault secret managed identity Azure Key Vault credential type properties. */
|
|
554
|
+
tenantId?: string;
|
|
555
|
+
/** The resource ID of key vault secret managed identity Azure Key Vault credential type properties. */
|
|
556
|
+
resourceId?: string;
|
|
557
|
+
}
|
|
558
|
+
/** The properties of managed identity Azure Key Vault credential. */
|
|
559
|
+
export interface ManagedIdentityAzureKeyVaultCredentialProperties {
|
|
560
|
+
/** The type properties of managed identity Azure Key Vault credential. */
|
|
561
|
+
typeProperties?: KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypeProperties;
|
|
562
|
+
description?: string;
|
|
563
|
+
}
|
|
564
|
+
/** Credential type that uses User assigned managed identities for authentication. */
|
|
565
|
+
export interface ManagedIdentityAzureKeyVaultCredential extends CredentialParent {
|
|
566
|
+
/** The properties of managed identity Azure Key Vault credential. */
|
|
567
|
+
properties?: ManagedIdentityAzureKeyVaultCredentialProperties;
|
|
568
|
+
kind: "ManagedIdentity";
|
|
569
|
+
}
|
|
570
|
+
/** Properties of data source. */
|
|
571
|
+
export interface DataSourceProperties {
|
|
572
|
+
/** The reference to collection. */
|
|
573
|
+
collection?: CollectionReference;
|
|
574
|
+
/** Data source collection moving state. */
|
|
575
|
+
dataSourceCollectionMovingState?: "Active" | "Moving" | "Failed";
|
|
576
|
+
}
|
|
577
|
+
/** Properties of azure subscription. */
|
|
232
578
|
export interface AzureSubscriptionProperties extends DataSourceProperties {
|
|
579
|
+
/** The subscription ID of azure subscription. */
|
|
233
580
|
subscriptionId?: string;
|
|
581
|
+
/** The resource ID of azure subscription. */
|
|
582
|
+
resourceId?: string;
|
|
583
|
+
/** The data use governance of azure subscription. */
|
|
584
|
+
dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
|
|
234
585
|
}
|
|
235
|
-
|
|
236
|
-
|
|
586
|
+
/** Azure subscription data source. */
|
|
587
|
+
export interface AzureSubscriptionDataSource extends DataSourceParent {
|
|
588
|
+
/** Azure subscription properties. */
|
|
589
|
+
properties?: AzureSubscriptionProperties;
|
|
237
590
|
kind: "AzureSubscription";
|
|
238
591
|
}
|
|
239
|
-
|
|
240
|
-
}
|
|
592
|
+
/** Azure resource group properties. */
|
|
241
593
|
export interface AzureResourceGroupProperties extends DataSourceProperties {
|
|
594
|
+
/** Subscription id. */
|
|
242
595
|
subscriptionId?: string;
|
|
596
|
+
/** Resource group. */
|
|
243
597
|
resourceGroup?: string;
|
|
598
|
+
/** Resource id. */
|
|
599
|
+
resourceId?: string;
|
|
600
|
+
/** Data use governance. */
|
|
601
|
+
dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
|
|
244
602
|
}
|
|
245
|
-
|
|
246
|
-
|
|
603
|
+
/** Azure resource group data source. */
|
|
604
|
+
export interface AzureResourceGroupDataSource extends DataSourceParent {
|
|
605
|
+
/** Azure resource group properties. */
|
|
606
|
+
properties?: AzureResourceGroupProperties;
|
|
247
607
|
kind: "AzureResourceGroup";
|
|
248
608
|
}
|
|
249
|
-
|
|
250
|
-
}
|
|
609
|
+
/** Azure data source properties. */
|
|
251
610
|
export interface AzureDataSourceProperties extends DataSourceProperties {
|
|
611
|
+
/** Resource group. */
|
|
252
612
|
resourceGroup?: string;
|
|
613
|
+
/** Subscription id. */
|
|
253
614
|
subscriptionId?: string;
|
|
615
|
+
/** Location. */
|
|
254
616
|
location?: string;
|
|
617
|
+
/** Resource name. */
|
|
255
618
|
resourceName?: string;
|
|
619
|
+
/** Resource id. */
|
|
620
|
+
resourceId?: string;
|
|
621
|
+
/** Data use governance. */
|
|
622
|
+
dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
|
|
256
623
|
}
|
|
624
|
+
/** Azure synapse workspace data source properties. */
|
|
257
625
|
export interface AzureSynapseWorkspaceProperties extends AzureDataSourceProperties {
|
|
626
|
+
/** The dedicated SQL endpoint of azure synapse workspace. */
|
|
258
627
|
dedicatedSqlEndpoint?: string;
|
|
628
|
+
/** The serverless SQL endpoint of azure synapse workspace. */
|
|
259
629
|
serverlessSqlEndpoint?: string;
|
|
260
630
|
}
|
|
261
|
-
|
|
262
|
-
|
|
631
|
+
/** Azure synapse workspace data source. */
|
|
632
|
+
export interface AzureSynapseWorkspaceDataSource extends DataSourceParent {
|
|
633
|
+
/** Azure synapse workspace properties. */
|
|
634
|
+
properties?: AzureSynapseWorkspaceProperties;
|
|
263
635
|
kind: "AzureSynapseWorkspace";
|
|
264
636
|
}
|
|
265
|
-
|
|
266
|
-
}
|
|
637
|
+
/** Azure synapse data source properties. */
|
|
267
638
|
export interface AzureSynapseProperties extends AzureDataSourceProperties {
|
|
639
|
+
/** The SQL endpoint of azure synapse. */
|
|
268
640
|
sqlEndpoint?: string;
|
|
641
|
+
/** The SQL on demand endpoint of azure synapse. */
|
|
269
642
|
sqlOnDemandEndpoint?: string;
|
|
270
643
|
}
|
|
271
|
-
|
|
272
|
-
|
|
644
|
+
/** Azure synapse data source. */
|
|
645
|
+
export interface AzureSynapseDataSource extends DataSourceParent {
|
|
646
|
+
/** Azure synapse properties. */
|
|
647
|
+
properties?: AzureSynapseProperties;
|
|
273
648
|
kind: "AzureSynapse";
|
|
274
649
|
}
|
|
275
|
-
|
|
276
|
-
}
|
|
650
|
+
/** The properties of ADLS Gen1. */
|
|
277
651
|
export interface AdlsGen1Properties extends AzureDataSourceProperties {
|
|
652
|
+
/** The endpoint of ADLS Gen1. */
|
|
278
653
|
endpoint?: string;
|
|
279
654
|
}
|
|
280
|
-
|
|
281
|
-
|
|
655
|
+
/** The ADLS Gen1 data source. */
|
|
656
|
+
export interface AdlsGen1DataSource extends DataSourceParent {
|
|
657
|
+
/** The properties of ADLS Gen1. */
|
|
658
|
+
properties?: AdlsGen1Properties;
|
|
282
659
|
kind: "AdlsGen1";
|
|
283
660
|
}
|
|
284
|
-
|
|
285
|
-
}
|
|
661
|
+
/** The properties of ADLS Gen2. */
|
|
286
662
|
export interface AdlsGen2Properties extends AzureDataSourceProperties {
|
|
663
|
+
/** The endpoint of ADLS Gen2. */
|
|
287
664
|
endpoint?: string;
|
|
288
665
|
}
|
|
289
|
-
|
|
290
|
-
|
|
666
|
+
/** The ADLS Gen2 data source. */
|
|
667
|
+
export interface AdlsGen2DataSource extends DataSourceParent {
|
|
668
|
+
/** The properties of ADLS Gen2. */
|
|
669
|
+
properties?: AdlsGen2Properties;
|
|
291
670
|
kind: "AdlsGen2";
|
|
292
671
|
}
|
|
293
|
-
|
|
294
|
-
}
|
|
672
|
+
/** The properties of Amazon account. */
|
|
295
673
|
export interface AmazonAccountProperties extends DataSourceProperties {
|
|
674
|
+
/** AWS account id. */
|
|
296
675
|
awsAccountId?: string;
|
|
676
|
+
/** Role arn. */
|
|
297
677
|
roleARN?: string;
|
|
298
678
|
}
|
|
299
|
-
|
|
300
|
-
|
|
679
|
+
/** The Amazon account data source. */
|
|
680
|
+
export interface AmazonAccountDataSource extends DataSourceParent {
|
|
681
|
+
/** The properties of Amazon account. */
|
|
682
|
+
properties?: AmazonAccountProperties;
|
|
301
683
|
kind: "AmazonAccount";
|
|
302
684
|
}
|
|
303
|
-
|
|
304
|
-
}
|
|
685
|
+
/** The properties of Amazon S3. */
|
|
305
686
|
export interface AmazonS3Properties extends DataSourceProperties {
|
|
687
|
+
/** Service URL. */
|
|
306
688
|
serviceUrl?: string;
|
|
689
|
+
/** Role ARN. */
|
|
307
690
|
roleARN?: string;
|
|
308
691
|
}
|
|
309
|
-
|
|
310
|
-
|
|
692
|
+
/** The Amazon S3 data source. */
|
|
693
|
+
export interface AmazonS3DataSource extends DataSourceParent {
|
|
694
|
+
/** Amazon S3 properties. */
|
|
695
|
+
properties?: AmazonS3Properties;
|
|
311
696
|
kind: "AmazonS3";
|
|
312
697
|
}
|
|
313
|
-
|
|
314
|
-
}
|
|
698
|
+
/** The properties of Amazon SQL. */
|
|
315
699
|
export interface AmazonSqlProperties extends DataSourceProperties {
|
|
700
|
+
/** Server Endpoint. */
|
|
316
701
|
serverEndpoint?: string;
|
|
702
|
+
/** Port. */
|
|
703
|
+
port?: number;
|
|
704
|
+
/** Vpc Endpoint Service Name. */
|
|
705
|
+
vpcEndpointServiceName?: string;
|
|
317
706
|
}
|
|
318
|
-
|
|
319
|
-
|
|
707
|
+
/** The Amazon SQL data source. */
|
|
708
|
+
export interface AmazonSqlDataSource extends DataSourceParent {
|
|
709
|
+
/** Amazon SQL properties. */
|
|
710
|
+
properties?: AmazonSqlProperties;
|
|
320
711
|
kind: "AmazonSql";
|
|
321
712
|
}
|
|
322
|
-
|
|
323
|
-
}
|
|
713
|
+
/** The properties of Azure Cosmos DB. */
|
|
324
714
|
export interface AzureCosmosDbProperties extends AzureDataSourceProperties {
|
|
715
|
+
/** The account URI of Azure Cosmos DB. */
|
|
325
716
|
accountUri?: string;
|
|
326
717
|
}
|
|
327
|
-
|
|
328
|
-
|
|
718
|
+
/** The Azure Cosmos DB data source. */
|
|
719
|
+
export interface AzureCosmosDbDataSource extends DataSourceParent {
|
|
720
|
+
/** The properties of Azure Cosmos DB. */
|
|
721
|
+
properties?: AzureCosmosDbProperties;
|
|
329
722
|
kind: "AzureCosmosDb";
|
|
330
723
|
}
|
|
331
|
-
|
|
332
|
-
}
|
|
724
|
+
/** The properties of azure data explorer. */
|
|
333
725
|
export interface AzureDataExplorerProperties extends AzureDataSourceProperties {
|
|
334
726
|
endpoint?: string;
|
|
335
727
|
}
|
|
336
|
-
|
|
337
|
-
|
|
728
|
+
/** The azure data explorer data source. */
|
|
729
|
+
export interface AzureDataExplorerDataSource extends DataSourceParent {
|
|
730
|
+
/** The properties of azure data explorer. */
|
|
731
|
+
properties?: AzureDataExplorerProperties;
|
|
338
732
|
kind: "AzureDataExplorer";
|
|
339
733
|
}
|
|
340
|
-
|
|
341
|
-
}
|
|
734
|
+
/** The properties of azure file service. */
|
|
342
735
|
export interface AzureFileServiceProperties extends AzureDataSourceProperties {
|
|
736
|
+
/** The endpoint of azure file service. */
|
|
343
737
|
endpoint?: string;
|
|
344
738
|
}
|
|
345
|
-
|
|
346
|
-
|
|
739
|
+
/** The azure file service data source. */
|
|
740
|
+
export interface AzureFileServiceDataSource extends DataSourceParent {
|
|
741
|
+
/** The properties of azure file service. */
|
|
742
|
+
properties?: AzureFileServiceProperties;
|
|
347
743
|
kind: "AzureFileService";
|
|
348
744
|
}
|
|
349
|
-
|
|
350
|
-
}
|
|
745
|
+
/** The properties of Azure SQL database. */
|
|
351
746
|
export interface AzureSqlDatabaseProperties extends AzureDataSourceProperties {
|
|
747
|
+
/** The server endpoint of Azure SQL database. */
|
|
352
748
|
serverEndpoint?: string;
|
|
353
749
|
}
|
|
354
|
-
|
|
355
|
-
|
|
750
|
+
/** The Azure SQL database data source. */
|
|
751
|
+
export interface AzureSqlDatabaseDataSource extends DataSourceParent {
|
|
752
|
+
/** The properties of Azure SQL database. */
|
|
753
|
+
properties?: AzureSqlDatabaseProperties;
|
|
356
754
|
kind: "AzureSqlDatabase";
|
|
357
755
|
}
|
|
358
|
-
|
|
359
|
-
}
|
|
756
|
+
/** The properties of Amazon Postgre SQL. */
|
|
360
757
|
export interface AmazonPostgreSqlProperties extends DataSourceProperties {
|
|
758
|
+
/** The server endpoint of Amazon Postgre SQL. */
|
|
361
759
|
serverEndpoint?: string;
|
|
362
|
-
port
|
|
760
|
+
/** The port of Amazon Postgre SQL. */
|
|
761
|
+
port?: number;
|
|
762
|
+
/** The vpc endpoint service name of Amazon Postgre SQL. */
|
|
763
|
+
vpcEndpointServiceName?: string;
|
|
363
764
|
}
|
|
364
|
-
|
|
365
|
-
|
|
765
|
+
/** The Amazon Postgre SQL data source. */
|
|
766
|
+
export interface AmazonPostgreSqlDataSource extends DataSourceParent {
|
|
767
|
+
/** The properties of Amazon Postgre SQL. */
|
|
768
|
+
properties?: AmazonPostgreSqlProperties;
|
|
366
769
|
kind: "AmazonPostgreSql";
|
|
367
770
|
}
|
|
368
|
-
|
|
369
|
-
}
|
|
771
|
+
/** The properties of Azure Postgre SQL. */
|
|
370
772
|
export interface AzurePostgreSqlProperties extends AzureDataSourceProperties {
|
|
773
|
+
/** The server endpoint of Azure Postgre SQL. */
|
|
371
774
|
serverEndpoint?: string;
|
|
372
775
|
port?: number;
|
|
373
776
|
}
|
|
374
|
-
|
|
375
|
-
|
|
777
|
+
/** The Azure Postgre SQL data source. */
|
|
778
|
+
export interface AzurePostgreSqlDataSource extends DataSourceParent {
|
|
779
|
+
/** The properties of Azure Postgre SQL. */
|
|
780
|
+
properties?: AzurePostgreSqlProperties;
|
|
376
781
|
kind: "AzurePostgreSql";
|
|
377
782
|
}
|
|
378
|
-
|
|
379
|
-
}
|
|
783
|
+
/** The properties of sql server database. */
|
|
380
784
|
export interface SqlServerDatabaseProperties extends AzureDataSourceProperties {
|
|
785
|
+
/** The server endpoint of sql server database. */
|
|
381
786
|
serverEndpoint?: string;
|
|
382
787
|
}
|
|
383
|
-
|
|
384
|
-
|
|
788
|
+
/** The sql server database data source. */
|
|
789
|
+
export interface SqlServerDatabaseDataSource extends DataSourceParent {
|
|
790
|
+
/** The properties of sql server database. */
|
|
791
|
+
properties?: SqlServerDatabaseProperties;
|
|
385
792
|
kind: "SqlServerDatabase";
|
|
386
793
|
}
|
|
387
|
-
|
|
388
|
-
}
|
|
794
|
+
/** The properties of Azure SQL database managed instance. */
|
|
389
795
|
export interface AzureSqlDatabaseManagedInstanceProperties extends AzureDataSourceProperties {
|
|
390
796
|
serverEndpoint?: string;
|
|
391
797
|
}
|
|
392
|
-
|
|
393
|
-
|
|
798
|
+
/** The Azure SQL database managed instance data source. */
|
|
799
|
+
export interface AzureSqlDatabaseManagedInstanceDataSource extends DataSourceParent {
|
|
800
|
+
/** The properties of Azure SQL database managed instance. */
|
|
801
|
+
properties?: AzureSqlDatabaseManagedInstanceProperties;
|
|
394
802
|
kind: "AzureSqlDatabaseManagedInstance";
|
|
395
803
|
}
|
|
396
|
-
|
|
397
|
-
}
|
|
804
|
+
/** The properties of Azure SQL data warehouse. */
|
|
398
805
|
export interface AzureSqlDataWarehouseProperties extends AzureDataSourceProperties {
|
|
399
806
|
serverEndpoint?: string;
|
|
400
807
|
}
|
|
401
|
-
|
|
402
|
-
|
|
808
|
+
/** The Azure SQL data warehouse data source. */
|
|
809
|
+
export interface AzureSqlDataWarehouseDataSource extends DataSourceParent {
|
|
810
|
+
/** The properties of Azure SQL data warehouse. */
|
|
811
|
+
properties?: AzureSqlDataWarehouseProperties;
|
|
403
812
|
kind: "AzureSqlDataWarehouse";
|
|
404
813
|
}
|
|
405
|
-
|
|
406
|
-
}
|
|
814
|
+
/** Azure MySQL data source properties. */
|
|
407
815
|
export interface AzureMySqlProperties extends AzureDataSourceProperties {
|
|
816
|
+
/** The server endpoint of azure my sql. */
|
|
408
817
|
serverEndpoint?: string;
|
|
818
|
+
/** The port of azure my sql. */
|
|
409
819
|
port?: number;
|
|
410
820
|
}
|
|
411
|
-
|
|
412
|
-
|
|
821
|
+
/** Azure MySQL data source. */
|
|
822
|
+
export interface AzureMySqlDataSource extends DataSourceParent {
|
|
823
|
+
/** Azure MySQL properties. */
|
|
824
|
+
properties?: AzureMySqlProperties;
|
|
413
825
|
kind: "AzureMySql";
|
|
414
826
|
}
|
|
415
|
-
|
|
416
|
-
}
|
|
827
|
+
/** The properties of Azure Storage. */
|
|
417
828
|
export interface AzureStorageProperties extends AzureDataSourceProperties {
|
|
829
|
+
/** The endpoint of Azure Storage. */
|
|
418
830
|
endpoint?: string;
|
|
419
831
|
}
|
|
420
|
-
|
|
421
|
-
|
|
832
|
+
/** The Azure Storage data source. */
|
|
833
|
+
export interface AzureStorageDataSource extends DataSourceParent {
|
|
834
|
+
/** The properties of Azure Storage. */
|
|
835
|
+
properties?: AzureStorageProperties;
|
|
422
836
|
kind: "AzureStorage";
|
|
423
837
|
}
|
|
424
|
-
|
|
425
|
-
}
|
|
838
|
+
/** The properties of teradata. */
|
|
426
839
|
export interface TeradataProperties extends DataSourceProperties {
|
|
840
|
+
/** The host of teradata. */
|
|
427
841
|
host?: string;
|
|
428
842
|
}
|
|
429
|
-
|
|
430
|
-
|
|
843
|
+
/** The teradata data source. */
|
|
844
|
+
export interface TeradataDataSource extends DataSourceParent {
|
|
845
|
+
/** The properties of teradata. */
|
|
846
|
+
properties?: TeradataProperties;
|
|
431
847
|
kind: "Teradata";
|
|
432
848
|
}
|
|
433
|
-
|
|
434
|
-
}
|
|
849
|
+
/** The properties of oracle. */
|
|
435
850
|
export interface OracleProperties extends DataSourceProperties {
|
|
851
|
+
/** The host of Oracle server. */
|
|
436
852
|
host?: string;
|
|
853
|
+
/** The port of Oracle server. */
|
|
437
854
|
port?: string;
|
|
855
|
+
/** The service of Oracle server. */
|
|
438
856
|
service?: string;
|
|
439
857
|
}
|
|
440
|
-
|
|
441
|
-
|
|
858
|
+
/** The oracle data source. */
|
|
859
|
+
export interface OracleDataSource extends DataSourceParent {
|
|
860
|
+
/** The properties of oracle. */
|
|
861
|
+
properties?: OracleProperties;
|
|
442
862
|
kind: "Oracle";
|
|
443
863
|
}
|
|
444
|
-
|
|
445
|
-
}
|
|
864
|
+
/** SAP S/4HANA data source properties. */
|
|
446
865
|
export interface SapS4HanaProperties extends DataSourceProperties {
|
|
866
|
+
/** The application server of SAP S/4HANA. */
|
|
447
867
|
applicationServer?: string;
|
|
868
|
+
/** The system number of SAP S/4HANA. */
|
|
448
869
|
systemNumber?: string;
|
|
449
870
|
}
|
|
450
|
-
|
|
451
|
-
|
|
871
|
+
/** SAP S/4HANA data source. */
|
|
872
|
+
export interface SapS4HanaDataSource extends DataSourceParent {
|
|
873
|
+
/** SAP S/4HANA data source properties. */
|
|
874
|
+
properties?: SapS4HanaProperties;
|
|
452
875
|
kind: "SapS4Hana";
|
|
453
876
|
}
|
|
454
|
-
|
|
455
|
-
}
|
|
877
|
+
/** SAP ECC properties. */
|
|
456
878
|
export interface SapEccProperties extends DataSourceProperties {
|
|
879
|
+
/** The application server of SAP ECC. */
|
|
457
880
|
applicationServer?: string;
|
|
881
|
+
/** The system number of SAP ECC. */
|
|
458
882
|
systemNumber?: string;
|
|
459
883
|
}
|
|
460
|
-
|
|
461
|
-
|
|
884
|
+
/** SAP ECC data source. */
|
|
885
|
+
export interface SapEccDataSource extends DataSourceParent {
|
|
886
|
+
/** SAP ECC properties. */
|
|
887
|
+
properties?: SapEccProperties;
|
|
462
888
|
kind: "SapEcc";
|
|
463
889
|
}
|
|
464
|
-
|
|
465
|
-
}
|
|
890
|
+
/** Power BI properties. */
|
|
466
891
|
export interface PowerBIProperties extends DataSourceProperties {
|
|
892
|
+
/** The tenant of Power BI. */
|
|
467
893
|
tenant?: string;
|
|
468
894
|
}
|
|
469
|
-
|
|
470
|
-
|
|
895
|
+
/** Power BI data source. */
|
|
896
|
+
export interface PowerBIDataSource extends DataSourceParent {
|
|
897
|
+
/** Power BI properties. */
|
|
898
|
+
properties?: PowerBIProperties;
|
|
471
899
|
kind: "PowerBI";
|
|
472
900
|
}
|
|
473
|
-
|
|
474
|
-
}
|
|
901
|
+
/** Scan ruleset properties. */
|
|
475
902
|
export interface ScanRulesetProperties {
|
|
476
|
-
createdAt?: Date;
|
|
477
903
|
description?: string;
|
|
904
|
+
/** The system classifications that are excluded from the scan ruleset. */
|
|
478
905
|
excludedSystemClassifications?: Array<string>;
|
|
906
|
+
/** The custom classification rule names that are included in the scan ruleset. */
|
|
479
907
|
includedCustomClassificationRuleNames?: Array<string>;
|
|
480
|
-
lastModifiedAt?: Date;
|
|
481
908
|
}
|
|
909
|
+
/** Azure subscription scan ruleset properties. */
|
|
482
910
|
export interface AzureSubscriptionScanRulesetProperties extends ScanRulesetProperties {
|
|
483
911
|
}
|
|
484
|
-
|
|
485
|
-
|
|
912
|
+
/** Azure subscription scan ruleset. */
|
|
913
|
+
export interface AzureSubscriptionScanRuleset extends ScanRulesetParent {
|
|
914
|
+
/** Azure subscription scan ruleset properties. */
|
|
915
|
+
properties?: AzureSubscriptionScanRulesetProperties;
|
|
486
916
|
kind: "AzureSubscription";
|
|
487
917
|
}
|
|
488
|
-
|
|
489
|
-
}
|
|
918
|
+
/** Azure resource group scan ruleset properties. */
|
|
490
919
|
export interface AzureResourceGroupScanRulesetProperties extends ScanRulesetProperties {
|
|
491
920
|
}
|
|
492
|
-
|
|
493
|
-
|
|
921
|
+
/** Azure resource group scan ruleset. */
|
|
922
|
+
export interface AzureResourceGroupScanRuleset extends ScanRulesetParent {
|
|
923
|
+
/** Azure resource group scan ruleset properties. */
|
|
924
|
+
properties?: AzureResourceGroupScanRulesetProperties;
|
|
494
925
|
kind: "AzureResourceGroup";
|
|
495
926
|
}
|
|
496
|
-
|
|
497
|
-
}
|
|
927
|
+
/** Azure synapse workspace scan ruleset properties. */
|
|
498
928
|
export interface AzureSynapseWorkspaceScanRulesetProperties extends ScanRulesetProperties {
|
|
499
929
|
}
|
|
500
|
-
|
|
501
|
-
|
|
930
|
+
/** Azure synapse workspace scan ruleset. */
|
|
931
|
+
export interface AzureSynapseWorkspaceScanRuleset extends ScanRulesetParent {
|
|
932
|
+
/** Azure synapse workspace scan ruleset properties. */
|
|
933
|
+
properties?: AzureSynapseWorkspaceScanRulesetProperties;
|
|
502
934
|
kind: "AzureSynapseWorkspace";
|
|
503
935
|
}
|
|
504
|
-
|
|
505
|
-
}
|
|
936
|
+
/** Azure synapse scan ruleset properties. */
|
|
506
937
|
export interface AzureSynapseScanRulesetProperties extends ScanRulesetProperties {
|
|
507
938
|
}
|
|
508
|
-
|
|
509
|
-
|
|
939
|
+
/** Azure synapse scan ruleset. */
|
|
940
|
+
export interface AzureSynapseScanRuleset extends ScanRulesetParent {
|
|
941
|
+
/** Azure synapse scan ruleset properties. */
|
|
942
|
+
properties?: AzureSynapseScanRulesetProperties;
|
|
510
943
|
kind: "AzureSynapse";
|
|
511
944
|
}
|
|
512
|
-
|
|
513
|
-
}
|
|
945
|
+
/** Custom file type. */
|
|
514
946
|
export interface CustomFileType {
|
|
947
|
+
/** The built-in file type of the custom file type. */
|
|
515
948
|
builtInType?: "AVRO" | "ORC" | "PARQUET" | "JSON" | "TXT" | "XML" | "Documents" | "CSV" | "PSV" | "SSV" | "TSV" | "GZ" | "DOC" | "DOCM" | "DOCX" | "DOT" | "ODP" | "ODS" | "ODT" | "PDF" | "POT" | "PPS" | "PPSX" | "PPT" | "PPTM" | "PPTX" | "XLC" | "XLS" | "XLSB" | "XLSM" | "XLSX" | "XLT";
|
|
949
|
+
/** The custom delimiter of the custom file type. */
|
|
516
950
|
customDelimiter?: string;
|
|
517
951
|
}
|
|
952
|
+
/** Custom file extension. */
|
|
518
953
|
export interface CustomFileExtension {
|
|
519
|
-
|
|
954
|
+
/** The custom file type of the custom file extension. */
|
|
955
|
+
customFileType?: CustomFileType;
|
|
956
|
+
/** The description of the custom file extension. */
|
|
520
957
|
description?: string;
|
|
958
|
+
/** The flag to indicate whether the custom file extension is enabled or not. */
|
|
521
959
|
enabled?: boolean;
|
|
960
|
+
/** The file extension of the custom file extension. */
|
|
522
961
|
fileExtension?: string;
|
|
523
962
|
}
|
|
524
|
-
|
|
525
|
-
}
|
|
963
|
+
/** Scanning rule. */
|
|
526
964
|
export interface ScanningRule {
|
|
527
965
|
fileExtensions?: Array<"AVRO" | "ORC" | "PARQUET" | "JSON" | "TXT" | "XML" | "Documents" | "CSV" | "PSV" | "SSV" | "TSV" | "GZ" | "DOC" | "DOCM" | "DOCX" | "DOT" | "ODP" | "ODS" | "ODT" | "PDF" | "POT" | "PPS" | "PPSX" | "PPT" | "PPTM" | "PPTX" | "XLC" | "XLS" | "XLSB" | "XLSM" | "XLSX" | "XLT">;
|
|
966
|
+
/** The custom file extensions of the scanning rule. */
|
|
528
967
|
customFileExtensions?: Array<CustomFileExtension>;
|
|
529
968
|
}
|
|
969
|
+
/** Scanning rule scan ruleset properties. */
|
|
530
970
|
export interface ScanningRuleScanRulesetProperties extends ScanRulesetProperties {
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export interface ScanningRuleScanRulesetPropertiesScanningRule extends ScanningRule {
|
|
971
|
+
/** The scanning rule of the scanning rule scan ruleset. */
|
|
972
|
+
scanningRule?: ScanningRule;
|
|
534
973
|
}
|
|
974
|
+
/** ADLS Gen1 scan ruleset properties. */
|
|
535
975
|
export interface AdlsGen1ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
536
976
|
}
|
|
537
|
-
|
|
538
|
-
|
|
977
|
+
/** ADLS Gen1 scan ruleset. */
|
|
978
|
+
export interface AdlsGen1ScanRuleset extends ScanRulesetParent {
|
|
979
|
+
/** ADLS Gen1 scan ruleset properties. */
|
|
980
|
+
properties?: AdlsGen1ScanRulesetProperties;
|
|
539
981
|
kind: "AdlsGen1";
|
|
540
982
|
}
|
|
541
|
-
|
|
542
|
-
}
|
|
983
|
+
/** Adls gen 2 scan ruleset properties. */
|
|
543
984
|
export interface AdlsGen2ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
544
985
|
}
|
|
545
|
-
|
|
546
|
-
|
|
986
|
+
/** Adls gen 2 scan ruleset. */
|
|
987
|
+
export interface AdlsGen2ScanRuleset extends ScanRulesetParent {
|
|
988
|
+
/** Adls gen 2 scan ruleset properties. */
|
|
989
|
+
properties?: AdlsGen2ScanRulesetProperties;
|
|
547
990
|
kind: "AdlsGen2";
|
|
548
991
|
}
|
|
549
|
-
|
|
550
|
-
}
|
|
992
|
+
/** Amazon account scan ruleset properties. */
|
|
551
993
|
export interface AmazonAccountScanRulesetProperties extends ScanRulesetProperties {
|
|
552
994
|
}
|
|
553
|
-
|
|
554
|
-
|
|
995
|
+
/** Amazon account scan ruleset. */
|
|
996
|
+
export interface AmazonAccountScanRuleset extends ScanRulesetParent {
|
|
997
|
+
/** Amazon account scan ruleset properties. */
|
|
998
|
+
properties?: AmazonAccountScanRulesetProperties;
|
|
555
999
|
kind: "AmazonAccount";
|
|
556
1000
|
}
|
|
557
|
-
|
|
558
|
-
}
|
|
1001
|
+
/** Amazon S3 scan ruleset properties. */
|
|
559
1002
|
export interface AmazonS3ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
560
1003
|
}
|
|
561
|
-
|
|
562
|
-
|
|
1004
|
+
/** Amazon S3 scan ruleset. */
|
|
1005
|
+
export interface AmazonS3ScanRuleset extends ScanRulesetParent {
|
|
1006
|
+
/** Amazon S3 scan ruleset properties. */
|
|
1007
|
+
properties?: AmazonS3ScanRulesetProperties;
|
|
563
1008
|
kind: "AmazonS3";
|
|
564
1009
|
}
|
|
565
|
-
|
|
566
|
-
}
|
|
1010
|
+
/** Amazon SQL scan ruleset properties. */
|
|
567
1011
|
export interface AmazonSqlScanRulesetProperties extends ScanRulesetProperties {
|
|
568
1012
|
}
|
|
569
|
-
|
|
570
|
-
|
|
1013
|
+
/** Amazon SQL scan ruleset. */
|
|
1014
|
+
export interface AmazonSqlScanRuleset extends ScanRulesetParent {
|
|
1015
|
+
/** Amazon SQL scan ruleset properties. */
|
|
1016
|
+
properties?: AmazonSqlScanRulesetProperties;
|
|
571
1017
|
kind: "AmazonSql";
|
|
572
1018
|
}
|
|
573
|
-
|
|
574
|
-
}
|
|
1019
|
+
/** Azure Cosmos DB scan ruleset properties. */
|
|
575
1020
|
export interface AzureCosmosDbScanRulesetProperties extends ScanRulesetProperties {
|
|
576
1021
|
}
|
|
577
|
-
|
|
578
|
-
|
|
1022
|
+
/** Azure Cosmos DB scan ruleset. */
|
|
1023
|
+
export interface AzureCosmosDbScanRuleset extends ScanRulesetParent {
|
|
1024
|
+
/** Azure Cosmos DB scan ruleset properties. */
|
|
1025
|
+
properties?: AzureCosmosDbScanRulesetProperties;
|
|
579
1026
|
kind: "AzureCosmosDb";
|
|
580
1027
|
}
|
|
581
|
-
|
|
582
|
-
}
|
|
1028
|
+
/** Azure data explorer scan ruleset properties. */
|
|
583
1029
|
export interface AzureDataExplorerScanRulesetProperties extends ScanRulesetProperties {
|
|
584
1030
|
}
|
|
585
|
-
|
|
586
|
-
|
|
1031
|
+
/** Azure data explorer scan ruleset. */
|
|
1032
|
+
export interface AzureDataExplorerScanRuleset extends ScanRulesetParent {
|
|
1033
|
+
/** Azure data explorer scan ruleset properties. */
|
|
1034
|
+
properties?: AzureDataExplorerScanRulesetProperties;
|
|
587
1035
|
kind: "AzureDataExplorer";
|
|
588
1036
|
}
|
|
589
|
-
|
|
590
|
-
}
|
|
1037
|
+
/** Azure file service scan ruleset properties. */
|
|
591
1038
|
export interface AzureFileServiceScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
592
1039
|
}
|
|
593
|
-
|
|
594
|
-
|
|
1040
|
+
/** Azure file service scan ruleset. */
|
|
1041
|
+
export interface AzureFileServiceScanRuleset extends ScanRulesetParent {
|
|
1042
|
+
/** Azure file service scan ruleset properties. */
|
|
1043
|
+
properties?: AzureFileServiceScanRulesetProperties;
|
|
595
1044
|
kind: "AzureFileService";
|
|
596
1045
|
}
|
|
597
|
-
|
|
598
|
-
}
|
|
1046
|
+
/** Azure SQL db scan ruleset properties. */
|
|
599
1047
|
export interface AzureSqlDatabaseScanRulesetProperties extends ScanRulesetProperties {
|
|
600
1048
|
}
|
|
601
|
-
|
|
602
|
-
|
|
1049
|
+
/** Azure SQL db scan ruleset. */
|
|
1050
|
+
export interface AzureSqlDatabaseScanRuleset extends ScanRulesetParent {
|
|
1051
|
+
/** Azure SQL db scan ruleset properties. */
|
|
1052
|
+
properties?: AzureSqlDatabaseScanRulesetProperties;
|
|
603
1053
|
kind: "AzureSqlDatabase";
|
|
604
1054
|
}
|
|
605
|
-
|
|
606
|
-
}
|
|
1055
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
607
1056
|
export interface AmazonPostgreSqlScanRulesetProperties extends ScanRulesetProperties {
|
|
608
1057
|
}
|
|
609
|
-
|
|
610
|
-
|
|
1058
|
+
/** Azure Postgre SQL scan ruleset. */
|
|
1059
|
+
export interface AmazonPostgreSqlScanRuleset extends ScanRulesetParent {
|
|
1060
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1061
|
+
properties?: AmazonPostgreSqlScanRulesetProperties;
|
|
611
1062
|
kind: "AmazonPostgreSql";
|
|
612
1063
|
}
|
|
613
|
-
|
|
614
|
-
}
|
|
1064
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
615
1065
|
export interface AzurePostgreSqlScanRulesetProperties extends ScanRulesetProperties {
|
|
616
1066
|
}
|
|
617
|
-
|
|
618
|
-
|
|
1067
|
+
/** Azure Postgre SQL scan ruleset. */
|
|
1068
|
+
export interface AzurePostgreSqlScanRuleset extends ScanRulesetParent {
|
|
1069
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1070
|
+
properties?: AzurePostgreSqlScanRulesetProperties;
|
|
619
1071
|
kind: "AzurePostgreSql";
|
|
620
1072
|
}
|
|
621
|
-
|
|
622
|
-
}
|
|
1073
|
+
/** Sql server database scan ruleset properties. */
|
|
623
1074
|
export interface SqlServerDatabaseScanRulesetProperties extends ScanRulesetProperties {
|
|
624
1075
|
}
|
|
625
|
-
|
|
626
|
-
|
|
1076
|
+
/** Sql server database scan ruleset. */
|
|
1077
|
+
export interface SqlServerDatabaseScanRuleset extends ScanRulesetParent {
|
|
1078
|
+
/** Sql server database scan ruleset properties. */
|
|
1079
|
+
properties?: SqlServerDatabaseScanRulesetProperties;
|
|
627
1080
|
kind: "SqlServerDatabase";
|
|
628
1081
|
}
|
|
629
|
-
|
|
630
|
-
}
|
|
1082
|
+
/** Azure SQL db managed instance scan ruleset properties. */
|
|
631
1083
|
export interface AzureSqlDatabaseManagedInstanceScanRulesetProperties extends ScanRulesetProperties {
|
|
632
1084
|
}
|
|
633
|
-
|
|
634
|
-
|
|
1085
|
+
/** Azure SQL db managed instance scan ruleset. */
|
|
1086
|
+
export interface AzureSqlDatabaseManagedInstanceScanRuleset extends ScanRulesetParent {
|
|
1087
|
+
/** Azure SQL db managed instance scan ruleset properties. */
|
|
1088
|
+
properties?: AzureSqlDatabaseManagedInstanceScanRulesetProperties;
|
|
635
1089
|
kind: "AzureSqlDatabaseManagedInstance";
|
|
636
1090
|
}
|
|
637
|
-
|
|
638
|
-
}
|
|
1091
|
+
/** Azure SQL data warehouse scan ruleset properties. */
|
|
639
1092
|
export interface AzureSqlDataWarehouseScanRulesetProperties extends ScanRulesetProperties {
|
|
640
1093
|
}
|
|
641
|
-
|
|
642
|
-
|
|
1094
|
+
/** Azure SQL data warehouse scan ruleset. */
|
|
1095
|
+
export interface AzureSqlDataWarehouseScanRuleset extends ScanRulesetParent {
|
|
1096
|
+
/** Azure SQL data warehouse scan ruleset properties. */
|
|
1097
|
+
properties?: AzureSqlDataWarehouseScanRulesetProperties;
|
|
643
1098
|
kind: "AzureSqlDataWarehouse";
|
|
644
1099
|
}
|
|
645
|
-
|
|
646
|
-
}
|
|
1100
|
+
/** Azure MySQL scan ruleset properties. */
|
|
647
1101
|
export interface AzureMySqlScanRulesetProperties extends ScanRulesetProperties {
|
|
648
1102
|
}
|
|
649
|
-
|
|
650
|
-
|
|
1103
|
+
/** Azure MySQL scan ruleset. */
|
|
1104
|
+
export interface AzureMySqlScanRuleset extends ScanRulesetParent {
|
|
1105
|
+
/** Azure MySQL scan ruleset properties. */
|
|
1106
|
+
properties?: AzureMySqlScanRulesetProperties;
|
|
651
1107
|
kind: "AzureMySql";
|
|
652
1108
|
}
|
|
653
|
-
|
|
654
|
-
}
|
|
1109
|
+
/** Azure Storage scan ruleset properties. */
|
|
655
1110
|
export interface AzureStorageScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
656
1111
|
}
|
|
657
|
-
|
|
658
|
-
|
|
1112
|
+
/** Azure Storage scan ruleset. */
|
|
1113
|
+
export interface AzureStorageScanRuleset extends ScanRulesetParent {
|
|
1114
|
+
/** Azure Storage scan ruleset properties. */
|
|
1115
|
+
properties?: AzureStorageScanRulesetProperties;
|
|
659
1116
|
kind: "AzureStorage";
|
|
660
1117
|
}
|
|
661
|
-
|
|
1118
|
+
/** Teradata scan ruleset properties. */
|
|
1119
|
+
export interface TeradataScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
662
1120
|
}
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
properties?:
|
|
1121
|
+
/** Teradata scan ruleset. */
|
|
1122
|
+
export interface TeradataScanRuleset extends ScanRulesetParent {
|
|
1123
|
+
/** Teradata scan ruleset properties. */
|
|
1124
|
+
properties?: TeradataScanRulesetProperties;
|
|
667
1125
|
kind: "Teradata";
|
|
668
1126
|
}
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
export interface OracleScanRulesetProperties extends ScanRulesetProperties {
|
|
1127
|
+
/** Oracle scan rule set properties. */
|
|
1128
|
+
export interface OracleScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
672
1129
|
}
|
|
673
|
-
|
|
674
|
-
|
|
1130
|
+
/** Oracle scan ruleset. */
|
|
1131
|
+
export interface OracleScanRuleset extends ScanRulesetParent {
|
|
1132
|
+
/** Oracle scan rule set properties. */
|
|
1133
|
+
properties?: OracleScanRulesetProperties;
|
|
675
1134
|
kind: "Oracle";
|
|
676
1135
|
}
|
|
677
|
-
|
|
678
|
-
}
|
|
1136
|
+
/** SAP S/4HANA scan ruleset properties. */
|
|
679
1137
|
export interface SapS4HanaScanRulesetProperties extends ScanRulesetProperties {
|
|
680
1138
|
}
|
|
681
|
-
|
|
682
|
-
|
|
1139
|
+
/** SAP S/4HANA scan ruleset. */
|
|
1140
|
+
export interface SapS4HanaScanRuleset extends ScanRulesetParent {
|
|
1141
|
+
/** SAP S/4HANA scan ruleset properties. */
|
|
1142
|
+
properties?: SapS4HanaScanRulesetProperties;
|
|
683
1143
|
kind: "SapS4Hana";
|
|
684
1144
|
}
|
|
685
|
-
|
|
686
|
-
}
|
|
1145
|
+
/** SAP ECC scan ruleset properties. */
|
|
687
1146
|
export interface SapEccScanRulesetProperties extends ScanRulesetProperties {
|
|
688
1147
|
}
|
|
689
|
-
|
|
690
|
-
|
|
1148
|
+
/** SAP ECC scan ruleset. */
|
|
1149
|
+
export interface SapEccScanRuleset extends ScanRulesetParent {
|
|
1150
|
+
/** SAP ECC scan ruleset properties. */
|
|
1151
|
+
properties?: SapEccScanRulesetProperties;
|
|
691
1152
|
kind: "SapEcc";
|
|
692
1153
|
}
|
|
693
|
-
|
|
694
|
-
}
|
|
1154
|
+
/** Power BI scan ruleset properties. */
|
|
695
1155
|
export interface PowerBIScanRulesetProperties extends ScanRulesetProperties {
|
|
696
1156
|
}
|
|
697
|
-
|
|
698
|
-
|
|
1157
|
+
/** Power BI scan ruleset. */
|
|
1158
|
+
export interface PowerBIScanRuleset extends ScanRulesetParent {
|
|
1159
|
+
/** Power BI scan ruleset properties. */
|
|
1160
|
+
properties?: PowerBIScanRulesetProperties;
|
|
699
1161
|
kind: "PowerBI";
|
|
700
1162
|
}
|
|
701
|
-
|
|
702
|
-
}
|
|
1163
|
+
/** Resource name filter. */
|
|
703
1164
|
export interface ResourceNameFilter {
|
|
704
1165
|
excludePrefixes?: Array<string>;
|
|
705
1166
|
includePrefixes?: Array<string>;
|
|
706
1167
|
resources?: Array<string>;
|
|
707
1168
|
}
|
|
1169
|
+
/** The credential reference. */
|
|
708
1170
|
export interface CredentialReference {
|
|
1171
|
+
/** The reference name of the credential. */
|
|
709
1172
|
referenceName?: string;
|
|
710
|
-
|
|
1173
|
+
/** The type of the credential. */
|
|
1174
|
+
credentialType?: "AccountKey" | "ServicePrincipal" | "BasicAuth" | "SqlAuth" | "AmazonARN" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity";
|
|
711
1175
|
}
|
|
1176
|
+
/** Resource type filter. */
|
|
712
1177
|
export interface ResourceTypeFilter {
|
|
1178
|
+
/** The name of the scan ruleset. */
|
|
713
1179
|
scanRulesetName?: string;
|
|
1180
|
+
/** The type of the scan ruleset. */
|
|
714
1181
|
scanRulesetType?: "Custom" | "System";
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
}
|
|
720
|
-
export interface ResourceTypeFilterCredential extends CredentialReference {
|
|
1182
|
+
/** Resource name filter. */
|
|
1183
|
+
resourceNameFilter?: ResourceNameFilter;
|
|
1184
|
+
/** The credential reference. */
|
|
1185
|
+
credential?: CredentialReference;
|
|
721
1186
|
}
|
|
1187
|
+
/** The integration runtime reference. */
|
|
722
1188
|
export interface ConnectedVia {
|
|
1189
|
+
/** The reference name of the integration runtime. */
|
|
723
1190
|
referenceName?: string;
|
|
724
1191
|
}
|
|
1192
|
+
/** Scan properties. */
|
|
725
1193
|
export interface ScanProperties {
|
|
1194
|
+
/** The name of the scan ruleset. */
|
|
726
1195
|
scanRulesetName?: string;
|
|
1196
|
+
/** The name of the business rule set. */
|
|
1197
|
+
businessRuleSetName?: string;
|
|
1198
|
+
/** The type of the scan ruleset. */
|
|
727
1199
|
scanRulesetType?: "Custom" | "System";
|
|
728
|
-
collection
|
|
1200
|
+
/** The collection reference of the scan. */
|
|
1201
|
+
collection?: CollectionReference;
|
|
1202
|
+
/** The domain of the scan. */
|
|
1203
|
+
domain?: string;
|
|
1204
|
+
/** The number of workers of the scan. */
|
|
729
1205
|
workers?: number;
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
1206
|
+
/** The integration runtime reference of the scan. */
|
|
1207
|
+
connectedVia?: ConnectedVia;
|
|
1208
|
+
/** The flag to indicate whether the scan is a preset scan or not. */
|
|
1209
|
+
isPresetScan?: boolean;
|
|
1210
|
+
/** The flag to indicate whether the live view is enabled or not. */
|
|
1211
|
+
isLiveViewEnabled?: boolean;
|
|
1212
|
+
/** The number of parallel scans. */
|
|
1213
|
+
parallelScanCount?: number;
|
|
1214
|
+
/** The log level of the scan. */
|
|
1215
|
+
logLevel?: string;
|
|
1216
|
+
}
|
|
1217
|
+
/** Expanding resource scan properties. */
|
|
738
1218
|
export interface ExpandingResourceScanProperties extends ScanProperties {
|
|
1219
|
+
/** Resource types of scan properties in expanding resources. */
|
|
739
1220
|
resourceTypes?: ExpandingResourceScanPropertiesResourceTypes;
|
|
740
|
-
credential
|
|
1221
|
+
/** The credential reference. */
|
|
1222
|
+
credential?: CredentialReference;
|
|
741
1223
|
}
|
|
1224
|
+
/** Resource types of scan properties in expanding resources. */
|
|
742
1225
|
export interface ExpandingResourceScanPropertiesResourceTypes {
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
1226
|
+
/** Resource type filter. */
|
|
1227
|
+
none?: ResourceTypeFilter;
|
|
1228
|
+
/** Resource type filter. */
|
|
1229
|
+
azureSubscription?: ResourceTypeFilter;
|
|
1230
|
+
/** Resource type filter. */
|
|
1231
|
+
azureResourceGroup?: ResourceTypeFilter;
|
|
1232
|
+
/** Resource type filter. */
|
|
1233
|
+
azureSynapseWorkspace?: ResourceTypeFilter;
|
|
1234
|
+
/** Resource type filter. */
|
|
1235
|
+
azureSynapse?: ResourceTypeFilter;
|
|
1236
|
+
/** Resource type filter. */
|
|
1237
|
+
adlsGen1?: ResourceTypeFilter;
|
|
1238
|
+
/** Resource type filter. */
|
|
1239
|
+
adlsGen2?: ResourceTypeFilter;
|
|
1240
|
+
/** Resource type filter. */
|
|
1241
|
+
amazonAccount?: ResourceTypeFilter;
|
|
1242
|
+
/** Resource type filter. */
|
|
1243
|
+
amazonS3?: ResourceTypeFilter;
|
|
1244
|
+
/** Resource type filter. */
|
|
1245
|
+
amazonSql?: ResourceTypeFilter;
|
|
1246
|
+
/** Resource type filter. */
|
|
1247
|
+
azureCosmosDb?: ResourceTypeFilter;
|
|
1248
|
+
/** Resource type filter. */
|
|
1249
|
+
azureDataExplorer?: ResourceTypeFilter;
|
|
1250
|
+
/** Resource type filter. */
|
|
1251
|
+
azureFileService?: ResourceTypeFilter;
|
|
1252
|
+
/** Resource type filter. */
|
|
1253
|
+
azureSqlDatabase?: ResourceTypeFilter;
|
|
1254
|
+
/** Resource type filter. */
|
|
1255
|
+
amazonPostgreSql?: ResourceTypeFilter;
|
|
1256
|
+
/** Resource type filter. */
|
|
1257
|
+
azurePostgreSql?: ResourceTypeFilter;
|
|
1258
|
+
/** Resource type filter. */
|
|
1259
|
+
sqlServerDatabase?: ResourceTypeFilter;
|
|
1260
|
+
/** Resource type filter. */
|
|
1261
|
+
azureSqlDatabaseManagedInstance?: ResourceTypeFilter;
|
|
1262
|
+
/** Resource type filter. */
|
|
1263
|
+
azureSqlDataWarehouse?: ResourceTypeFilter;
|
|
1264
|
+
/** Resource type filter. */
|
|
1265
|
+
azureMySql?: ResourceTypeFilter;
|
|
1266
|
+
/** Resource type filter. */
|
|
1267
|
+
azureStorage?: ResourceTypeFilter;
|
|
1268
|
+
/** Resource type filter. */
|
|
1269
|
+
teradata?: ResourceTypeFilter;
|
|
1270
|
+
/** Resource type filter. */
|
|
1271
|
+
oracle?: ResourceTypeFilter;
|
|
1272
|
+
/** Resource type filter. */
|
|
1273
|
+
sapS4Hana?: ResourceTypeFilter;
|
|
1274
|
+
/** Resource type filter. */
|
|
1275
|
+
sapEcc?: ResourceTypeFilter;
|
|
1276
|
+
/** Resource type filter. */
|
|
1277
|
+
powerBI?: ResourceTypeFilter;
|
|
1278
|
+
}
|
|
1279
|
+
/** Azure subscription credential scan properties. */
|
|
772
1280
|
export interface AzureSubscriptionCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
773
1281
|
}
|
|
774
|
-
|
|
775
|
-
|
|
1282
|
+
/** Azure subscription credential scan. */
|
|
1283
|
+
export interface AzureSubscriptionCredentialScan extends ScanParent {
|
|
1284
|
+
/** Azure subscription credential scan properties. */
|
|
1285
|
+
properties?: AzureSubscriptionCredentialScanProperties;
|
|
776
1286
|
kind: "AzureSubscriptionCredential";
|
|
777
1287
|
}
|
|
778
|
-
|
|
779
|
-
}
|
|
1288
|
+
/** Azure subscription MSI scan properties. */
|
|
780
1289
|
export interface AzureSubscriptionMsiScanProperties extends ExpandingResourceScanProperties {
|
|
781
1290
|
}
|
|
782
|
-
|
|
783
|
-
|
|
1291
|
+
/** Azure subscription MSI scan. */
|
|
1292
|
+
export interface AzureSubscriptionMsiScan extends ScanParent {
|
|
1293
|
+
/** Azure subscription MSI scan properties. */
|
|
1294
|
+
properties?: AzureSubscriptionMsiScanProperties;
|
|
784
1295
|
kind: "AzureSubscriptionMsi";
|
|
785
1296
|
}
|
|
786
|
-
|
|
787
|
-
}
|
|
1297
|
+
/** Azure resource group credential scan properties. */
|
|
788
1298
|
export interface AzureResourceGroupCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
789
1299
|
}
|
|
790
|
-
|
|
791
|
-
|
|
1300
|
+
/** Azure resource group credential scan. */
|
|
1301
|
+
export interface AzureResourceGroupCredentialScan extends ScanParent {
|
|
1302
|
+
/** Azure resource group credential scan properties. */
|
|
1303
|
+
properties?: AzureResourceGroupCredentialScanProperties;
|
|
792
1304
|
kind: "AzureResourceGroupCredential";
|
|
793
1305
|
}
|
|
794
|
-
|
|
795
|
-
}
|
|
1306
|
+
/** Azure resource group MSI scan properties. */
|
|
796
1307
|
export interface AzureResourceGroupMsiScanProperties extends ExpandingResourceScanProperties {
|
|
797
1308
|
}
|
|
798
|
-
|
|
799
|
-
|
|
1309
|
+
/** Azure resource group MSI scan. */
|
|
1310
|
+
export interface AzureResourceGroupMsiScan extends ScanParent {
|
|
1311
|
+
/** Azure resource group MSI scan properties. */
|
|
1312
|
+
properties?: AzureResourceGroupMsiScanProperties;
|
|
800
1313
|
kind: "AzureResourceGroupMsi";
|
|
801
1314
|
}
|
|
802
|
-
|
|
803
|
-
}
|
|
1315
|
+
/** Azure synapse workspace credential scan properties. */
|
|
804
1316
|
export interface AzureSynapseWorkspaceCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
805
1317
|
}
|
|
806
|
-
|
|
807
|
-
|
|
1318
|
+
/** Azure synapse workspace credential scan. */
|
|
1319
|
+
export interface AzureSynapseWorkspaceCredentialScan extends ScanParent {
|
|
1320
|
+
/** Azure synapse workspace credential scan properties. */
|
|
1321
|
+
properties?: AzureSynapseWorkspaceCredentialScanProperties;
|
|
808
1322
|
kind: "AzureSynapseWorkspaceCredential";
|
|
809
1323
|
}
|
|
810
|
-
|
|
811
|
-
}
|
|
1324
|
+
/** Azure synapse workspace MSI scan properties. */
|
|
812
1325
|
export interface AzureSynapseWorkspaceMsiScanProperties extends ExpandingResourceScanProperties {
|
|
813
1326
|
}
|
|
814
|
-
|
|
815
|
-
|
|
1327
|
+
/** Azure synapse workspace MSI scan. */
|
|
1328
|
+
export interface AzureSynapseWorkspaceMsiScan extends ScanParent {
|
|
1329
|
+
/** Azure synapse workspace MSI scan properties. */
|
|
1330
|
+
properties?: AzureSynapseWorkspaceMsiScanProperties;
|
|
816
1331
|
kind: "AzureSynapseWorkspaceMsi";
|
|
817
1332
|
}
|
|
818
|
-
|
|
819
|
-
}
|
|
1333
|
+
/** Azure synapse credential scan properties. */
|
|
820
1334
|
export interface AzureSynapseCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
821
1335
|
}
|
|
822
|
-
|
|
823
|
-
|
|
1336
|
+
/** Azure synapse credential scan. */
|
|
1337
|
+
export interface AzureSynapseCredentialScan extends ScanParent {
|
|
1338
|
+
/** Azure synapse credential scan properties. */
|
|
1339
|
+
properties?: AzureSynapseCredentialScanProperties;
|
|
824
1340
|
kind: "AzureSynapseCredential";
|
|
825
1341
|
}
|
|
826
|
-
|
|
827
|
-
}
|
|
1342
|
+
/** Azure synapse MSI scan properties. */
|
|
828
1343
|
export interface AzureSynapseMsiScanProperties extends ExpandingResourceScanProperties {
|
|
829
1344
|
}
|
|
830
|
-
|
|
831
|
-
|
|
1345
|
+
/** Azure synapse MSI scan. */
|
|
1346
|
+
export interface AzureSynapseMsiScan extends ScanParent {
|
|
1347
|
+
/** Azure synapse MSI scan properties. */
|
|
1348
|
+
properties?: AzureSynapseMsiScanProperties;
|
|
832
1349
|
kind: "AzureSynapseMsi";
|
|
833
1350
|
}
|
|
834
|
-
|
|
835
|
-
}
|
|
1351
|
+
/** ADLS Gen1 credential scan properties. */
|
|
836
1352
|
export interface AdlsGen1CredentialScanProperties extends ScanProperties {
|
|
837
|
-
credential
|
|
1353
|
+
/** The credential reference. */
|
|
1354
|
+
credential?: CredentialReference;
|
|
838
1355
|
}
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
properties?:
|
|
1356
|
+
/** ADLS Gen1 credential scan. */
|
|
1357
|
+
export interface AdlsGen1CredentialScan extends ScanParent {
|
|
1358
|
+
/** ADLS Gen1 credential scan properties. */
|
|
1359
|
+
properties?: AdlsGen1CredentialScanProperties;
|
|
843
1360
|
kind: "AdlsGen1Credential";
|
|
844
1361
|
}
|
|
845
|
-
|
|
846
|
-
}
|
|
1362
|
+
/** ADLS Gen1 MSI scan properties. */
|
|
847
1363
|
export interface AdlsGen1MsiScanProperties extends ScanProperties {
|
|
848
1364
|
}
|
|
849
|
-
|
|
850
|
-
|
|
1365
|
+
/** ADLS Gen1 MSI scan. */
|
|
1366
|
+
export interface AdlsGen1MsiScan extends ScanParent {
|
|
1367
|
+
/** ADLS Gen1 MSI scan properties. */
|
|
1368
|
+
properties?: AdlsGen1MsiScanProperties;
|
|
851
1369
|
kind: "AdlsGen1Msi";
|
|
852
1370
|
}
|
|
853
|
-
|
|
854
|
-
}
|
|
1371
|
+
/** ADLS Gen2 credential scan properties. */
|
|
855
1372
|
export interface AdlsGen2CredentialScanProperties extends ScanProperties {
|
|
856
|
-
credential
|
|
857
|
-
|
|
858
|
-
export interface AdlsGen2CredentialScanPropertiesCredential extends CredentialReference {
|
|
1373
|
+
/** The credential reference. */
|
|
1374
|
+
credential?: CredentialReference;
|
|
859
1375
|
}
|
|
860
|
-
|
|
861
|
-
|
|
1376
|
+
/** ADLS Gen2 credential scan. */
|
|
1377
|
+
export interface AdlsGen2CredentialScan extends ScanParent {
|
|
1378
|
+
/** ADLS Gen2 credential scan properties. */
|
|
1379
|
+
properties?: AdlsGen2CredentialScanProperties;
|
|
862
1380
|
kind: "AdlsGen2Credential";
|
|
863
1381
|
}
|
|
864
|
-
|
|
865
|
-
}
|
|
1382
|
+
/** ADLS Gen2 MSI scan properties. */
|
|
866
1383
|
export interface AdlsGen2MsiScanProperties extends ScanProperties {
|
|
867
1384
|
}
|
|
868
|
-
|
|
869
|
-
|
|
1385
|
+
/** ADLS Gen2 MSI scan. */
|
|
1386
|
+
export interface AdlsGen2MsiScan extends ScanParent {
|
|
1387
|
+
/** ADLS Gen2 MSI scan properties. */
|
|
1388
|
+
properties?: AdlsGen2MsiScanProperties;
|
|
870
1389
|
kind: "AdlsGen2Msi";
|
|
871
1390
|
}
|
|
872
|
-
|
|
873
|
-
}
|
|
1391
|
+
/** Amazon account credential scan properties. */
|
|
874
1392
|
export interface AmazonAccountCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
875
1393
|
}
|
|
876
|
-
|
|
877
|
-
|
|
1394
|
+
/** Amazon account credential scan. */
|
|
1395
|
+
export interface AmazonAccountCredentialScan extends ScanParent {
|
|
1396
|
+
/** Amazon account credential scan properties. */
|
|
1397
|
+
properties?: AmazonAccountCredentialScanProperties;
|
|
878
1398
|
kind: "AmazonAccountCredential";
|
|
879
1399
|
}
|
|
880
|
-
|
|
881
|
-
}
|
|
1400
|
+
/** Amazon S3 credential scan properties. */
|
|
882
1401
|
export interface AmazonS3CredentialScanProperties extends ScanProperties {
|
|
883
|
-
credential
|
|
1402
|
+
/** The credential reference. */
|
|
1403
|
+
credential?: CredentialReference;
|
|
884
1404
|
roleARN?: string;
|
|
1405
|
+
isMauiScan?: boolean;
|
|
885
1406
|
}
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
properties?:
|
|
1407
|
+
/** Amazon S3 credential scan. */
|
|
1408
|
+
export interface AmazonS3CredentialScan extends ScanParent {
|
|
1409
|
+
/** Amazon S3 credential scan properties. */
|
|
1410
|
+
properties?: AmazonS3CredentialScanProperties;
|
|
890
1411
|
kind: "AmazonS3Credential";
|
|
891
1412
|
}
|
|
892
|
-
|
|
893
|
-
}
|
|
1413
|
+
/** Amazon S3 role ARN scan properties. */
|
|
894
1414
|
export interface AmazonS3RoleARNScanProperties extends ScanProperties {
|
|
1415
|
+
/** The credential reference. */
|
|
1416
|
+
credential?: CredentialReference;
|
|
1417
|
+
/** The role ARN of the scan. */
|
|
895
1418
|
roleARN?: string;
|
|
1419
|
+
/** The flag to indicate whether the scan is a Maui scan or not. */
|
|
1420
|
+
isMauiScan?: boolean;
|
|
896
1421
|
}
|
|
897
|
-
|
|
898
|
-
|
|
1422
|
+
/** Amazon S3 role ARN scan. */
|
|
1423
|
+
export interface AmazonS3RoleARNScan extends ScanParent {
|
|
1424
|
+
/** Amazon S3 role ARN scan properties. */
|
|
1425
|
+
properties?: AmazonS3RoleARNScanProperties;
|
|
899
1426
|
kind: "AmazonS3RoleARN";
|
|
900
1427
|
}
|
|
901
|
-
|
|
902
|
-
}
|
|
1428
|
+
/** Amazon SQL credential scan properties. */
|
|
903
1429
|
export interface AmazonSqlCredentialScanProperties extends ScanProperties {
|
|
904
|
-
credential
|
|
1430
|
+
/** The credential reference. */
|
|
1431
|
+
credential?: CredentialReference;
|
|
1432
|
+
/** The endpoint of Amazon SQL server. */
|
|
905
1433
|
serverEndpoint?: string;
|
|
1434
|
+
/** The database name. */
|
|
906
1435
|
databaseName?: string;
|
|
1436
|
+
/** The port of Amazon SQL server. */
|
|
1437
|
+
port?: number;
|
|
1438
|
+
/** The VPC endpoint service name of Amazon SQL server. */
|
|
1439
|
+
vpcEndpointServiceName?: string;
|
|
907
1440
|
}
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
properties?:
|
|
1441
|
+
/** Amazon SQL credential scan. */
|
|
1442
|
+
export interface AmazonSqlCredentialScan extends ScanParent {
|
|
1443
|
+
/** Amazon SQL credential scan properties. */
|
|
1444
|
+
properties?: AmazonSqlCredentialScanProperties;
|
|
912
1445
|
kind: "AmazonSqlCredential";
|
|
913
1446
|
}
|
|
914
|
-
|
|
915
|
-
}
|
|
1447
|
+
/** Azure Cosmos DB credential scan properties. */
|
|
916
1448
|
export interface AzureCosmosDbCredentialScanProperties extends ScanProperties {
|
|
917
|
-
credential
|
|
1449
|
+
/** The credential reference. */
|
|
1450
|
+
credential?: CredentialReference;
|
|
918
1451
|
databaseName?: string;
|
|
919
1452
|
}
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
properties?:
|
|
1453
|
+
/** Azure Cosmos DB credential scan. */
|
|
1454
|
+
export interface AzureCosmosDbCredentialScan extends ScanParent {
|
|
1455
|
+
/** Azure Cosmos DB credential scan properties. */
|
|
1456
|
+
properties?: AzureCosmosDbCredentialScanProperties;
|
|
924
1457
|
kind: "AzureCosmosDbCredential";
|
|
925
1458
|
}
|
|
926
|
-
|
|
927
|
-
}
|
|
1459
|
+
/** Azure data Explorer credential scan properties. */
|
|
928
1460
|
export interface AzureDataExplorerCredentialScanProperties extends ScanProperties {
|
|
929
|
-
credential
|
|
1461
|
+
/** The credential reference. */
|
|
1462
|
+
credential?: CredentialReference;
|
|
930
1463
|
database?: string;
|
|
931
1464
|
}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
properties?:
|
|
1465
|
+
/** Azure data Explorer credential scan. */
|
|
1466
|
+
export interface AzureDataExplorerCredentialScan extends ScanParent {
|
|
1467
|
+
/** Azure data Explorer credential scan properties. */
|
|
1468
|
+
properties?: AzureDataExplorerCredentialScanProperties;
|
|
936
1469
|
kind: "AzureDataExplorerCredential";
|
|
937
1470
|
}
|
|
938
|
-
|
|
939
|
-
}
|
|
1471
|
+
/** Azure data Explorer MSI scan properties. */
|
|
940
1472
|
export interface AzureDataExplorerMsiScanProperties extends ScanProperties {
|
|
941
1473
|
database?: string;
|
|
942
1474
|
}
|
|
943
|
-
|
|
944
|
-
|
|
1475
|
+
/** Azure data Explorer MSI scan. */
|
|
1476
|
+
export interface AzureDataExplorerMsiScan extends ScanParent {
|
|
1477
|
+
/** Azure data Explorer MSI scan properties. */
|
|
1478
|
+
properties?: AzureDataExplorerMsiScanProperties;
|
|
945
1479
|
kind: "AzureDataExplorerMsi";
|
|
946
1480
|
}
|
|
947
|
-
|
|
948
|
-
}
|
|
1481
|
+
/** Azure file service credential scan properties. */
|
|
949
1482
|
export interface AzureFileServiceCredentialScanProperties extends ScanProperties {
|
|
950
|
-
credential
|
|
1483
|
+
/** The credential reference. */
|
|
1484
|
+
credential?: CredentialReference;
|
|
951
1485
|
shareName?: string;
|
|
952
1486
|
}
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
properties?:
|
|
1487
|
+
/** Azure file service credential scan. */
|
|
1488
|
+
export interface AzureFileServiceCredentialScan extends ScanParent {
|
|
1489
|
+
/** Azure file service credential scan properties. */
|
|
1490
|
+
properties?: AzureFileServiceCredentialScanProperties;
|
|
957
1491
|
kind: "AzureFileServiceCredential";
|
|
958
1492
|
}
|
|
959
|
-
|
|
960
|
-
}
|
|
1493
|
+
/** Azure SQL scan properties. */
|
|
961
1494
|
export interface AzureSqlScanProperties extends ScanProperties {
|
|
1495
|
+
/** The endpoint of Azure SQL server. */
|
|
962
1496
|
serverEndpoint?: string;
|
|
1497
|
+
/** The database name. */
|
|
963
1498
|
databaseName?: string;
|
|
964
1499
|
}
|
|
1500
|
+
/** Azure SQL credential scan properties. */
|
|
965
1501
|
export interface AzureSqlCredentialScanProperties extends AzureSqlScanProperties {
|
|
966
|
-
credential
|
|
967
|
-
|
|
968
|
-
export interface AzureSqlCredentialScanPropertiesCredential extends CredentialReference {
|
|
1502
|
+
/** The credential reference. */
|
|
1503
|
+
credential?: CredentialReference;
|
|
969
1504
|
}
|
|
1505
|
+
/** Azure SQL database credential scan properties. */
|
|
970
1506
|
export interface AzureSqlDatabaseCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
971
1507
|
}
|
|
972
|
-
|
|
973
|
-
|
|
1508
|
+
/** Azure SQL database credential scan. */
|
|
1509
|
+
export interface AzureSqlDatabaseCredentialScan extends ScanParent {
|
|
1510
|
+
/** Azure SQL database credential scan properties. */
|
|
1511
|
+
properties?: AzureSqlDatabaseCredentialScanProperties;
|
|
974
1512
|
kind: "AzureSqlDatabaseCredential";
|
|
975
1513
|
}
|
|
976
|
-
|
|
977
|
-
}
|
|
1514
|
+
/** Azure SQL database MSI scan properties. */
|
|
978
1515
|
export interface AzureSqlDatabaseMsiScanProperties extends AzureSqlScanProperties {
|
|
979
1516
|
}
|
|
980
|
-
|
|
981
|
-
|
|
1517
|
+
/** Azure SQL database MSI scan. */
|
|
1518
|
+
export interface AzureSqlDatabaseMsiScan extends ScanParent {
|
|
1519
|
+
/** Azure SQL database MSI scan properties. */
|
|
1520
|
+
properties?: AzureSqlDatabaseMsiScanProperties;
|
|
982
1521
|
kind: "AzureSqlDatabaseMsi";
|
|
983
1522
|
}
|
|
984
|
-
|
|
985
|
-
}
|
|
1523
|
+
/** Amazon Postgre SQL credential scan properties. */
|
|
986
1524
|
export interface AmazonPostgreSqlCredentialScanProperties extends ScanProperties {
|
|
987
|
-
credential
|
|
1525
|
+
/** The credential reference. */
|
|
1526
|
+
credential?: CredentialReference;
|
|
1527
|
+
/** The endpoint of Amazon Postgre SQL server. */
|
|
988
1528
|
serverEndpoint?: string;
|
|
1529
|
+
/** The database name. */
|
|
989
1530
|
databaseName?: string;
|
|
990
|
-
port
|
|
991
|
-
|
|
992
|
-
|
|
1531
|
+
/** The port of Amazon Postgre SQL server. */
|
|
1532
|
+
port?: number;
|
|
1533
|
+
/** The vpc endpoint service name of Amazon Postgre SQL server. */
|
|
1534
|
+
vpcEndpointServiceName?: string;
|
|
993
1535
|
}
|
|
994
|
-
|
|
995
|
-
|
|
1536
|
+
/** Amazon Postgre SQL credential scan. */
|
|
1537
|
+
export interface AmazonPostgreSqlCredentialScan extends ScanParent {
|
|
1538
|
+
/** Amazon Postgre SQL credential scan properties. */
|
|
1539
|
+
properties?: AmazonPostgreSqlCredentialScanProperties;
|
|
996
1540
|
kind: "AmazonPostgreSqlCredential";
|
|
997
1541
|
}
|
|
998
|
-
|
|
999
|
-
}
|
|
1542
|
+
/** Azure Postgre SQL credential scan properties. */
|
|
1000
1543
|
export interface AzurePostgreSqlCredentialScanProperties extends ScanProperties {
|
|
1001
|
-
credential
|
|
1544
|
+
/** The credential reference. */
|
|
1545
|
+
credential?: CredentialReference;
|
|
1546
|
+
/** The endpoint of Azure Postgre SQL server. */
|
|
1002
1547
|
serverEndpoint?: string;
|
|
1548
|
+
/** The database name. */
|
|
1003
1549
|
databaseName?: string;
|
|
1550
|
+
/** The port of Azure Postgre SQL server. */
|
|
1004
1551
|
port?: number;
|
|
1552
|
+
/** The SSL mode of Azure Postgre SQL server. */
|
|
1005
1553
|
sslMode?: number;
|
|
1006
1554
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
properties?:
|
|
1555
|
+
/** Azure Postgre SQL credential scan. */
|
|
1556
|
+
export interface AzurePostgreSqlCredentialScan extends ScanParent {
|
|
1557
|
+
/** Azure Postgre SQL credential scan properties. */
|
|
1558
|
+
properties?: AzurePostgreSqlCredentialScanProperties;
|
|
1011
1559
|
kind: "AzurePostgreSqlCredential";
|
|
1012
1560
|
}
|
|
1013
|
-
|
|
1014
|
-
}
|
|
1561
|
+
/** SQL server database credential scan properties. */
|
|
1015
1562
|
export interface SqlServerDatabaseCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1016
1563
|
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1564
|
+
/** SQL server database credential scan. */
|
|
1565
|
+
export interface SqlServerDatabaseCredentialScan extends ScanParent {
|
|
1566
|
+
/** SQL server database credential scan properties. */
|
|
1567
|
+
properties?: SqlServerDatabaseCredentialScanProperties;
|
|
1019
1568
|
kind: "SqlServerDatabaseCredential";
|
|
1020
1569
|
}
|
|
1021
|
-
|
|
1022
|
-
}
|
|
1570
|
+
/** Azure SQL database managed instance credential scan properties. */
|
|
1023
1571
|
export interface AzureSqlDatabaseManagedInstanceCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1024
1572
|
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1573
|
+
/** Azure SQL database managed instance credential scan. */
|
|
1574
|
+
export interface AzureSqlDatabaseManagedInstanceCredentialScan extends ScanParent {
|
|
1575
|
+
/** Azure SQL database managed instance credential scan properties. */
|
|
1576
|
+
properties?: AzureSqlDatabaseManagedInstanceCredentialScanProperties;
|
|
1027
1577
|
kind: "AzureSqlDatabaseManagedInstanceCredential";
|
|
1028
1578
|
}
|
|
1029
|
-
|
|
1030
|
-
}
|
|
1579
|
+
/** Azure SQL database managed instance MSI scan properties. */
|
|
1031
1580
|
export interface AzureSqlDatabaseManagedInstanceMsiScanProperties extends AzureSqlScanProperties {
|
|
1032
1581
|
}
|
|
1033
|
-
|
|
1034
|
-
|
|
1582
|
+
/** Azure SQL database managed instance MSI scan. */
|
|
1583
|
+
export interface AzureSqlDatabaseManagedInstanceMsiScan extends ScanParent {
|
|
1584
|
+
/** Azure SQL database managed instance MSI scan properties. */
|
|
1585
|
+
properties?: AzureSqlDatabaseManagedInstanceMsiScanProperties;
|
|
1035
1586
|
kind: "AzureSqlDatabaseManagedInstanceMsi";
|
|
1036
1587
|
}
|
|
1037
|
-
|
|
1038
|
-
}
|
|
1588
|
+
/** Azure SQL data warehouse credential scan properties. */
|
|
1039
1589
|
export interface AzureSqlDataWarehouseCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1040
1590
|
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1591
|
+
/** Azure SQL data warehouse credential scan. */
|
|
1592
|
+
export interface AzureSqlDataWarehouseCredentialScan extends ScanParent {
|
|
1593
|
+
/** Azure SQL data warehouse credential scan properties. */
|
|
1594
|
+
properties?: AzureSqlDataWarehouseCredentialScanProperties;
|
|
1043
1595
|
kind: "AzureSqlDataWarehouseCredential";
|
|
1044
1596
|
}
|
|
1045
|
-
|
|
1046
|
-
}
|
|
1597
|
+
/** Azure SQL data warehouse MSI scan properties. */
|
|
1047
1598
|
export interface AzureSqlDataWarehouseMsiScanProperties extends AzureSqlScanProperties {
|
|
1048
1599
|
}
|
|
1049
|
-
|
|
1050
|
-
|
|
1600
|
+
/** Azure SQL data warehouse MSI scan. */
|
|
1601
|
+
export interface AzureSqlDataWarehouseMsiScan extends ScanParent {
|
|
1602
|
+
/** Azure SQL data warehouse MSI scan properties. */
|
|
1603
|
+
properties?: AzureSqlDataWarehouseMsiScanProperties;
|
|
1051
1604
|
kind: "AzureSqlDataWarehouseMsi";
|
|
1052
1605
|
}
|
|
1053
|
-
|
|
1054
|
-
}
|
|
1606
|
+
/** Azure MySQL scan properties. */
|
|
1055
1607
|
export interface AzureMySqlScanProperties extends ScanProperties {
|
|
1608
|
+
/** The endpoint of the Azure MySQL server. */
|
|
1056
1609
|
serverEndpoint?: string;
|
|
1610
|
+
/** The port of the Azure MySQL server. */
|
|
1057
1611
|
port?: number;
|
|
1612
|
+
/** The database name. */
|
|
1058
1613
|
databaseName?: string;
|
|
1059
|
-
credential
|
|
1060
|
-
|
|
1061
|
-
export interface AzureMySqlScanPropertiesCredential extends CredentialReference {
|
|
1614
|
+
/** The credential reference. */
|
|
1615
|
+
credential?: CredentialReference;
|
|
1062
1616
|
}
|
|
1617
|
+
/** Azure MySQL credential scan properties. */
|
|
1063
1618
|
export interface AzureMySqlCredentialScanProperties extends AzureMySqlScanProperties {
|
|
1064
1619
|
}
|
|
1065
|
-
|
|
1066
|
-
|
|
1620
|
+
/** Azure MySQL credential scan. */
|
|
1621
|
+
export interface AzureMySqlCredentialScan extends ScanParent {
|
|
1622
|
+
/** Azure MySQL credential scan properties. */
|
|
1623
|
+
properties?: AzureMySqlCredentialScanProperties;
|
|
1067
1624
|
kind: "AzureMySqlCredential";
|
|
1068
1625
|
}
|
|
1069
|
-
|
|
1070
|
-
}
|
|
1626
|
+
/** Miti scan properties. */
|
|
1071
1627
|
export interface MitiScanProperties extends ScanProperties {
|
|
1628
|
+
/** The maximum memory allowed in GB. */
|
|
1072
1629
|
maximumMemoryAllowedInGb?: string;
|
|
1630
|
+
/** The miti cache. */
|
|
1073
1631
|
mitiCache?: string;
|
|
1074
1632
|
}
|
|
1633
|
+
/** Azure Storage credential scan properties. */
|
|
1075
1634
|
export interface AzureStorageCredentialScanProperties extends ScanProperties {
|
|
1076
|
-
credential
|
|
1077
|
-
|
|
1078
|
-
export interface AzureStorageCredentialScanPropertiesCredential extends CredentialReference {
|
|
1635
|
+
/** The credential reference. */
|
|
1636
|
+
credential?: CredentialReference;
|
|
1079
1637
|
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1638
|
+
/** Azure Storage credential scan. */
|
|
1639
|
+
export interface AzureStorageCredentialScan extends ScanParent {
|
|
1640
|
+
/** Azure Storage credential scan properties. */
|
|
1641
|
+
properties?: AzureStorageCredentialScanProperties;
|
|
1082
1642
|
kind: "AzureStorageCredential";
|
|
1083
1643
|
}
|
|
1084
|
-
|
|
1085
|
-
}
|
|
1644
|
+
/** Azure Storage MSI scan properties. */
|
|
1086
1645
|
export interface AzureStorageMsiScanProperties extends ScanProperties {
|
|
1087
1646
|
}
|
|
1088
|
-
|
|
1089
|
-
|
|
1647
|
+
/** Azure Storage MSI scan. */
|
|
1648
|
+
export interface AzureStorageMsiScan extends ScanParent {
|
|
1649
|
+
/** Azure Storage MSI scan properties. */
|
|
1650
|
+
properties?: AzureStorageMsiScanProperties;
|
|
1090
1651
|
kind: "AzureStorageMsi";
|
|
1091
1652
|
}
|
|
1092
|
-
|
|
1093
|
-
}
|
|
1653
|
+
/** Teradata credential scan properties. */
|
|
1094
1654
|
export interface TeradataCredentialScanProperties extends MitiScanProperties {
|
|
1095
|
-
credential
|
|
1655
|
+
/** The credential reference. */
|
|
1656
|
+
credential?: CredentialReference;
|
|
1096
1657
|
schema?: string;
|
|
1097
1658
|
driverLocation?: string;
|
|
1659
|
+
storedProcedureDetails?: string;
|
|
1098
1660
|
}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
properties?:
|
|
1661
|
+
/** Teradata credential scan. */
|
|
1662
|
+
export interface TeradataCredentialScan extends ScanParent {
|
|
1663
|
+
/** Teradata credential scan properties. */
|
|
1664
|
+
properties?: TeradataCredentialScanProperties;
|
|
1103
1665
|
kind: "TeradataTeradataCredential";
|
|
1104
1666
|
}
|
|
1105
|
-
|
|
1106
|
-
}
|
|
1667
|
+
/** Teradata user pass scan properties. */
|
|
1107
1668
|
export interface TeradataUserPassScanProperties extends ScanProperties {
|
|
1108
1669
|
username?: string;
|
|
1109
1670
|
password?: string;
|
|
1110
1671
|
}
|
|
1111
|
-
|
|
1112
|
-
|
|
1672
|
+
/** Teradata user pass scan. */
|
|
1673
|
+
export interface TeradataUserPassScan extends ScanParent {
|
|
1674
|
+
/** Teradata user pass scan properties. */
|
|
1675
|
+
properties?: TeradataUserPassScanProperties;
|
|
1113
1676
|
kind: "TeradataUserPass";
|
|
1114
1677
|
}
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1678
|
+
/** Teradata user pass scan properties. */
|
|
1679
|
+
export interface TeradataTeradataUserPassScanProperties extends MitiScanProperties {
|
|
1680
|
+
/** The username of Teradata server. */
|
|
1118
1681
|
username?: string;
|
|
1682
|
+
/** The password of Teradata server. */
|
|
1119
1683
|
password?: string;
|
|
1684
|
+
/** The schema. */
|
|
1120
1685
|
schema?: string;
|
|
1686
|
+
/** The driver location. */
|
|
1121
1687
|
driverLocation?: string;
|
|
1122
1688
|
}
|
|
1123
|
-
|
|
1124
|
-
|
|
1689
|
+
/** Teradata user pass scan. */
|
|
1690
|
+
export interface TeradataTeradataUserPassScan extends ScanParent {
|
|
1691
|
+
/** Teradata user pass scan properties. */
|
|
1692
|
+
properties?: TeradataTeradataUserPassScanProperties;
|
|
1125
1693
|
kind: "TeradataTeradataUserPass";
|
|
1126
1694
|
}
|
|
1127
|
-
|
|
1128
|
-
}
|
|
1695
|
+
/** Oracle credential scan properties. */
|
|
1129
1696
|
export interface OracleCredentialScanProperties extends MitiScanProperties {
|
|
1130
|
-
credential
|
|
1697
|
+
/** The credential reference. */
|
|
1698
|
+
credential?: CredentialReference;
|
|
1131
1699
|
schema?: string;
|
|
1132
1700
|
driverLocation?: string;
|
|
1701
|
+
storedProcedureDetails?: string;
|
|
1133
1702
|
}
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
properties?:
|
|
1703
|
+
/** Oracle credential scan. */
|
|
1704
|
+
export interface OracleCredentialScan extends ScanParent {
|
|
1705
|
+
/** Oracle credential scan properties. */
|
|
1706
|
+
properties?: OracleCredentialScanProperties;
|
|
1138
1707
|
kind: "OracleOracleCredential";
|
|
1139
1708
|
}
|
|
1140
|
-
|
|
1141
|
-
}
|
|
1709
|
+
/** Oracle user pass scan properties. */
|
|
1142
1710
|
export interface OracleUserPassScanProperties extends MitiScanProperties {
|
|
1711
|
+
/** The username of Oracle server. */
|
|
1143
1712
|
username?: string;
|
|
1713
|
+
/** The password of Oracle server. */
|
|
1144
1714
|
password?: string;
|
|
1715
|
+
/** The schema. */
|
|
1145
1716
|
schema?: string;
|
|
1717
|
+
/** The driver location. */
|
|
1146
1718
|
driverLocation?: string;
|
|
1147
1719
|
}
|
|
1148
|
-
|
|
1149
|
-
|
|
1720
|
+
/** Oracle user pass scan. */
|
|
1721
|
+
export interface OracleUserPassScan extends ScanParent {
|
|
1722
|
+
/** Oracle user pass scan properties. */
|
|
1723
|
+
properties?: OracleUserPassScanProperties;
|
|
1150
1724
|
kind: "OracleOracleUserPass";
|
|
1151
1725
|
}
|
|
1152
|
-
|
|
1153
|
-
}
|
|
1726
|
+
/** SAP S/4HANA credential scan properties. */
|
|
1154
1727
|
export interface SapS4HanaSapS4HanaCredentialScanProperties extends MitiScanProperties {
|
|
1728
|
+
/** The client ID of SAP S/4HANA server. */
|
|
1155
1729
|
clientId?: string;
|
|
1156
|
-
credential
|
|
1730
|
+
/** The credential reference. */
|
|
1731
|
+
credential?: CredentialReference;
|
|
1732
|
+
/** The JCo library path. */
|
|
1157
1733
|
jCoLibraryPath?: string;
|
|
1158
1734
|
}
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
properties?:
|
|
1735
|
+
/** SAP S/4HANA credential scan. */
|
|
1736
|
+
export interface SapS4HanaSapS4HanaCredentialScan extends ScanParent {
|
|
1737
|
+
/** SAP S/4HANA credential scan properties. */
|
|
1738
|
+
properties?: SapS4HanaSapS4HanaCredentialScanProperties;
|
|
1163
1739
|
kind: "SapS4HanaSapS4HanaCredential";
|
|
1164
1740
|
}
|
|
1165
|
-
|
|
1166
|
-
}
|
|
1741
|
+
/** SAP S/4HANA user pass scan properties. */
|
|
1167
1742
|
export interface SapS4HanaSapS4HanaUserPassScanProperties extends MitiScanProperties {
|
|
1743
|
+
/** The client ID of SAP S/4HANA server. */
|
|
1168
1744
|
clientId?: string;
|
|
1745
|
+
/** The username of SAP S/4HANA server. */
|
|
1169
1746
|
username?: string;
|
|
1747
|
+
/** The password of SAP S/4HANA server. */
|
|
1170
1748
|
password?: string;
|
|
1749
|
+
/** The JCo library path. */
|
|
1171
1750
|
jCoLibraryPath?: string;
|
|
1172
1751
|
}
|
|
1173
|
-
|
|
1174
|
-
|
|
1752
|
+
/** SAP S/4HANA user pass scan. */
|
|
1753
|
+
export interface SapS4HanaSapS4HanaUserPassScan extends ScanParent {
|
|
1754
|
+
/** SAP S/4HANA user pass scan properties. */
|
|
1755
|
+
properties?: SapS4HanaSapS4HanaUserPassScanProperties;
|
|
1175
1756
|
kind: "SapS4HanaSapS4HanaUserPass";
|
|
1176
1757
|
}
|
|
1177
|
-
|
|
1178
|
-
}
|
|
1758
|
+
/** SAP ECC credential scan properties. */
|
|
1179
1759
|
export interface SapEccCredentialScanProperties extends MitiScanProperties {
|
|
1180
1760
|
clientId?: string;
|
|
1181
|
-
credential
|
|
1761
|
+
/** The credential reference. */
|
|
1762
|
+
credential?: CredentialReference;
|
|
1182
1763
|
jCoLibraryPath?: string;
|
|
1183
1764
|
}
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
properties?:
|
|
1765
|
+
/** SAP ECC credential scan. */
|
|
1766
|
+
export interface SapEccCredentialScan extends ScanParent {
|
|
1767
|
+
/** SAP ECC credential scan properties. */
|
|
1768
|
+
properties?: SapEccCredentialScanProperties;
|
|
1188
1769
|
kind: "SapEccSapEccCredential";
|
|
1189
1770
|
}
|
|
1190
|
-
|
|
1191
|
-
}
|
|
1771
|
+
/** SAP ECC user pass scan properties. */
|
|
1192
1772
|
export interface SapEccUserPassScanProperties extends MitiScanProperties {
|
|
1193
1773
|
clientId?: string;
|
|
1194
1774
|
username?: string;
|
|
1195
1775
|
password?: string;
|
|
1196
1776
|
jCoLibraryPath?: string;
|
|
1197
1777
|
}
|
|
1198
|
-
|
|
1199
|
-
|
|
1778
|
+
/** SAP ECC user pass scan. */
|
|
1779
|
+
export interface SapEccUserPassScan extends ScanParent {
|
|
1780
|
+
/** SAP ECC user pass scan properties. */
|
|
1781
|
+
properties?: SapEccUserPassScanProperties;
|
|
1200
1782
|
kind: "SapEccSapEccUserPass";
|
|
1201
1783
|
}
|
|
1202
|
-
|
|
1203
|
-
}
|
|
1784
|
+
/** Power BI delegated scan properties. */
|
|
1204
1785
|
export interface PowerBIDelegatedScanProperties extends ScanProperties {
|
|
1205
1786
|
tenant?: string;
|
|
1206
1787
|
authenticationType?: string;
|
|
@@ -1209,175 +1790,189 @@ export interface PowerBIDelegatedScanProperties extends ScanProperties {
|
|
|
1209
1790
|
password?: string;
|
|
1210
1791
|
includePersonalWorkspaces?: boolean;
|
|
1211
1792
|
}
|
|
1212
|
-
|
|
1213
|
-
|
|
1793
|
+
/** Power BI delegated scan. */
|
|
1794
|
+
export interface PowerBIDelegatedScan extends ScanParent {
|
|
1795
|
+
/** Power BI delegated scan properties. */
|
|
1796
|
+
properties?: PowerBIDelegatedScanProperties;
|
|
1214
1797
|
kind: "PowerBIDelegated";
|
|
1215
1798
|
}
|
|
1216
|
-
|
|
1217
|
-
}
|
|
1799
|
+
/** Power BI MSI scan properties. */
|
|
1218
1800
|
export interface PowerBIMsiScanProperties extends ScanProperties {
|
|
1801
|
+
/** Whether to include personal workspaces or not. */
|
|
1219
1802
|
includePersonalWorkspaces?: boolean;
|
|
1220
1803
|
}
|
|
1221
|
-
|
|
1222
|
-
|
|
1804
|
+
/** Power BI MSI scan. */
|
|
1805
|
+
export interface PowerBIMsiScan extends ScanParent {
|
|
1806
|
+
/** Power BI MSI scan properties. */
|
|
1807
|
+
properties?: PowerBIMsiScanProperties;
|
|
1223
1808
|
kind: "PowerBIMsi";
|
|
1224
1809
|
}
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
properties?:
|
|
1229
|
-
kind: "
|
|
1230
|
-
}
|
|
1231
|
-
export interface AzureSubscriptionSystemScanRulesetProperties extends AzureSubscriptionScanRulesetProperties {
|
|
1232
|
-
}
|
|
1233
|
-
export interface AzureResourceGroupSystemScanRuleset extends SystemScanRulesetBase {
|
|
1234
|
-
properties?: AzureResourceGroupSystemScanRulesetProperties;
|
|
1235
|
-
kind: "None";
|
|
1236
|
-
}
|
|
1237
|
-
export interface AzureResourceGroupSystemScanRulesetProperties extends AzureResourceGroupScanRulesetProperties {
|
|
1238
|
-
}
|
|
1239
|
-
export interface AzureSynapseWorkspaceSystemScanRuleset extends SystemScanRulesetBase {
|
|
1240
|
-
properties?: AzureSynapseWorkspaceSystemScanRulesetProperties;
|
|
1241
|
-
kind: "None";
|
|
1242
|
-
}
|
|
1243
|
-
export interface AzureSynapseWorkspaceSystemScanRulesetProperties extends AzureSynapseWorkspaceScanRulesetProperties {
|
|
1244
|
-
}
|
|
1245
|
-
export interface AzureSynapseSystemScanRuleset extends SystemScanRulesetBase {
|
|
1246
|
-
properties?: AzureSynapseSystemScanRulesetProperties;
|
|
1247
|
-
kind: "None";
|
|
1248
|
-
}
|
|
1249
|
-
export interface AzureSynapseSystemScanRulesetProperties extends AzureSynapseScanRulesetProperties {
|
|
1250
|
-
}
|
|
1251
|
-
export interface AdlsGen1SystemScanRuleset extends SystemScanRulesetBase {
|
|
1252
|
-
properties?: AdlsGen1SystemScanRulesetProperties;
|
|
1253
|
-
kind: "None";
|
|
1254
|
-
}
|
|
1255
|
-
export interface AdlsGen1SystemScanRulesetProperties extends AdlsGen1ScanRulesetProperties {
|
|
1256
|
-
}
|
|
1257
|
-
export interface AdlsGen2SystemScanRuleset extends SystemScanRulesetBase {
|
|
1258
|
-
properties?: AdlsGen2SystemScanRulesetProperties;
|
|
1259
|
-
kind: "None";
|
|
1260
|
-
}
|
|
1261
|
-
export interface AdlsGen2SystemScanRulesetProperties extends AdlsGen2ScanRulesetProperties {
|
|
1262
|
-
}
|
|
1263
|
-
export interface AmazonAccountSystemScanRuleset extends SystemScanRulesetBase {
|
|
1264
|
-
properties?: AmazonAccountSystemScanRulesetProperties;
|
|
1265
|
-
kind: "None";
|
|
1266
|
-
}
|
|
1267
|
-
export interface AmazonAccountSystemScanRulesetProperties extends AmazonAccountScanRulesetProperties {
|
|
1268
|
-
}
|
|
1269
|
-
export interface AmazonS3SystemScanRuleset extends SystemScanRulesetBase {
|
|
1270
|
-
properties?: AmazonS3SystemScanRulesetProperties;
|
|
1271
|
-
kind: "None";
|
|
1272
|
-
}
|
|
1273
|
-
export interface AmazonS3SystemScanRulesetProperties extends AmazonS3ScanRulesetProperties {
|
|
1274
|
-
}
|
|
1275
|
-
export interface AmazonSqlSystemScanRuleset extends SystemScanRulesetBase {
|
|
1276
|
-
properties?: AmazonSqlSystemScanRulesetProperties;
|
|
1277
|
-
kind: "None";
|
|
1278
|
-
}
|
|
1279
|
-
export interface AmazonSqlSystemScanRulesetProperties extends AmazonSqlScanRulesetProperties {
|
|
1280
|
-
}
|
|
1281
|
-
export interface AzureCosmosDbSystemScanRuleset extends SystemScanRulesetBase {
|
|
1282
|
-
properties?: AzureCosmosDbSystemScanRulesetProperties;
|
|
1283
|
-
kind: "None";
|
|
1284
|
-
}
|
|
1285
|
-
export interface AzureCosmosDbSystemScanRulesetProperties extends AzureCosmosDbScanRulesetProperties {
|
|
1286
|
-
}
|
|
1287
|
-
export interface AzureDataExplorerSystemScanRuleset extends SystemScanRulesetBase {
|
|
1288
|
-
properties?: AzureDataExplorerSystemScanRulesetProperties;
|
|
1289
|
-
kind: "None";
|
|
1290
|
-
}
|
|
1291
|
-
export interface AzureDataExplorerSystemScanRulesetProperties extends AzureDataExplorerScanRulesetProperties {
|
|
1292
|
-
}
|
|
1293
|
-
export interface AzureFileServiceSystemScanRuleset extends SystemScanRulesetBase {
|
|
1294
|
-
properties?: AzureFileServiceSystemScanRulesetProperties;
|
|
1295
|
-
kind: "None";
|
|
1296
|
-
}
|
|
1297
|
-
export interface AzureFileServiceSystemScanRulesetProperties extends AzureFileServiceScanRulesetProperties {
|
|
1298
|
-
}
|
|
1299
|
-
export interface AzureSqlDatabaseSystemScanRuleset extends SystemScanRulesetBase {
|
|
1300
|
-
properties?: AzureSqlDatabaseSystemScanRulesetProperties;
|
|
1301
|
-
kind: "None";
|
|
1302
|
-
}
|
|
1303
|
-
export interface AzureSqlDatabaseSystemScanRulesetProperties extends AzureSqlDatabaseScanRulesetProperties {
|
|
1810
|
+
/** Azure subscription system scan ruleset. */
|
|
1811
|
+
export interface AzureSubscriptionSystemScanRuleset extends SystemScanRulesetParent {
|
|
1812
|
+
/** Azure subscription scan ruleset properties. */
|
|
1813
|
+
properties?: AzureSubscriptionScanRulesetProperties;
|
|
1814
|
+
kind: "AzureSubscription";
|
|
1304
1815
|
}
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1816
|
+
/** Azure resource group system scan ruleset. */
|
|
1817
|
+
export interface AzureResourceGroupSystemScanRuleset extends SystemScanRulesetParent {
|
|
1818
|
+
/** Azure resource group scan ruleset properties. */
|
|
1819
|
+
properties?: AzureResourceGroupScanRulesetProperties;
|
|
1820
|
+
kind: "AzureResourceGroup";
|
|
1308
1821
|
}
|
|
1309
|
-
|
|
1822
|
+
/** Azure synapse workspace system scan ruleset. */
|
|
1823
|
+
export interface AzureSynapseWorkspaceSystemScanRuleset extends SystemScanRulesetParent {
|
|
1824
|
+
/** Azure synapse workspace scan ruleset properties. */
|
|
1825
|
+
properties?: AzureSynapseWorkspaceScanRulesetProperties;
|
|
1826
|
+
kind: "AzureSynapseWorkspace";
|
|
1310
1827
|
}
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1828
|
+
/** Azure Synapse System scan rule set. */
|
|
1829
|
+
export interface AzureSynapseSystemScanRuleset extends SystemScanRulesetParent {
|
|
1830
|
+
/** Azure synapse scan ruleset properties. */
|
|
1831
|
+
properties?: AzureSynapseScanRulesetProperties;
|
|
1832
|
+
kind: "AzureSynapse";
|
|
1314
1833
|
}
|
|
1315
|
-
|
|
1834
|
+
/** ADLS Gen1 System scan rule set. */
|
|
1835
|
+
export interface AdlsGen1SystemScanRuleset extends SystemScanRulesetParent {
|
|
1836
|
+
/** ADLS Gen1 scan ruleset properties. */
|
|
1837
|
+
properties?: AdlsGen1ScanRulesetProperties;
|
|
1838
|
+
kind: "AdlsGen1";
|
|
1316
1839
|
}
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1840
|
+
/** ADLS Gen2 system scan rule set. */
|
|
1841
|
+
export interface AdlsGen2SystemScanRuleset extends SystemScanRulesetParent {
|
|
1842
|
+
/** Adls gen 2 scan ruleset properties. */
|
|
1843
|
+
properties?: AdlsGen2ScanRulesetProperties;
|
|
1844
|
+
kind: "AdlsGen2";
|
|
1320
1845
|
}
|
|
1321
|
-
|
|
1846
|
+
/** Amazon account system scan rule set. */
|
|
1847
|
+
export interface AmazonAccountSystemScanRuleset extends SystemScanRulesetParent {
|
|
1848
|
+
/** Amazon account scan ruleset properties. */
|
|
1849
|
+
properties?: AmazonAccountScanRulesetProperties;
|
|
1850
|
+
kind: "AmazonAccount";
|
|
1322
1851
|
}
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1852
|
+
/** Amazon S3 system scan ruleset. */
|
|
1853
|
+
export interface AmazonS3SystemScanRuleset extends SystemScanRulesetParent {
|
|
1854
|
+
/** Amazon S3 scan ruleset properties. */
|
|
1855
|
+
properties?: AmazonS3ScanRulesetProperties;
|
|
1856
|
+
kind: "AmazonS3";
|
|
1326
1857
|
}
|
|
1327
|
-
|
|
1858
|
+
/** Amazon SQL system scan ruleset. */
|
|
1859
|
+
export interface AmazonSqlSystemScanRuleset extends SystemScanRulesetParent {
|
|
1860
|
+
/** Amazon SQL scan ruleset properties. */
|
|
1861
|
+
properties?: AmazonSqlScanRulesetProperties;
|
|
1862
|
+
kind: "AmazonSql";
|
|
1328
1863
|
}
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1864
|
+
/** Azure Cosmos DB system scan rule set. */
|
|
1865
|
+
export interface AzureCosmosDbSystemScanRuleset extends SystemScanRulesetParent {
|
|
1866
|
+
/** Azure Cosmos DB scan ruleset properties. */
|
|
1867
|
+
properties?: AzureCosmosDbScanRulesetProperties;
|
|
1868
|
+
kind: "AzureCosmosDb";
|
|
1332
1869
|
}
|
|
1333
|
-
|
|
1870
|
+
/** Azure data explorer system scan rule set. */
|
|
1871
|
+
export interface AzureDataExplorerSystemScanRuleset extends SystemScanRulesetParent {
|
|
1872
|
+
/** Azure data explorer scan ruleset properties. */
|
|
1873
|
+
properties?: AzureDataExplorerScanRulesetProperties;
|
|
1874
|
+
kind: "AzureDataExplorer";
|
|
1334
1875
|
}
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1876
|
+
/** Azure file service system scan rule set. */
|
|
1877
|
+
export interface AzureFileServiceSystemScanRuleset extends SystemScanRulesetParent {
|
|
1878
|
+
/** Azure file service scan ruleset properties. */
|
|
1879
|
+
properties?: AzureFileServiceScanRulesetProperties;
|
|
1880
|
+
kind: "AzureFileService";
|
|
1338
1881
|
}
|
|
1339
|
-
|
|
1882
|
+
/** Azure SQL db system scan rule set. */
|
|
1883
|
+
export interface AzureSqlDatabaseSystemScanRuleset extends SystemScanRulesetParent {
|
|
1884
|
+
/** Azure SQL db scan ruleset properties. */
|
|
1885
|
+
properties?: AzureSqlDatabaseScanRulesetProperties;
|
|
1886
|
+
kind: "AzureSqlDatabase";
|
|
1340
1887
|
}
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1888
|
+
/** Amazon Postgre SQL system scan rule set. */
|
|
1889
|
+
export interface AmazonPostgreSqlSystemScanRuleset extends SystemScanRulesetParent {
|
|
1890
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1891
|
+
properties?: AmazonPostgreSqlScanRulesetProperties;
|
|
1892
|
+
kind: "AmazonPostgreSql";
|
|
1344
1893
|
}
|
|
1345
|
-
|
|
1894
|
+
/** Azure Postgre SQL system scan rule set. */
|
|
1895
|
+
export interface AzurePostgreSqlSystemScanRuleset extends SystemScanRulesetParent {
|
|
1896
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1897
|
+
properties?: AzurePostgreSqlScanRulesetProperties;
|
|
1898
|
+
kind: "AzurePostgreSql";
|
|
1346
1899
|
}
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1900
|
+
/** Sql server database system scan rule set. */
|
|
1901
|
+
export interface SqlServerDatabaseSystemScanRuleset extends SystemScanRulesetParent {
|
|
1902
|
+
/** Sql server database scan ruleset properties. */
|
|
1903
|
+
properties?: SqlServerDatabaseScanRulesetProperties;
|
|
1904
|
+
kind: "SqlServerDatabase";
|
|
1350
1905
|
}
|
|
1351
|
-
|
|
1906
|
+
/** Azure SQL database managed instance system scan rule set. */
|
|
1907
|
+
export interface AzureSqlDatabaseManagedInstanceSystemScanRuleset extends SystemScanRulesetParent {
|
|
1908
|
+
/** Azure SQL db managed instance scan ruleset properties. */
|
|
1909
|
+
properties?: AzureSqlDatabaseManagedInstanceScanRulesetProperties;
|
|
1910
|
+
kind: "AzureSqlDatabaseManagedInstance";
|
|
1352
1911
|
}
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1912
|
+
/** Azure SQL data warehouse system scan ruleset. */
|
|
1913
|
+
export interface AzureSqlDataWarehouseSystemScanRuleset extends SystemScanRulesetParent {
|
|
1914
|
+
/** Azure SQL data warehouse scan ruleset properties. */
|
|
1915
|
+
properties?: AzureSqlDataWarehouseScanRulesetProperties;
|
|
1916
|
+
kind: "AzureSqlDataWarehouse";
|
|
1356
1917
|
}
|
|
1357
|
-
|
|
1918
|
+
/** Azure MySQL system scan ruleset. */
|
|
1919
|
+
export interface AzureMySqlSystemScanRuleset extends SystemScanRulesetParent {
|
|
1920
|
+
/** Azure MySQL scan ruleset properties. */
|
|
1921
|
+
properties?: AzureMySqlScanRulesetProperties;
|
|
1922
|
+
kind: "AzureMySql";
|
|
1358
1923
|
}
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1924
|
+
/** Azure Storage system scan ruleset. */
|
|
1925
|
+
export interface AzureStorageSystemScanRuleset extends SystemScanRulesetParent {
|
|
1926
|
+
/** Azure Storage scan ruleset properties. */
|
|
1927
|
+
properties?: AzureStorageScanRulesetProperties;
|
|
1928
|
+
kind: "AzureStorage";
|
|
1362
1929
|
}
|
|
1363
|
-
|
|
1930
|
+
/** Teradata system scan ruleset. */
|
|
1931
|
+
export interface TeradataSystemScanRuleset extends SystemScanRulesetParent {
|
|
1932
|
+
/** Teradata scan ruleset properties. */
|
|
1933
|
+
properties?: TeradataScanRulesetProperties;
|
|
1934
|
+
kind: "Teradata";
|
|
1364
1935
|
}
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1936
|
+
/** Oracle system scan ruleset. */
|
|
1937
|
+
export interface OracleSystemScanRuleset extends SystemScanRulesetParent {
|
|
1938
|
+
/** Oracle scan rule set properties. */
|
|
1939
|
+
properties?: OracleScanRulesetProperties;
|
|
1940
|
+
kind: "Oracle";
|
|
1368
1941
|
}
|
|
1369
|
-
|
|
1942
|
+
/** SAP S/4HANA system scan ruleset. */
|
|
1943
|
+
export interface SapS4HanaSystemScanRuleset extends SystemScanRulesetParent {
|
|
1944
|
+
/** SAP S/4HANA scan ruleset properties. */
|
|
1945
|
+
properties?: SapS4HanaScanRulesetProperties;
|
|
1946
|
+
kind: "SapS4Hana";
|
|
1370
1947
|
}
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1948
|
+
/** SAP ECC system scan ruleset. */
|
|
1949
|
+
export interface SapEccSystemScanRuleset extends SystemScanRulesetParent {
|
|
1950
|
+
/** SAP ECC scan ruleset properties. */
|
|
1951
|
+
properties?: SapEccScanRulesetProperties;
|
|
1952
|
+
kind: "SapEcc";
|
|
1374
1953
|
}
|
|
1375
|
-
|
|
1954
|
+
/** Power BI system scan ruleset. */
|
|
1955
|
+
export interface PowerBISystemScanRuleset extends SystemScanRulesetParent {
|
|
1956
|
+
/** Power BI scan ruleset properties. */
|
|
1957
|
+
properties?: PowerBIScanRulesetProperties;
|
|
1958
|
+
kind: "PowerBI";
|
|
1376
1959
|
}
|
|
1377
|
-
|
|
1378
|
-
export type
|
|
1379
|
-
|
|
1380
|
-
export type
|
|
1381
|
-
|
|
1960
|
+
/** The classification rule. */
|
|
1961
|
+
export type ClassificationRule = SystemClassificationRule | CustomClassificationRule;
|
|
1962
|
+
/** The credential. */
|
|
1963
|
+
export type Credential = AccountKeyAuthAzureKeyVaultCredential | BasicAuthAzureKeyVaultCredential | RoleARNCredential | ServicePrincipalAzureKeyVaultCredential | SqlAuthAzureKeyVaultCredential | ConsumerKeyAuthAzureKeyVaultCredential | DelegatedAuthAzureKeyVaultCredential | ManagedIdentityAzureKeyVaultCredential;
|
|
1964
|
+
/** The data source. */
|
|
1965
|
+
export type DataSource = AzureSubscriptionDataSource | AzureResourceGroupDataSource | AzureSynapseWorkspaceDataSource | AzureSynapseDataSource | AdlsGen1DataSource | AdlsGen2DataSource | AmazonAccountDataSource | AmazonS3DataSource | AmazonSqlDataSource | AzureCosmosDbDataSource | AzureDataExplorerDataSource | AzureFileServiceDataSource | AzureSqlDatabaseDataSource | AmazonPostgreSqlDataSource | AzurePostgreSqlDataSource | SqlServerDatabaseDataSource | AzureSqlDatabaseManagedInstanceDataSource | AzureSqlDataWarehouseDataSource | AzureMySqlDataSource | AzureStorageDataSource | TeradataDataSource | OracleDataSource | SapS4HanaDataSource | SapEccDataSource | PowerBIDataSource;
|
|
1966
|
+
/** The scan. */
|
|
1967
|
+
export type Scan = AzureSubscriptionCredentialScan | AzureSubscriptionMsiScan | AzureResourceGroupCredentialScan | AzureResourceGroupMsiScan | AzureSynapseWorkspaceCredentialScan | AzureSynapseWorkspaceMsiScan | AzureSynapseCredentialScan | AzureSynapseMsiScan | AdlsGen1CredentialScan | AdlsGen1MsiScan | AdlsGen2CredentialScan | AdlsGen2MsiScan | AmazonAccountCredentialScan | AmazonS3CredentialScan | AmazonS3RoleARNScan | AmazonSqlCredentialScan | AzureCosmosDbCredentialScan | AzureDataExplorerCredentialScan | AzureDataExplorerMsiScan | AzureFileServiceCredentialScan | AzureSqlDatabaseCredentialScan | AzureSqlDatabaseMsiScan | AmazonPostgreSqlCredentialScan | AzurePostgreSqlCredentialScan | SqlServerDatabaseCredentialScan | AzureSqlDatabaseManagedInstanceCredentialScan | AzureSqlDatabaseManagedInstanceMsiScan | AzureSqlDataWarehouseCredentialScan | AzureSqlDataWarehouseMsiScan | AzureMySqlCredentialScan | AzureStorageCredentialScan | AzureStorageMsiScan | TeradataCredentialScan | TeradataUserPassScan | TeradataTeradataUserPassScan | OracleCredentialScan | OracleUserPassScan | SapS4HanaSapS4HanaCredentialScan | SapS4HanaSapS4HanaUserPassScan | SapEccCredentialScan | SapEccUserPassScan | PowerBIDelegatedScan | PowerBIMsiScan;
|
|
1968
|
+
/** Purview nested object which serves as a compute resource for activities. */
|
|
1969
|
+
export type IntegrationRuntime = ManagedIntegrationRuntime | SelfHostedIntegrationRuntime;
|
|
1970
|
+
/** Integration runtime status. */
|
|
1971
|
+
export type IntegrationRuntimeStatus = SelfHostedIntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus;
|
|
1972
|
+
/** The scan ruleset. */
|
|
1973
|
+
export type ScanRuleset = AzureSubscriptionScanRuleset | AzureResourceGroupScanRuleset | AzureSynapseWorkspaceScanRuleset | AzureSynapseScanRuleset | AdlsGen1ScanRuleset | AdlsGen2ScanRuleset | AmazonAccountScanRuleset | AmazonS3ScanRuleset | AmazonSqlScanRuleset | AzureCosmosDbScanRuleset | AzureDataExplorerScanRuleset | AzureFileServiceScanRuleset | AzureSqlDatabaseScanRuleset | AmazonPostgreSqlScanRuleset | AzurePostgreSqlScanRuleset | SqlServerDatabaseScanRuleset | AzureSqlDatabaseManagedInstanceScanRuleset | AzureSqlDataWarehouseScanRuleset | AzureMySqlScanRuleset | AzureStorageScanRuleset | TeradataScanRuleset | OracleScanRuleset | SapS4HanaScanRuleset | SapEccScanRuleset | PowerBIScanRuleset;
|
|
1974
|
+
/** The system scan ruleset. */
|
|
1975
|
+
export type SystemScanRuleset = AzureSubscriptionSystemScanRuleset | AzureResourceGroupSystemScanRuleset | AzureSynapseWorkspaceSystemScanRuleset | AzureSynapseSystemScanRuleset | AdlsGen1SystemScanRuleset | AdlsGen2SystemScanRuleset | AmazonAccountSystemScanRuleset | AmazonS3SystemScanRuleset | AmazonSqlSystemScanRuleset | AzureCosmosDbSystemScanRuleset | AzureDataExplorerSystemScanRuleset | AzureFileServiceSystemScanRuleset | AzureSqlDatabaseSystemScanRuleset | AmazonPostgreSqlSystemScanRuleset | AzurePostgreSqlSystemScanRuleset | SqlServerDatabaseSystemScanRuleset | AzureSqlDatabaseManagedInstanceSystemScanRuleset | AzureSqlDataWarehouseSystemScanRuleset | AzureMySqlSystemScanRuleset | AzureStorageSystemScanRuleset | TeradataSystemScanRuleset | OracleSystemScanRuleset | SapS4HanaSystemScanRuleset | SapEccSystemScanRuleset | PowerBISystemScanRuleset;
|
|
1976
|
+
/** Pattern of classification rule. */
|
|
1382
1977
|
export type ClassificationRulePattern = RegexClassificationRulePattern;
|
|
1383
1978
|
//# sourceMappingURL=models.d.ts.map
|