@azure-rest/purview-scanning 1.0.0-beta.2 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +14 -15
- package/dist/browser/clientDefinitions.d.ts +277 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +60 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +136 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +1978 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +2269 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +202 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +104 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/purviewScanningRestClient.d.ts +16 -0
- package/dist/browser/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/browser/purviewScanningRestClient.js +43 -0
- package/dist/browser/purviewScanningRestClient.js.map +1 -0
- package/dist/browser/responses.d.ts +940 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +277 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +60 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +139 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1978 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +2269 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +202 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +107 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/purviewScanningRestClient.d.ts +16 -0
- package/dist/commonjs/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/commonjs/purviewScanningRestClient.js +46 -0
- package/dist/commonjs/purviewScanningRestClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +940 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +277 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +60 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +136 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1978 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +2269 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +202 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +104 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/purviewScanningRestClient.d.ts +16 -0
- package/dist/esm/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/esm/purviewScanningRestClient.js +43 -0
- package/dist/esm/purviewScanningRestClient.js.map +1 -0
- package/dist/esm/responses.d.ts +940 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +277 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +60 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +136 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1978 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +2269 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +202 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +104 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/purviewScanningRestClient.d.ts +16 -0
- package/dist/react-native/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/react-native/purviewScanningRestClient.js +43 -0
- package/dist/react-native/purviewScanningRestClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +940 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +86 -71
- package/CHANGELOG.md +0 -10
- package/dist/index.js +0 -90
- package/dist/index.js.map +0 -1
- package/dist-esm/src/index.js +0 -10
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/paginateHelper.js +0 -70
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewScanning.js +0 -13
- package/dist-esm/src/purviewScanning.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/types/purview-scanning-rest.d.ts +0 -2681
|
@@ -0,0 +1,1978 @@
|
|
|
1
|
+
/** The Azure Key Vault connection. */
|
|
2
|
+
export interface AzureKeyVault extends ProxyResource {
|
|
3
|
+
/** Azure Key Vault connection properties. */
|
|
4
|
+
properties?: AzureKeyVaultProperties;
|
|
5
|
+
}
|
|
6
|
+
/** Azure Key Vault connection properties. */
|
|
7
|
+
export interface AzureKeyVaultProperties {
|
|
8
|
+
/** The base URL of the Azure Key Vault. */
|
|
9
|
+
baseUrl?: string;
|
|
10
|
+
/** The description of the Azure Key Vault connection. */
|
|
11
|
+
description?: string;
|
|
12
|
+
}
|
|
13
|
+
/** The proxy resource. */
|
|
14
|
+
export interface ProxyResource {
|
|
15
|
+
}
|
|
16
|
+
/** The error model. */
|
|
17
|
+
export interface ErrorModel {
|
|
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. */
|
|
23
|
+
target?: string;
|
|
24
|
+
/** An array of nested ErrorModel objects that provides additional error details. */
|
|
25
|
+
details?: Array<ErrorModel>;
|
|
26
|
+
}
|
|
27
|
+
/** The classification rule. */
|
|
28
|
+
export interface ClassificationRuleParent extends ProxyResource {
|
|
29
|
+
kind: "ClassificationRule" | "System" | "Custom";
|
|
30
|
+
}
|
|
31
|
+
/** The credential. */
|
|
32
|
+
export interface CredentialParent extends ProxyResource {
|
|
33
|
+
kind: "Credential" | "AccountKey" | "BasicAuth" | "AmazonARN" | "ServicePrincipal" | "SqlAuth" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity";
|
|
34
|
+
}
|
|
35
|
+
/** The data source. */
|
|
36
|
+
export interface DataSourceParent extends ProxyResource {
|
|
37
|
+
/** The creation type. */
|
|
38
|
+
creationType?: "Manual" | "AutoNative" | "AutoManaged";
|
|
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";
|
|
40
|
+
}
|
|
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";
|
|
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";
|
|
52
|
+
}
|
|
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";
|
|
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. */
|
|
91
|
+
export interface ScanDiagnostics {
|
|
92
|
+
/** Notifications. */
|
|
93
|
+
notifications?: Array<Notification>;
|
|
94
|
+
}
|
|
95
|
+
/** The notification model. */
|
|
96
|
+
export interface Notification {
|
|
97
|
+
/** Notification message. */
|
|
98
|
+
message?: string;
|
|
99
|
+
/** Notification code. */
|
|
100
|
+
code?: number;
|
|
101
|
+
}
|
|
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;
|
|
121
|
+
}
|
|
122
|
+
/** The extended properties. */
|
|
123
|
+
export interface ExtendedProperties {
|
|
124
|
+
/** The subscription identifier. */
|
|
125
|
+
subscriptionId?: string;
|
|
126
|
+
/** The resource group. */
|
|
127
|
+
resourceGroup?: string;
|
|
128
|
+
}
|
|
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;
|
|
137
|
+
}
|
|
138
|
+
/** The filter. */
|
|
139
|
+
export interface Filter extends ProxyResource {
|
|
140
|
+
/** The filter properties. */
|
|
141
|
+
properties?: FilterProperties;
|
|
142
|
+
}
|
|
143
|
+
/** The filter properties. */
|
|
144
|
+
export interface FilterProperties {
|
|
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";
|
|
204
|
+
}
|
|
205
|
+
/** The versioned scan ruleset. */
|
|
206
|
+
export interface VersionedScanRuleset extends ProxyResource {
|
|
207
|
+
/** Versioned scan ruleset properties. */
|
|
208
|
+
scanRulesetType?: "Custom" | "System";
|
|
209
|
+
}
|
|
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";
|
|
213
|
+
}
|
|
214
|
+
/** The trigger object. */
|
|
215
|
+
export interface Trigger extends ProxyResource {
|
|
216
|
+
/** The properties of trigger. */
|
|
217
|
+
properties?: TriggerProperties;
|
|
218
|
+
/** The validation error info of trigger. */
|
|
219
|
+
validationErrorInfo?: string;
|
|
220
|
+
}
|
|
221
|
+
/** Properties detail of trigger. */
|
|
222
|
+
export interface TriggerProperties {
|
|
223
|
+
/** The recurrence of trigger. */
|
|
224
|
+
recurrence?: TriggerRecurrence;
|
|
225
|
+
/** The recurrence interval of trigger. */
|
|
226
|
+
recurrenceInterval?: string;
|
|
227
|
+
/** The state of trigger. */
|
|
228
|
+
state?: "Enabled" | "Disabled";
|
|
229
|
+
/** The scan level of trigger. */
|
|
230
|
+
scanLevel?: "Full" | "Incremental";
|
|
231
|
+
/** The incremental scan start time of trigger. */
|
|
232
|
+
incrementalScanStartTime?: Date | string;
|
|
233
|
+
}
|
|
234
|
+
/** The recurrence of trigger. */
|
|
235
|
+
export interface TriggerRecurrence {
|
|
236
|
+
/** The frequency of trigger recurrence. */
|
|
237
|
+
frequency?: "Week" | "Month" | "Day" | "Hour";
|
|
238
|
+
/** The interval of trigger recurrence. */
|
|
239
|
+
interval?: number;
|
|
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. */
|
|
247
|
+
timeZone?: string;
|
|
248
|
+
}
|
|
249
|
+
/** Schedule of recurrence. */
|
|
250
|
+
export interface RecurrenceSchedule {
|
|
251
|
+
/** The minutes of recurrence schedule. */
|
|
252
|
+
minutes?: Array<number>;
|
|
253
|
+
/** The hours of recurrence schedule. */
|
|
254
|
+
hours?: Array<number>;
|
|
255
|
+
/** The week days of recurrence schedule. */
|
|
256
|
+
weekDays?: Array<"Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday">;
|
|
257
|
+
/** Month days of recurrence schedule. */
|
|
258
|
+
monthDays?: Array<number>;
|
|
259
|
+
/** The monthly occurrences of recurrence schedule. */
|
|
260
|
+
monthlyOccurrences?: Array<RecurrenceScheduleOccurrence>;
|
|
261
|
+
}
|
|
262
|
+
/** The occurrence of recurrence schedule. */
|
|
263
|
+
export interface RecurrenceScheduleOccurrence {
|
|
264
|
+
/** The day of recurrence schedule occurrence. */
|
|
265
|
+
day?: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
266
|
+
occurrence?: number;
|
|
267
|
+
}
|
|
268
|
+
/** The compute resource properties for managed integration runtime. */
|
|
269
|
+
export interface ManagedIntegrationRuntimeComputeProperties {
|
|
270
|
+
/** The location for managed integration runtime. */
|
|
271
|
+
location?: string;
|
|
272
|
+
}
|
|
273
|
+
/** Managed integration runtime type properties. */
|
|
274
|
+
export interface ManagedIntegrationRuntimeTypeProperties {
|
|
275
|
+
/** The compute resource properties for managed integration runtime. */
|
|
276
|
+
computeProperties?: ManagedIntegrationRuntimeComputeProperties;
|
|
277
|
+
}
|
|
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;
|
|
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. */
|
|
356
|
+
export interface CollectionReference {
|
|
357
|
+
/** The reference name of collection reference. */
|
|
358
|
+
referenceName?: string;
|
|
359
|
+
/** The type of collection reference. */
|
|
360
|
+
type?: string;
|
|
361
|
+
}
|
|
362
|
+
/** The properties of system classification rule. */
|
|
363
|
+
export interface SystemClassificationRuleProperties {
|
|
364
|
+
description?: string;
|
|
365
|
+
/** The classification name of system classification rule. */
|
|
366
|
+
classificationName?: string;
|
|
367
|
+
/** The rule status of system classification rule. */
|
|
368
|
+
ruleStatus?: "Enabled" | "Disabled";
|
|
369
|
+
}
|
|
370
|
+
/** The rule of system classification. */
|
|
371
|
+
export interface SystemClassificationRule extends ClassificationRuleParent {
|
|
372
|
+
/** The properties of system classification rule. */
|
|
373
|
+
properties?: SystemClassificationRuleProperties;
|
|
374
|
+
kind: "System";
|
|
375
|
+
}
|
|
376
|
+
/** Pattern of classification rule. */
|
|
377
|
+
export interface ClassificationRulePatternParent {
|
|
378
|
+
kind: "ClassificationRulePattern" | "Regex";
|
|
379
|
+
}
|
|
380
|
+
/** The properties of custom classification rule. */
|
|
381
|
+
export interface CustomClassificationRuleProperties {
|
|
382
|
+
minimumPercentageMatch?: number;
|
|
383
|
+
/** The data patterns of custom classification rule. */
|
|
384
|
+
dataPatterns?: Array<ClassificationRulePattern>;
|
|
385
|
+
/** The column patterns of custom classification rule. */
|
|
386
|
+
columnPatterns?: Array<ClassificationRulePattern>;
|
|
387
|
+
/** The description of custom classification rule. */
|
|
388
|
+
description?: string;
|
|
389
|
+
/** The classification name of custom classification rule. */
|
|
390
|
+
classificationName?: string;
|
|
391
|
+
/** The rule status of custom classification rule. */
|
|
392
|
+
ruleStatus?: "Enabled" | "Disabled";
|
|
393
|
+
}
|
|
394
|
+
/** Rule of custom classification. */
|
|
395
|
+
export interface CustomClassificationRule extends ClassificationRuleParent {
|
|
396
|
+
/** The properties of custom classification rule. */
|
|
397
|
+
properties?: CustomClassificationRuleProperties;
|
|
398
|
+
kind: "Custom";
|
|
399
|
+
}
|
|
400
|
+
/** Pattern of regex classification rule. */
|
|
401
|
+
export interface RegexClassificationRulePattern extends ClassificationRulePatternParent {
|
|
402
|
+
/** The pattern of regex classification rule pattern. */
|
|
403
|
+
pattern?: string;
|
|
404
|
+
kind: "Regex";
|
|
405
|
+
}
|
|
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;
|
|
521
|
+
}
|
|
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";
|
|
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. */
|
|
578
|
+
export interface AzureSubscriptionProperties extends DataSourceProperties {
|
|
579
|
+
/** The subscription ID of azure subscription. */
|
|
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";
|
|
585
|
+
}
|
|
586
|
+
/** Azure subscription data source. */
|
|
587
|
+
export interface AzureSubscriptionDataSource extends DataSourceParent {
|
|
588
|
+
/** Azure subscription properties. */
|
|
589
|
+
properties?: AzureSubscriptionProperties;
|
|
590
|
+
kind: "AzureSubscription";
|
|
591
|
+
}
|
|
592
|
+
/** Azure resource group properties. */
|
|
593
|
+
export interface AzureResourceGroupProperties extends DataSourceProperties {
|
|
594
|
+
/** Subscription id. */
|
|
595
|
+
subscriptionId?: string;
|
|
596
|
+
/** Resource group. */
|
|
597
|
+
resourceGroup?: string;
|
|
598
|
+
/** Resource id. */
|
|
599
|
+
resourceId?: string;
|
|
600
|
+
/** Data use governance. */
|
|
601
|
+
dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
|
|
602
|
+
}
|
|
603
|
+
/** Azure resource group data source. */
|
|
604
|
+
export interface AzureResourceGroupDataSource extends DataSourceParent {
|
|
605
|
+
/** Azure resource group properties. */
|
|
606
|
+
properties?: AzureResourceGroupProperties;
|
|
607
|
+
kind: "AzureResourceGroup";
|
|
608
|
+
}
|
|
609
|
+
/** Azure data source properties. */
|
|
610
|
+
export interface AzureDataSourceProperties extends DataSourceProperties {
|
|
611
|
+
/** Resource group. */
|
|
612
|
+
resourceGroup?: string;
|
|
613
|
+
/** Subscription id. */
|
|
614
|
+
subscriptionId?: string;
|
|
615
|
+
/** Location. */
|
|
616
|
+
location?: string;
|
|
617
|
+
/** Resource name. */
|
|
618
|
+
resourceName?: string;
|
|
619
|
+
/** Resource id. */
|
|
620
|
+
resourceId?: string;
|
|
621
|
+
/** Data use governance. */
|
|
622
|
+
dataUseGovernance?: "Disabled" | "DisabledByAnotherAccount" | "Enabled" | "EnabledAtAncestorScope";
|
|
623
|
+
}
|
|
624
|
+
/** Azure synapse workspace data source properties. */
|
|
625
|
+
export interface AzureSynapseWorkspaceProperties extends AzureDataSourceProperties {
|
|
626
|
+
/** The dedicated SQL endpoint of azure synapse workspace. */
|
|
627
|
+
dedicatedSqlEndpoint?: string;
|
|
628
|
+
/** The serverless SQL endpoint of azure synapse workspace. */
|
|
629
|
+
serverlessSqlEndpoint?: string;
|
|
630
|
+
}
|
|
631
|
+
/** Azure synapse workspace data source. */
|
|
632
|
+
export interface AzureSynapseWorkspaceDataSource extends DataSourceParent {
|
|
633
|
+
/** Azure synapse workspace properties. */
|
|
634
|
+
properties?: AzureSynapseWorkspaceProperties;
|
|
635
|
+
kind: "AzureSynapseWorkspace";
|
|
636
|
+
}
|
|
637
|
+
/** Azure synapse data source properties. */
|
|
638
|
+
export interface AzureSynapseProperties extends AzureDataSourceProperties {
|
|
639
|
+
/** The SQL endpoint of azure synapse. */
|
|
640
|
+
sqlEndpoint?: string;
|
|
641
|
+
/** The SQL on demand endpoint of azure synapse. */
|
|
642
|
+
sqlOnDemandEndpoint?: string;
|
|
643
|
+
}
|
|
644
|
+
/** Azure synapse data source. */
|
|
645
|
+
export interface AzureSynapseDataSource extends DataSourceParent {
|
|
646
|
+
/** Azure synapse properties. */
|
|
647
|
+
properties?: AzureSynapseProperties;
|
|
648
|
+
kind: "AzureSynapse";
|
|
649
|
+
}
|
|
650
|
+
/** The properties of ADLS Gen1. */
|
|
651
|
+
export interface AdlsGen1Properties extends AzureDataSourceProperties {
|
|
652
|
+
/** The endpoint of ADLS Gen1. */
|
|
653
|
+
endpoint?: string;
|
|
654
|
+
}
|
|
655
|
+
/** The ADLS Gen1 data source. */
|
|
656
|
+
export interface AdlsGen1DataSource extends DataSourceParent {
|
|
657
|
+
/** The properties of ADLS Gen1. */
|
|
658
|
+
properties?: AdlsGen1Properties;
|
|
659
|
+
kind: "AdlsGen1";
|
|
660
|
+
}
|
|
661
|
+
/** The properties of ADLS Gen2. */
|
|
662
|
+
export interface AdlsGen2Properties extends AzureDataSourceProperties {
|
|
663
|
+
/** The endpoint of ADLS Gen2. */
|
|
664
|
+
endpoint?: string;
|
|
665
|
+
}
|
|
666
|
+
/** The ADLS Gen2 data source. */
|
|
667
|
+
export interface AdlsGen2DataSource extends DataSourceParent {
|
|
668
|
+
/** The properties of ADLS Gen2. */
|
|
669
|
+
properties?: AdlsGen2Properties;
|
|
670
|
+
kind: "AdlsGen2";
|
|
671
|
+
}
|
|
672
|
+
/** The properties of Amazon account. */
|
|
673
|
+
export interface AmazonAccountProperties extends DataSourceProperties {
|
|
674
|
+
/** AWS account id. */
|
|
675
|
+
awsAccountId?: string;
|
|
676
|
+
/** Role arn. */
|
|
677
|
+
roleARN?: string;
|
|
678
|
+
}
|
|
679
|
+
/** The Amazon account data source. */
|
|
680
|
+
export interface AmazonAccountDataSource extends DataSourceParent {
|
|
681
|
+
/** The properties of Amazon account. */
|
|
682
|
+
properties?: AmazonAccountProperties;
|
|
683
|
+
kind: "AmazonAccount";
|
|
684
|
+
}
|
|
685
|
+
/** The properties of Amazon S3. */
|
|
686
|
+
export interface AmazonS3Properties extends DataSourceProperties {
|
|
687
|
+
/** Service URL. */
|
|
688
|
+
serviceUrl?: string;
|
|
689
|
+
/** Role ARN. */
|
|
690
|
+
roleARN?: string;
|
|
691
|
+
}
|
|
692
|
+
/** The Amazon S3 data source. */
|
|
693
|
+
export interface AmazonS3DataSource extends DataSourceParent {
|
|
694
|
+
/** Amazon S3 properties. */
|
|
695
|
+
properties?: AmazonS3Properties;
|
|
696
|
+
kind: "AmazonS3";
|
|
697
|
+
}
|
|
698
|
+
/** The properties of Amazon SQL. */
|
|
699
|
+
export interface AmazonSqlProperties extends DataSourceProperties {
|
|
700
|
+
/** Server Endpoint. */
|
|
701
|
+
serverEndpoint?: string;
|
|
702
|
+
/** Port. */
|
|
703
|
+
port?: number;
|
|
704
|
+
/** Vpc Endpoint Service Name. */
|
|
705
|
+
vpcEndpointServiceName?: string;
|
|
706
|
+
}
|
|
707
|
+
/** The Amazon SQL data source. */
|
|
708
|
+
export interface AmazonSqlDataSource extends DataSourceParent {
|
|
709
|
+
/** Amazon SQL properties. */
|
|
710
|
+
properties?: AmazonSqlProperties;
|
|
711
|
+
kind: "AmazonSql";
|
|
712
|
+
}
|
|
713
|
+
/** The properties of Azure Cosmos DB. */
|
|
714
|
+
export interface AzureCosmosDbProperties extends AzureDataSourceProperties {
|
|
715
|
+
/** The account URI of Azure Cosmos DB. */
|
|
716
|
+
accountUri?: string;
|
|
717
|
+
}
|
|
718
|
+
/** The Azure Cosmos DB data source. */
|
|
719
|
+
export interface AzureCosmosDbDataSource extends DataSourceParent {
|
|
720
|
+
/** The properties of Azure Cosmos DB. */
|
|
721
|
+
properties?: AzureCosmosDbProperties;
|
|
722
|
+
kind: "AzureCosmosDb";
|
|
723
|
+
}
|
|
724
|
+
/** The properties of azure data explorer. */
|
|
725
|
+
export interface AzureDataExplorerProperties extends AzureDataSourceProperties {
|
|
726
|
+
endpoint?: string;
|
|
727
|
+
}
|
|
728
|
+
/** The azure data explorer data source. */
|
|
729
|
+
export interface AzureDataExplorerDataSource extends DataSourceParent {
|
|
730
|
+
/** The properties of azure data explorer. */
|
|
731
|
+
properties?: AzureDataExplorerProperties;
|
|
732
|
+
kind: "AzureDataExplorer";
|
|
733
|
+
}
|
|
734
|
+
/** The properties of azure file service. */
|
|
735
|
+
export interface AzureFileServiceProperties extends AzureDataSourceProperties {
|
|
736
|
+
/** The endpoint of azure file service. */
|
|
737
|
+
endpoint?: string;
|
|
738
|
+
}
|
|
739
|
+
/** The azure file service data source. */
|
|
740
|
+
export interface AzureFileServiceDataSource extends DataSourceParent {
|
|
741
|
+
/** The properties of azure file service. */
|
|
742
|
+
properties?: AzureFileServiceProperties;
|
|
743
|
+
kind: "AzureFileService";
|
|
744
|
+
}
|
|
745
|
+
/** The properties of Azure SQL database. */
|
|
746
|
+
export interface AzureSqlDatabaseProperties extends AzureDataSourceProperties {
|
|
747
|
+
/** The server endpoint of Azure SQL database. */
|
|
748
|
+
serverEndpoint?: string;
|
|
749
|
+
}
|
|
750
|
+
/** The Azure SQL database data source. */
|
|
751
|
+
export interface AzureSqlDatabaseDataSource extends DataSourceParent {
|
|
752
|
+
/** The properties of Azure SQL database. */
|
|
753
|
+
properties?: AzureSqlDatabaseProperties;
|
|
754
|
+
kind: "AzureSqlDatabase";
|
|
755
|
+
}
|
|
756
|
+
/** The properties of Amazon Postgre SQL. */
|
|
757
|
+
export interface AmazonPostgreSqlProperties extends DataSourceProperties {
|
|
758
|
+
/** The server endpoint of Amazon Postgre SQL. */
|
|
759
|
+
serverEndpoint?: string;
|
|
760
|
+
/** The port of Amazon Postgre SQL. */
|
|
761
|
+
port?: number;
|
|
762
|
+
/** The vpc endpoint service name of Amazon Postgre SQL. */
|
|
763
|
+
vpcEndpointServiceName?: string;
|
|
764
|
+
}
|
|
765
|
+
/** The Amazon Postgre SQL data source. */
|
|
766
|
+
export interface AmazonPostgreSqlDataSource extends DataSourceParent {
|
|
767
|
+
/** The properties of Amazon Postgre SQL. */
|
|
768
|
+
properties?: AmazonPostgreSqlProperties;
|
|
769
|
+
kind: "AmazonPostgreSql";
|
|
770
|
+
}
|
|
771
|
+
/** The properties of Azure Postgre SQL. */
|
|
772
|
+
export interface AzurePostgreSqlProperties extends AzureDataSourceProperties {
|
|
773
|
+
/** The server endpoint of Azure Postgre SQL. */
|
|
774
|
+
serverEndpoint?: string;
|
|
775
|
+
port?: number;
|
|
776
|
+
}
|
|
777
|
+
/** The Azure Postgre SQL data source. */
|
|
778
|
+
export interface AzurePostgreSqlDataSource extends DataSourceParent {
|
|
779
|
+
/** The properties of Azure Postgre SQL. */
|
|
780
|
+
properties?: AzurePostgreSqlProperties;
|
|
781
|
+
kind: "AzurePostgreSql";
|
|
782
|
+
}
|
|
783
|
+
/** The properties of sql server database. */
|
|
784
|
+
export interface SqlServerDatabaseProperties extends AzureDataSourceProperties {
|
|
785
|
+
/** The server endpoint of sql server database. */
|
|
786
|
+
serverEndpoint?: string;
|
|
787
|
+
}
|
|
788
|
+
/** The sql server database data source. */
|
|
789
|
+
export interface SqlServerDatabaseDataSource extends DataSourceParent {
|
|
790
|
+
/** The properties of sql server database. */
|
|
791
|
+
properties?: SqlServerDatabaseProperties;
|
|
792
|
+
kind: "SqlServerDatabase";
|
|
793
|
+
}
|
|
794
|
+
/** The properties of Azure SQL database managed instance. */
|
|
795
|
+
export interface AzureSqlDatabaseManagedInstanceProperties extends AzureDataSourceProperties {
|
|
796
|
+
serverEndpoint?: string;
|
|
797
|
+
}
|
|
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;
|
|
802
|
+
kind: "AzureSqlDatabaseManagedInstance";
|
|
803
|
+
}
|
|
804
|
+
/** The properties of Azure SQL data warehouse. */
|
|
805
|
+
export interface AzureSqlDataWarehouseProperties extends AzureDataSourceProperties {
|
|
806
|
+
serverEndpoint?: string;
|
|
807
|
+
}
|
|
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;
|
|
812
|
+
kind: "AzureSqlDataWarehouse";
|
|
813
|
+
}
|
|
814
|
+
/** Azure MySQL data source properties. */
|
|
815
|
+
export interface AzureMySqlProperties extends AzureDataSourceProperties {
|
|
816
|
+
/** The server endpoint of azure my sql. */
|
|
817
|
+
serverEndpoint?: string;
|
|
818
|
+
/** The port of azure my sql. */
|
|
819
|
+
port?: number;
|
|
820
|
+
}
|
|
821
|
+
/** Azure MySQL data source. */
|
|
822
|
+
export interface AzureMySqlDataSource extends DataSourceParent {
|
|
823
|
+
/** Azure MySQL properties. */
|
|
824
|
+
properties?: AzureMySqlProperties;
|
|
825
|
+
kind: "AzureMySql";
|
|
826
|
+
}
|
|
827
|
+
/** The properties of Azure Storage. */
|
|
828
|
+
export interface AzureStorageProperties extends AzureDataSourceProperties {
|
|
829
|
+
/** The endpoint of Azure Storage. */
|
|
830
|
+
endpoint?: string;
|
|
831
|
+
}
|
|
832
|
+
/** The Azure Storage data source. */
|
|
833
|
+
export interface AzureStorageDataSource extends DataSourceParent {
|
|
834
|
+
/** The properties of Azure Storage. */
|
|
835
|
+
properties?: AzureStorageProperties;
|
|
836
|
+
kind: "AzureStorage";
|
|
837
|
+
}
|
|
838
|
+
/** The properties of teradata. */
|
|
839
|
+
export interface TeradataProperties extends DataSourceProperties {
|
|
840
|
+
/** The host of teradata. */
|
|
841
|
+
host?: string;
|
|
842
|
+
}
|
|
843
|
+
/** The teradata data source. */
|
|
844
|
+
export interface TeradataDataSource extends DataSourceParent {
|
|
845
|
+
/** The properties of teradata. */
|
|
846
|
+
properties?: TeradataProperties;
|
|
847
|
+
kind: "Teradata";
|
|
848
|
+
}
|
|
849
|
+
/** The properties of oracle. */
|
|
850
|
+
export interface OracleProperties extends DataSourceProperties {
|
|
851
|
+
/** The host of Oracle server. */
|
|
852
|
+
host?: string;
|
|
853
|
+
/** The port of Oracle server. */
|
|
854
|
+
port?: string;
|
|
855
|
+
/** The service of Oracle server. */
|
|
856
|
+
service?: string;
|
|
857
|
+
}
|
|
858
|
+
/** The oracle data source. */
|
|
859
|
+
export interface OracleDataSource extends DataSourceParent {
|
|
860
|
+
/** The properties of oracle. */
|
|
861
|
+
properties?: OracleProperties;
|
|
862
|
+
kind: "Oracle";
|
|
863
|
+
}
|
|
864
|
+
/** SAP S/4HANA data source properties. */
|
|
865
|
+
export interface SapS4HanaProperties extends DataSourceProperties {
|
|
866
|
+
/** The application server of SAP S/4HANA. */
|
|
867
|
+
applicationServer?: string;
|
|
868
|
+
/** The system number of SAP S/4HANA. */
|
|
869
|
+
systemNumber?: string;
|
|
870
|
+
}
|
|
871
|
+
/** SAP S/4HANA data source. */
|
|
872
|
+
export interface SapS4HanaDataSource extends DataSourceParent {
|
|
873
|
+
/** SAP S/4HANA data source properties. */
|
|
874
|
+
properties?: SapS4HanaProperties;
|
|
875
|
+
kind: "SapS4Hana";
|
|
876
|
+
}
|
|
877
|
+
/** SAP ECC properties. */
|
|
878
|
+
export interface SapEccProperties extends DataSourceProperties {
|
|
879
|
+
/** The application server of SAP ECC. */
|
|
880
|
+
applicationServer?: string;
|
|
881
|
+
/** The system number of SAP ECC. */
|
|
882
|
+
systemNumber?: string;
|
|
883
|
+
}
|
|
884
|
+
/** SAP ECC data source. */
|
|
885
|
+
export interface SapEccDataSource extends DataSourceParent {
|
|
886
|
+
/** SAP ECC properties. */
|
|
887
|
+
properties?: SapEccProperties;
|
|
888
|
+
kind: "SapEcc";
|
|
889
|
+
}
|
|
890
|
+
/** Power BI properties. */
|
|
891
|
+
export interface PowerBIProperties extends DataSourceProperties {
|
|
892
|
+
/** The tenant of Power BI. */
|
|
893
|
+
tenant?: string;
|
|
894
|
+
}
|
|
895
|
+
/** Power BI data source. */
|
|
896
|
+
export interface PowerBIDataSource extends DataSourceParent {
|
|
897
|
+
/** Power BI properties. */
|
|
898
|
+
properties?: PowerBIProperties;
|
|
899
|
+
kind: "PowerBI";
|
|
900
|
+
}
|
|
901
|
+
/** Scan ruleset properties. */
|
|
902
|
+
export interface ScanRulesetProperties {
|
|
903
|
+
description?: string;
|
|
904
|
+
/** The system classifications that are excluded from the scan ruleset. */
|
|
905
|
+
excludedSystemClassifications?: Array<string>;
|
|
906
|
+
/** The custom classification rule names that are included in the scan ruleset. */
|
|
907
|
+
includedCustomClassificationRuleNames?: Array<string>;
|
|
908
|
+
}
|
|
909
|
+
/** Azure subscription scan ruleset properties. */
|
|
910
|
+
export interface AzureSubscriptionScanRulesetProperties extends ScanRulesetProperties {
|
|
911
|
+
}
|
|
912
|
+
/** Azure subscription scan ruleset. */
|
|
913
|
+
export interface AzureSubscriptionScanRuleset extends ScanRulesetParent {
|
|
914
|
+
/** Azure subscription scan ruleset properties. */
|
|
915
|
+
properties?: AzureSubscriptionScanRulesetProperties;
|
|
916
|
+
kind: "AzureSubscription";
|
|
917
|
+
}
|
|
918
|
+
/** Azure resource group scan ruleset properties. */
|
|
919
|
+
export interface AzureResourceGroupScanRulesetProperties extends ScanRulesetProperties {
|
|
920
|
+
}
|
|
921
|
+
/** Azure resource group scan ruleset. */
|
|
922
|
+
export interface AzureResourceGroupScanRuleset extends ScanRulesetParent {
|
|
923
|
+
/** Azure resource group scan ruleset properties. */
|
|
924
|
+
properties?: AzureResourceGroupScanRulesetProperties;
|
|
925
|
+
kind: "AzureResourceGroup";
|
|
926
|
+
}
|
|
927
|
+
/** Azure synapse workspace scan ruleset properties. */
|
|
928
|
+
export interface AzureSynapseWorkspaceScanRulesetProperties extends ScanRulesetProperties {
|
|
929
|
+
}
|
|
930
|
+
/** Azure synapse workspace scan ruleset. */
|
|
931
|
+
export interface AzureSynapseWorkspaceScanRuleset extends ScanRulesetParent {
|
|
932
|
+
/** Azure synapse workspace scan ruleset properties. */
|
|
933
|
+
properties?: AzureSynapseWorkspaceScanRulesetProperties;
|
|
934
|
+
kind: "AzureSynapseWorkspace";
|
|
935
|
+
}
|
|
936
|
+
/** Azure synapse scan ruleset properties. */
|
|
937
|
+
export interface AzureSynapseScanRulesetProperties extends ScanRulesetProperties {
|
|
938
|
+
}
|
|
939
|
+
/** Azure synapse scan ruleset. */
|
|
940
|
+
export interface AzureSynapseScanRuleset extends ScanRulesetParent {
|
|
941
|
+
/** Azure synapse scan ruleset properties. */
|
|
942
|
+
properties?: AzureSynapseScanRulesetProperties;
|
|
943
|
+
kind: "AzureSynapse";
|
|
944
|
+
}
|
|
945
|
+
/** Custom file type. */
|
|
946
|
+
export interface CustomFileType {
|
|
947
|
+
/** The built-in file type of the custom file type. */
|
|
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. */
|
|
950
|
+
customDelimiter?: string;
|
|
951
|
+
}
|
|
952
|
+
/** Custom file extension. */
|
|
953
|
+
export interface CustomFileExtension {
|
|
954
|
+
/** The custom file type of the custom file extension. */
|
|
955
|
+
customFileType?: CustomFileType;
|
|
956
|
+
/** The description of the custom file extension. */
|
|
957
|
+
description?: string;
|
|
958
|
+
/** The flag to indicate whether the custom file extension is enabled or not. */
|
|
959
|
+
enabled?: boolean;
|
|
960
|
+
/** The file extension of the custom file extension. */
|
|
961
|
+
fileExtension?: string;
|
|
962
|
+
}
|
|
963
|
+
/** Scanning rule. */
|
|
964
|
+
export interface ScanningRule {
|
|
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. */
|
|
967
|
+
customFileExtensions?: Array<CustomFileExtension>;
|
|
968
|
+
}
|
|
969
|
+
/** Scanning rule scan ruleset properties. */
|
|
970
|
+
export interface ScanningRuleScanRulesetProperties extends ScanRulesetProperties {
|
|
971
|
+
/** The scanning rule of the scanning rule scan ruleset. */
|
|
972
|
+
scanningRule?: ScanningRule;
|
|
973
|
+
}
|
|
974
|
+
/** ADLS Gen1 scan ruleset properties. */
|
|
975
|
+
export interface AdlsGen1ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
976
|
+
}
|
|
977
|
+
/** ADLS Gen1 scan ruleset. */
|
|
978
|
+
export interface AdlsGen1ScanRuleset extends ScanRulesetParent {
|
|
979
|
+
/** ADLS Gen1 scan ruleset properties. */
|
|
980
|
+
properties?: AdlsGen1ScanRulesetProperties;
|
|
981
|
+
kind: "AdlsGen1";
|
|
982
|
+
}
|
|
983
|
+
/** Adls gen 2 scan ruleset properties. */
|
|
984
|
+
export interface AdlsGen2ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
985
|
+
}
|
|
986
|
+
/** Adls gen 2 scan ruleset. */
|
|
987
|
+
export interface AdlsGen2ScanRuleset extends ScanRulesetParent {
|
|
988
|
+
/** Adls gen 2 scan ruleset properties. */
|
|
989
|
+
properties?: AdlsGen2ScanRulesetProperties;
|
|
990
|
+
kind: "AdlsGen2";
|
|
991
|
+
}
|
|
992
|
+
/** Amazon account scan ruleset properties. */
|
|
993
|
+
export interface AmazonAccountScanRulesetProperties extends ScanRulesetProperties {
|
|
994
|
+
}
|
|
995
|
+
/** Amazon account scan ruleset. */
|
|
996
|
+
export interface AmazonAccountScanRuleset extends ScanRulesetParent {
|
|
997
|
+
/** Amazon account scan ruleset properties. */
|
|
998
|
+
properties?: AmazonAccountScanRulesetProperties;
|
|
999
|
+
kind: "AmazonAccount";
|
|
1000
|
+
}
|
|
1001
|
+
/** Amazon S3 scan ruleset properties. */
|
|
1002
|
+
export interface AmazonS3ScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
1003
|
+
}
|
|
1004
|
+
/** Amazon S3 scan ruleset. */
|
|
1005
|
+
export interface AmazonS3ScanRuleset extends ScanRulesetParent {
|
|
1006
|
+
/** Amazon S3 scan ruleset properties. */
|
|
1007
|
+
properties?: AmazonS3ScanRulesetProperties;
|
|
1008
|
+
kind: "AmazonS3";
|
|
1009
|
+
}
|
|
1010
|
+
/** Amazon SQL scan ruleset properties. */
|
|
1011
|
+
export interface AmazonSqlScanRulesetProperties extends ScanRulesetProperties {
|
|
1012
|
+
}
|
|
1013
|
+
/** Amazon SQL scan ruleset. */
|
|
1014
|
+
export interface AmazonSqlScanRuleset extends ScanRulesetParent {
|
|
1015
|
+
/** Amazon SQL scan ruleset properties. */
|
|
1016
|
+
properties?: AmazonSqlScanRulesetProperties;
|
|
1017
|
+
kind: "AmazonSql";
|
|
1018
|
+
}
|
|
1019
|
+
/** Azure Cosmos DB scan ruleset properties. */
|
|
1020
|
+
export interface AzureCosmosDbScanRulesetProperties extends ScanRulesetProperties {
|
|
1021
|
+
}
|
|
1022
|
+
/** Azure Cosmos DB scan ruleset. */
|
|
1023
|
+
export interface AzureCosmosDbScanRuleset extends ScanRulesetParent {
|
|
1024
|
+
/** Azure Cosmos DB scan ruleset properties. */
|
|
1025
|
+
properties?: AzureCosmosDbScanRulesetProperties;
|
|
1026
|
+
kind: "AzureCosmosDb";
|
|
1027
|
+
}
|
|
1028
|
+
/** Azure data explorer scan ruleset properties. */
|
|
1029
|
+
export interface AzureDataExplorerScanRulesetProperties extends ScanRulesetProperties {
|
|
1030
|
+
}
|
|
1031
|
+
/** Azure data explorer scan ruleset. */
|
|
1032
|
+
export interface AzureDataExplorerScanRuleset extends ScanRulesetParent {
|
|
1033
|
+
/** Azure data explorer scan ruleset properties. */
|
|
1034
|
+
properties?: AzureDataExplorerScanRulesetProperties;
|
|
1035
|
+
kind: "AzureDataExplorer";
|
|
1036
|
+
}
|
|
1037
|
+
/** Azure file service scan ruleset properties. */
|
|
1038
|
+
export interface AzureFileServiceScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
1039
|
+
}
|
|
1040
|
+
/** Azure file service scan ruleset. */
|
|
1041
|
+
export interface AzureFileServiceScanRuleset extends ScanRulesetParent {
|
|
1042
|
+
/** Azure file service scan ruleset properties. */
|
|
1043
|
+
properties?: AzureFileServiceScanRulesetProperties;
|
|
1044
|
+
kind: "AzureFileService";
|
|
1045
|
+
}
|
|
1046
|
+
/** Azure SQL db scan ruleset properties. */
|
|
1047
|
+
export interface AzureSqlDatabaseScanRulesetProperties extends ScanRulesetProperties {
|
|
1048
|
+
}
|
|
1049
|
+
/** Azure SQL db scan ruleset. */
|
|
1050
|
+
export interface AzureSqlDatabaseScanRuleset extends ScanRulesetParent {
|
|
1051
|
+
/** Azure SQL db scan ruleset properties. */
|
|
1052
|
+
properties?: AzureSqlDatabaseScanRulesetProperties;
|
|
1053
|
+
kind: "AzureSqlDatabase";
|
|
1054
|
+
}
|
|
1055
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1056
|
+
export interface AmazonPostgreSqlScanRulesetProperties extends ScanRulesetProperties {
|
|
1057
|
+
}
|
|
1058
|
+
/** Azure Postgre SQL scan ruleset. */
|
|
1059
|
+
export interface AmazonPostgreSqlScanRuleset extends ScanRulesetParent {
|
|
1060
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1061
|
+
properties?: AmazonPostgreSqlScanRulesetProperties;
|
|
1062
|
+
kind: "AmazonPostgreSql";
|
|
1063
|
+
}
|
|
1064
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1065
|
+
export interface AzurePostgreSqlScanRulesetProperties extends ScanRulesetProperties {
|
|
1066
|
+
}
|
|
1067
|
+
/** Azure Postgre SQL scan ruleset. */
|
|
1068
|
+
export interface AzurePostgreSqlScanRuleset extends ScanRulesetParent {
|
|
1069
|
+
/** Azure Postgre SQL scan ruleset properties. */
|
|
1070
|
+
properties?: AzurePostgreSqlScanRulesetProperties;
|
|
1071
|
+
kind: "AzurePostgreSql";
|
|
1072
|
+
}
|
|
1073
|
+
/** Sql server database scan ruleset properties. */
|
|
1074
|
+
export interface SqlServerDatabaseScanRulesetProperties extends ScanRulesetProperties {
|
|
1075
|
+
}
|
|
1076
|
+
/** Sql server database scan ruleset. */
|
|
1077
|
+
export interface SqlServerDatabaseScanRuleset extends ScanRulesetParent {
|
|
1078
|
+
/** Sql server database scan ruleset properties. */
|
|
1079
|
+
properties?: SqlServerDatabaseScanRulesetProperties;
|
|
1080
|
+
kind: "SqlServerDatabase";
|
|
1081
|
+
}
|
|
1082
|
+
/** Azure SQL db managed instance scan ruleset properties. */
|
|
1083
|
+
export interface AzureSqlDatabaseManagedInstanceScanRulesetProperties extends ScanRulesetProperties {
|
|
1084
|
+
}
|
|
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;
|
|
1089
|
+
kind: "AzureSqlDatabaseManagedInstance";
|
|
1090
|
+
}
|
|
1091
|
+
/** Azure SQL data warehouse scan ruleset properties. */
|
|
1092
|
+
export interface AzureSqlDataWarehouseScanRulesetProperties extends ScanRulesetProperties {
|
|
1093
|
+
}
|
|
1094
|
+
/** Azure SQL data warehouse scan ruleset. */
|
|
1095
|
+
export interface AzureSqlDataWarehouseScanRuleset extends ScanRulesetParent {
|
|
1096
|
+
/** Azure SQL data warehouse scan ruleset properties. */
|
|
1097
|
+
properties?: AzureSqlDataWarehouseScanRulesetProperties;
|
|
1098
|
+
kind: "AzureSqlDataWarehouse";
|
|
1099
|
+
}
|
|
1100
|
+
/** Azure MySQL scan ruleset properties. */
|
|
1101
|
+
export interface AzureMySqlScanRulesetProperties extends ScanRulesetProperties {
|
|
1102
|
+
}
|
|
1103
|
+
/** Azure MySQL scan ruleset. */
|
|
1104
|
+
export interface AzureMySqlScanRuleset extends ScanRulesetParent {
|
|
1105
|
+
/** Azure MySQL scan ruleset properties. */
|
|
1106
|
+
properties?: AzureMySqlScanRulesetProperties;
|
|
1107
|
+
kind: "AzureMySql";
|
|
1108
|
+
}
|
|
1109
|
+
/** Azure Storage scan ruleset properties. */
|
|
1110
|
+
export interface AzureStorageScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
1111
|
+
}
|
|
1112
|
+
/** Azure Storage scan ruleset. */
|
|
1113
|
+
export interface AzureStorageScanRuleset extends ScanRulesetParent {
|
|
1114
|
+
/** Azure Storage scan ruleset properties. */
|
|
1115
|
+
properties?: AzureStorageScanRulesetProperties;
|
|
1116
|
+
kind: "AzureStorage";
|
|
1117
|
+
}
|
|
1118
|
+
/** Teradata scan ruleset properties. */
|
|
1119
|
+
export interface TeradataScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
1120
|
+
}
|
|
1121
|
+
/** Teradata scan ruleset. */
|
|
1122
|
+
export interface TeradataScanRuleset extends ScanRulesetParent {
|
|
1123
|
+
/** Teradata scan ruleset properties. */
|
|
1124
|
+
properties?: TeradataScanRulesetProperties;
|
|
1125
|
+
kind: "Teradata";
|
|
1126
|
+
}
|
|
1127
|
+
/** Oracle scan rule set properties. */
|
|
1128
|
+
export interface OracleScanRulesetProperties extends ScanningRuleScanRulesetProperties {
|
|
1129
|
+
}
|
|
1130
|
+
/** Oracle scan ruleset. */
|
|
1131
|
+
export interface OracleScanRuleset extends ScanRulesetParent {
|
|
1132
|
+
/** Oracle scan rule set properties. */
|
|
1133
|
+
properties?: OracleScanRulesetProperties;
|
|
1134
|
+
kind: "Oracle";
|
|
1135
|
+
}
|
|
1136
|
+
/** SAP S/4HANA scan ruleset properties. */
|
|
1137
|
+
export interface SapS4HanaScanRulesetProperties extends ScanRulesetProperties {
|
|
1138
|
+
}
|
|
1139
|
+
/** SAP S/4HANA scan ruleset. */
|
|
1140
|
+
export interface SapS4HanaScanRuleset extends ScanRulesetParent {
|
|
1141
|
+
/** SAP S/4HANA scan ruleset properties. */
|
|
1142
|
+
properties?: SapS4HanaScanRulesetProperties;
|
|
1143
|
+
kind: "SapS4Hana";
|
|
1144
|
+
}
|
|
1145
|
+
/** SAP ECC scan ruleset properties. */
|
|
1146
|
+
export interface SapEccScanRulesetProperties extends ScanRulesetProperties {
|
|
1147
|
+
}
|
|
1148
|
+
/** SAP ECC scan ruleset. */
|
|
1149
|
+
export interface SapEccScanRuleset extends ScanRulesetParent {
|
|
1150
|
+
/** SAP ECC scan ruleset properties. */
|
|
1151
|
+
properties?: SapEccScanRulesetProperties;
|
|
1152
|
+
kind: "SapEcc";
|
|
1153
|
+
}
|
|
1154
|
+
/** Power BI scan ruleset properties. */
|
|
1155
|
+
export interface PowerBIScanRulesetProperties extends ScanRulesetProperties {
|
|
1156
|
+
}
|
|
1157
|
+
/** Power BI scan ruleset. */
|
|
1158
|
+
export interface PowerBIScanRuleset extends ScanRulesetParent {
|
|
1159
|
+
/** Power BI scan ruleset properties. */
|
|
1160
|
+
properties?: PowerBIScanRulesetProperties;
|
|
1161
|
+
kind: "PowerBI";
|
|
1162
|
+
}
|
|
1163
|
+
/** Resource name filter. */
|
|
1164
|
+
export interface ResourceNameFilter {
|
|
1165
|
+
excludePrefixes?: Array<string>;
|
|
1166
|
+
includePrefixes?: Array<string>;
|
|
1167
|
+
resources?: Array<string>;
|
|
1168
|
+
}
|
|
1169
|
+
/** The credential reference. */
|
|
1170
|
+
export interface CredentialReference {
|
|
1171
|
+
/** The reference name of the credential. */
|
|
1172
|
+
referenceName?: string;
|
|
1173
|
+
/** The type of the credential. */
|
|
1174
|
+
credentialType?: "AccountKey" | "ServicePrincipal" | "BasicAuth" | "SqlAuth" | "AmazonARN" | "ConsumerKeyAuth" | "DelegatedAuth" | "ManagedIdentity";
|
|
1175
|
+
}
|
|
1176
|
+
/** Resource type filter. */
|
|
1177
|
+
export interface ResourceTypeFilter {
|
|
1178
|
+
/** The name of the scan ruleset. */
|
|
1179
|
+
scanRulesetName?: string;
|
|
1180
|
+
/** The type of the scan ruleset. */
|
|
1181
|
+
scanRulesetType?: "Custom" | "System";
|
|
1182
|
+
/** Resource name filter. */
|
|
1183
|
+
resourceNameFilter?: ResourceNameFilter;
|
|
1184
|
+
/** The credential reference. */
|
|
1185
|
+
credential?: CredentialReference;
|
|
1186
|
+
}
|
|
1187
|
+
/** The integration runtime reference. */
|
|
1188
|
+
export interface ConnectedVia {
|
|
1189
|
+
/** The reference name of the integration runtime. */
|
|
1190
|
+
referenceName?: string;
|
|
1191
|
+
}
|
|
1192
|
+
/** Scan properties. */
|
|
1193
|
+
export interface ScanProperties {
|
|
1194
|
+
/** The name of the scan ruleset. */
|
|
1195
|
+
scanRulesetName?: string;
|
|
1196
|
+
/** The name of the business rule set. */
|
|
1197
|
+
businessRuleSetName?: string;
|
|
1198
|
+
/** The type of the scan ruleset. */
|
|
1199
|
+
scanRulesetType?: "Custom" | "System";
|
|
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. */
|
|
1205
|
+
workers?: number;
|
|
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. */
|
|
1218
|
+
export interface ExpandingResourceScanProperties extends ScanProperties {
|
|
1219
|
+
/** Resource types of scan properties in expanding resources. */
|
|
1220
|
+
resourceTypes?: ExpandingResourceScanPropertiesResourceTypes;
|
|
1221
|
+
/** The credential reference. */
|
|
1222
|
+
credential?: CredentialReference;
|
|
1223
|
+
}
|
|
1224
|
+
/** Resource types of scan properties in expanding resources. */
|
|
1225
|
+
export interface ExpandingResourceScanPropertiesResourceTypes {
|
|
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. */
|
|
1280
|
+
export interface AzureSubscriptionCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
1281
|
+
}
|
|
1282
|
+
/** Azure subscription credential scan. */
|
|
1283
|
+
export interface AzureSubscriptionCredentialScan extends ScanParent {
|
|
1284
|
+
/** Azure subscription credential scan properties. */
|
|
1285
|
+
properties?: AzureSubscriptionCredentialScanProperties;
|
|
1286
|
+
kind: "AzureSubscriptionCredential";
|
|
1287
|
+
}
|
|
1288
|
+
/** Azure subscription MSI scan properties. */
|
|
1289
|
+
export interface AzureSubscriptionMsiScanProperties extends ExpandingResourceScanProperties {
|
|
1290
|
+
}
|
|
1291
|
+
/** Azure subscription MSI scan. */
|
|
1292
|
+
export interface AzureSubscriptionMsiScan extends ScanParent {
|
|
1293
|
+
/** Azure subscription MSI scan properties. */
|
|
1294
|
+
properties?: AzureSubscriptionMsiScanProperties;
|
|
1295
|
+
kind: "AzureSubscriptionMsi";
|
|
1296
|
+
}
|
|
1297
|
+
/** Azure resource group credential scan properties. */
|
|
1298
|
+
export interface AzureResourceGroupCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
1299
|
+
}
|
|
1300
|
+
/** Azure resource group credential scan. */
|
|
1301
|
+
export interface AzureResourceGroupCredentialScan extends ScanParent {
|
|
1302
|
+
/** Azure resource group credential scan properties. */
|
|
1303
|
+
properties?: AzureResourceGroupCredentialScanProperties;
|
|
1304
|
+
kind: "AzureResourceGroupCredential";
|
|
1305
|
+
}
|
|
1306
|
+
/** Azure resource group MSI scan properties. */
|
|
1307
|
+
export interface AzureResourceGroupMsiScanProperties extends ExpandingResourceScanProperties {
|
|
1308
|
+
}
|
|
1309
|
+
/** Azure resource group MSI scan. */
|
|
1310
|
+
export interface AzureResourceGroupMsiScan extends ScanParent {
|
|
1311
|
+
/** Azure resource group MSI scan properties. */
|
|
1312
|
+
properties?: AzureResourceGroupMsiScanProperties;
|
|
1313
|
+
kind: "AzureResourceGroupMsi";
|
|
1314
|
+
}
|
|
1315
|
+
/** Azure synapse workspace credential scan properties. */
|
|
1316
|
+
export interface AzureSynapseWorkspaceCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
1317
|
+
}
|
|
1318
|
+
/** Azure synapse workspace credential scan. */
|
|
1319
|
+
export interface AzureSynapseWorkspaceCredentialScan extends ScanParent {
|
|
1320
|
+
/** Azure synapse workspace credential scan properties. */
|
|
1321
|
+
properties?: AzureSynapseWorkspaceCredentialScanProperties;
|
|
1322
|
+
kind: "AzureSynapseWorkspaceCredential";
|
|
1323
|
+
}
|
|
1324
|
+
/** Azure synapse workspace MSI scan properties. */
|
|
1325
|
+
export interface AzureSynapseWorkspaceMsiScanProperties extends ExpandingResourceScanProperties {
|
|
1326
|
+
}
|
|
1327
|
+
/** Azure synapse workspace MSI scan. */
|
|
1328
|
+
export interface AzureSynapseWorkspaceMsiScan extends ScanParent {
|
|
1329
|
+
/** Azure synapse workspace MSI scan properties. */
|
|
1330
|
+
properties?: AzureSynapseWorkspaceMsiScanProperties;
|
|
1331
|
+
kind: "AzureSynapseWorkspaceMsi";
|
|
1332
|
+
}
|
|
1333
|
+
/** Azure synapse credential scan properties. */
|
|
1334
|
+
export interface AzureSynapseCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
1335
|
+
}
|
|
1336
|
+
/** Azure synapse credential scan. */
|
|
1337
|
+
export interface AzureSynapseCredentialScan extends ScanParent {
|
|
1338
|
+
/** Azure synapse credential scan properties. */
|
|
1339
|
+
properties?: AzureSynapseCredentialScanProperties;
|
|
1340
|
+
kind: "AzureSynapseCredential";
|
|
1341
|
+
}
|
|
1342
|
+
/** Azure synapse MSI scan properties. */
|
|
1343
|
+
export interface AzureSynapseMsiScanProperties extends ExpandingResourceScanProperties {
|
|
1344
|
+
}
|
|
1345
|
+
/** Azure synapse MSI scan. */
|
|
1346
|
+
export interface AzureSynapseMsiScan extends ScanParent {
|
|
1347
|
+
/** Azure synapse MSI scan properties. */
|
|
1348
|
+
properties?: AzureSynapseMsiScanProperties;
|
|
1349
|
+
kind: "AzureSynapseMsi";
|
|
1350
|
+
}
|
|
1351
|
+
/** ADLS Gen1 credential scan properties. */
|
|
1352
|
+
export interface AdlsGen1CredentialScanProperties extends ScanProperties {
|
|
1353
|
+
/** The credential reference. */
|
|
1354
|
+
credential?: CredentialReference;
|
|
1355
|
+
}
|
|
1356
|
+
/** ADLS Gen1 credential scan. */
|
|
1357
|
+
export interface AdlsGen1CredentialScan extends ScanParent {
|
|
1358
|
+
/** ADLS Gen1 credential scan properties. */
|
|
1359
|
+
properties?: AdlsGen1CredentialScanProperties;
|
|
1360
|
+
kind: "AdlsGen1Credential";
|
|
1361
|
+
}
|
|
1362
|
+
/** ADLS Gen1 MSI scan properties. */
|
|
1363
|
+
export interface AdlsGen1MsiScanProperties extends ScanProperties {
|
|
1364
|
+
}
|
|
1365
|
+
/** ADLS Gen1 MSI scan. */
|
|
1366
|
+
export interface AdlsGen1MsiScan extends ScanParent {
|
|
1367
|
+
/** ADLS Gen1 MSI scan properties. */
|
|
1368
|
+
properties?: AdlsGen1MsiScanProperties;
|
|
1369
|
+
kind: "AdlsGen1Msi";
|
|
1370
|
+
}
|
|
1371
|
+
/** ADLS Gen2 credential scan properties. */
|
|
1372
|
+
export interface AdlsGen2CredentialScanProperties extends ScanProperties {
|
|
1373
|
+
/** The credential reference. */
|
|
1374
|
+
credential?: CredentialReference;
|
|
1375
|
+
}
|
|
1376
|
+
/** ADLS Gen2 credential scan. */
|
|
1377
|
+
export interface AdlsGen2CredentialScan extends ScanParent {
|
|
1378
|
+
/** ADLS Gen2 credential scan properties. */
|
|
1379
|
+
properties?: AdlsGen2CredentialScanProperties;
|
|
1380
|
+
kind: "AdlsGen2Credential";
|
|
1381
|
+
}
|
|
1382
|
+
/** ADLS Gen2 MSI scan properties. */
|
|
1383
|
+
export interface AdlsGen2MsiScanProperties extends ScanProperties {
|
|
1384
|
+
}
|
|
1385
|
+
/** ADLS Gen2 MSI scan. */
|
|
1386
|
+
export interface AdlsGen2MsiScan extends ScanParent {
|
|
1387
|
+
/** ADLS Gen2 MSI scan properties. */
|
|
1388
|
+
properties?: AdlsGen2MsiScanProperties;
|
|
1389
|
+
kind: "AdlsGen2Msi";
|
|
1390
|
+
}
|
|
1391
|
+
/** Amazon account credential scan properties. */
|
|
1392
|
+
export interface AmazonAccountCredentialScanProperties extends ExpandingResourceScanProperties {
|
|
1393
|
+
}
|
|
1394
|
+
/** Amazon account credential scan. */
|
|
1395
|
+
export interface AmazonAccountCredentialScan extends ScanParent {
|
|
1396
|
+
/** Amazon account credential scan properties. */
|
|
1397
|
+
properties?: AmazonAccountCredentialScanProperties;
|
|
1398
|
+
kind: "AmazonAccountCredential";
|
|
1399
|
+
}
|
|
1400
|
+
/** Amazon S3 credential scan properties. */
|
|
1401
|
+
export interface AmazonS3CredentialScanProperties extends ScanProperties {
|
|
1402
|
+
/** The credential reference. */
|
|
1403
|
+
credential?: CredentialReference;
|
|
1404
|
+
roleARN?: string;
|
|
1405
|
+
isMauiScan?: boolean;
|
|
1406
|
+
}
|
|
1407
|
+
/** Amazon S3 credential scan. */
|
|
1408
|
+
export interface AmazonS3CredentialScan extends ScanParent {
|
|
1409
|
+
/** Amazon S3 credential scan properties. */
|
|
1410
|
+
properties?: AmazonS3CredentialScanProperties;
|
|
1411
|
+
kind: "AmazonS3Credential";
|
|
1412
|
+
}
|
|
1413
|
+
/** Amazon S3 role ARN scan properties. */
|
|
1414
|
+
export interface AmazonS3RoleARNScanProperties extends ScanProperties {
|
|
1415
|
+
/** The credential reference. */
|
|
1416
|
+
credential?: CredentialReference;
|
|
1417
|
+
/** The role ARN of the scan. */
|
|
1418
|
+
roleARN?: string;
|
|
1419
|
+
/** The flag to indicate whether the scan is a Maui scan or not. */
|
|
1420
|
+
isMauiScan?: boolean;
|
|
1421
|
+
}
|
|
1422
|
+
/** Amazon S3 role ARN scan. */
|
|
1423
|
+
export interface AmazonS3RoleARNScan extends ScanParent {
|
|
1424
|
+
/** Amazon S3 role ARN scan properties. */
|
|
1425
|
+
properties?: AmazonS3RoleARNScanProperties;
|
|
1426
|
+
kind: "AmazonS3RoleARN";
|
|
1427
|
+
}
|
|
1428
|
+
/** Amazon SQL credential scan properties. */
|
|
1429
|
+
export interface AmazonSqlCredentialScanProperties extends ScanProperties {
|
|
1430
|
+
/** The credential reference. */
|
|
1431
|
+
credential?: CredentialReference;
|
|
1432
|
+
/** The endpoint of Amazon SQL server. */
|
|
1433
|
+
serverEndpoint?: string;
|
|
1434
|
+
/** The database name. */
|
|
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;
|
|
1440
|
+
}
|
|
1441
|
+
/** Amazon SQL credential scan. */
|
|
1442
|
+
export interface AmazonSqlCredentialScan extends ScanParent {
|
|
1443
|
+
/** Amazon SQL credential scan properties. */
|
|
1444
|
+
properties?: AmazonSqlCredentialScanProperties;
|
|
1445
|
+
kind: "AmazonSqlCredential";
|
|
1446
|
+
}
|
|
1447
|
+
/** Azure Cosmos DB credential scan properties. */
|
|
1448
|
+
export interface AzureCosmosDbCredentialScanProperties extends ScanProperties {
|
|
1449
|
+
/** The credential reference. */
|
|
1450
|
+
credential?: CredentialReference;
|
|
1451
|
+
databaseName?: string;
|
|
1452
|
+
}
|
|
1453
|
+
/** Azure Cosmos DB credential scan. */
|
|
1454
|
+
export interface AzureCosmosDbCredentialScan extends ScanParent {
|
|
1455
|
+
/** Azure Cosmos DB credential scan properties. */
|
|
1456
|
+
properties?: AzureCosmosDbCredentialScanProperties;
|
|
1457
|
+
kind: "AzureCosmosDbCredential";
|
|
1458
|
+
}
|
|
1459
|
+
/** Azure data Explorer credential scan properties. */
|
|
1460
|
+
export interface AzureDataExplorerCredentialScanProperties extends ScanProperties {
|
|
1461
|
+
/** The credential reference. */
|
|
1462
|
+
credential?: CredentialReference;
|
|
1463
|
+
database?: string;
|
|
1464
|
+
}
|
|
1465
|
+
/** Azure data Explorer credential scan. */
|
|
1466
|
+
export interface AzureDataExplorerCredentialScan extends ScanParent {
|
|
1467
|
+
/** Azure data Explorer credential scan properties. */
|
|
1468
|
+
properties?: AzureDataExplorerCredentialScanProperties;
|
|
1469
|
+
kind: "AzureDataExplorerCredential";
|
|
1470
|
+
}
|
|
1471
|
+
/** Azure data Explorer MSI scan properties. */
|
|
1472
|
+
export interface AzureDataExplorerMsiScanProperties extends ScanProperties {
|
|
1473
|
+
database?: string;
|
|
1474
|
+
}
|
|
1475
|
+
/** Azure data Explorer MSI scan. */
|
|
1476
|
+
export interface AzureDataExplorerMsiScan extends ScanParent {
|
|
1477
|
+
/** Azure data Explorer MSI scan properties. */
|
|
1478
|
+
properties?: AzureDataExplorerMsiScanProperties;
|
|
1479
|
+
kind: "AzureDataExplorerMsi";
|
|
1480
|
+
}
|
|
1481
|
+
/** Azure file service credential scan properties. */
|
|
1482
|
+
export interface AzureFileServiceCredentialScanProperties extends ScanProperties {
|
|
1483
|
+
/** The credential reference. */
|
|
1484
|
+
credential?: CredentialReference;
|
|
1485
|
+
shareName?: string;
|
|
1486
|
+
}
|
|
1487
|
+
/** Azure file service credential scan. */
|
|
1488
|
+
export interface AzureFileServiceCredentialScan extends ScanParent {
|
|
1489
|
+
/** Azure file service credential scan properties. */
|
|
1490
|
+
properties?: AzureFileServiceCredentialScanProperties;
|
|
1491
|
+
kind: "AzureFileServiceCredential";
|
|
1492
|
+
}
|
|
1493
|
+
/** Azure SQL scan properties. */
|
|
1494
|
+
export interface AzureSqlScanProperties extends ScanProperties {
|
|
1495
|
+
/** The endpoint of Azure SQL server. */
|
|
1496
|
+
serverEndpoint?: string;
|
|
1497
|
+
/** The database name. */
|
|
1498
|
+
databaseName?: string;
|
|
1499
|
+
}
|
|
1500
|
+
/** Azure SQL credential scan properties. */
|
|
1501
|
+
export interface AzureSqlCredentialScanProperties extends AzureSqlScanProperties {
|
|
1502
|
+
/** The credential reference. */
|
|
1503
|
+
credential?: CredentialReference;
|
|
1504
|
+
}
|
|
1505
|
+
/** Azure SQL database credential scan properties. */
|
|
1506
|
+
export interface AzureSqlDatabaseCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1507
|
+
}
|
|
1508
|
+
/** Azure SQL database credential scan. */
|
|
1509
|
+
export interface AzureSqlDatabaseCredentialScan extends ScanParent {
|
|
1510
|
+
/** Azure SQL database credential scan properties. */
|
|
1511
|
+
properties?: AzureSqlDatabaseCredentialScanProperties;
|
|
1512
|
+
kind: "AzureSqlDatabaseCredential";
|
|
1513
|
+
}
|
|
1514
|
+
/** Azure SQL database MSI scan properties. */
|
|
1515
|
+
export interface AzureSqlDatabaseMsiScanProperties extends AzureSqlScanProperties {
|
|
1516
|
+
}
|
|
1517
|
+
/** Azure SQL database MSI scan. */
|
|
1518
|
+
export interface AzureSqlDatabaseMsiScan extends ScanParent {
|
|
1519
|
+
/** Azure SQL database MSI scan properties. */
|
|
1520
|
+
properties?: AzureSqlDatabaseMsiScanProperties;
|
|
1521
|
+
kind: "AzureSqlDatabaseMsi";
|
|
1522
|
+
}
|
|
1523
|
+
/** Amazon Postgre SQL credential scan properties. */
|
|
1524
|
+
export interface AmazonPostgreSqlCredentialScanProperties extends ScanProperties {
|
|
1525
|
+
/** The credential reference. */
|
|
1526
|
+
credential?: CredentialReference;
|
|
1527
|
+
/** The endpoint of Amazon Postgre SQL server. */
|
|
1528
|
+
serverEndpoint?: string;
|
|
1529
|
+
/** The database name. */
|
|
1530
|
+
databaseName?: string;
|
|
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;
|
|
1535
|
+
}
|
|
1536
|
+
/** Amazon Postgre SQL credential scan. */
|
|
1537
|
+
export interface AmazonPostgreSqlCredentialScan extends ScanParent {
|
|
1538
|
+
/** Amazon Postgre SQL credential scan properties. */
|
|
1539
|
+
properties?: AmazonPostgreSqlCredentialScanProperties;
|
|
1540
|
+
kind: "AmazonPostgreSqlCredential";
|
|
1541
|
+
}
|
|
1542
|
+
/** Azure Postgre SQL credential scan properties. */
|
|
1543
|
+
export interface AzurePostgreSqlCredentialScanProperties extends ScanProperties {
|
|
1544
|
+
/** The credential reference. */
|
|
1545
|
+
credential?: CredentialReference;
|
|
1546
|
+
/** The endpoint of Azure Postgre SQL server. */
|
|
1547
|
+
serverEndpoint?: string;
|
|
1548
|
+
/** The database name. */
|
|
1549
|
+
databaseName?: string;
|
|
1550
|
+
/** The port of Azure Postgre SQL server. */
|
|
1551
|
+
port?: number;
|
|
1552
|
+
/** The SSL mode of Azure Postgre SQL server. */
|
|
1553
|
+
sslMode?: number;
|
|
1554
|
+
}
|
|
1555
|
+
/** Azure Postgre SQL credential scan. */
|
|
1556
|
+
export interface AzurePostgreSqlCredentialScan extends ScanParent {
|
|
1557
|
+
/** Azure Postgre SQL credential scan properties. */
|
|
1558
|
+
properties?: AzurePostgreSqlCredentialScanProperties;
|
|
1559
|
+
kind: "AzurePostgreSqlCredential";
|
|
1560
|
+
}
|
|
1561
|
+
/** SQL server database credential scan properties. */
|
|
1562
|
+
export interface SqlServerDatabaseCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1563
|
+
}
|
|
1564
|
+
/** SQL server database credential scan. */
|
|
1565
|
+
export interface SqlServerDatabaseCredentialScan extends ScanParent {
|
|
1566
|
+
/** SQL server database credential scan properties. */
|
|
1567
|
+
properties?: SqlServerDatabaseCredentialScanProperties;
|
|
1568
|
+
kind: "SqlServerDatabaseCredential";
|
|
1569
|
+
}
|
|
1570
|
+
/** Azure SQL database managed instance credential scan properties. */
|
|
1571
|
+
export interface AzureSqlDatabaseManagedInstanceCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1572
|
+
}
|
|
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;
|
|
1577
|
+
kind: "AzureSqlDatabaseManagedInstanceCredential";
|
|
1578
|
+
}
|
|
1579
|
+
/** Azure SQL database managed instance MSI scan properties. */
|
|
1580
|
+
export interface AzureSqlDatabaseManagedInstanceMsiScanProperties extends AzureSqlScanProperties {
|
|
1581
|
+
}
|
|
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;
|
|
1586
|
+
kind: "AzureSqlDatabaseManagedInstanceMsi";
|
|
1587
|
+
}
|
|
1588
|
+
/** Azure SQL data warehouse credential scan properties. */
|
|
1589
|
+
export interface AzureSqlDataWarehouseCredentialScanProperties extends AzureSqlCredentialScanProperties {
|
|
1590
|
+
}
|
|
1591
|
+
/** Azure SQL data warehouse credential scan. */
|
|
1592
|
+
export interface AzureSqlDataWarehouseCredentialScan extends ScanParent {
|
|
1593
|
+
/** Azure SQL data warehouse credential scan properties. */
|
|
1594
|
+
properties?: AzureSqlDataWarehouseCredentialScanProperties;
|
|
1595
|
+
kind: "AzureSqlDataWarehouseCredential";
|
|
1596
|
+
}
|
|
1597
|
+
/** Azure SQL data warehouse MSI scan properties. */
|
|
1598
|
+
export interface AzureSqlDataWarehouseMsiScanProperties extends AzureSqlScanProperties {
|
|
1599
|
+
}
|
|
1600
|
+
/** Azure SQL data warehouse MSI scan. */
|
|
1601
|
+
export interface AzureSqlDataWarehouseMsiScan extends ScanParent {
|
|
1602
|
+
/** Azure SQL data warehouse MSI scan properties. */
|
|
1603
|
+
properties?: AzureSqlDataWarehouseMsiScanProperties;
|
|
1604
|
+
kind: "AzureSqlDataWarehouseMsi";
|
|
1605
|
+
}
|
|
1606
|
+
/** Azure MySQL scan properties. */
|
|
1607
|
+
export interface AzureMySqlScanProperties extends ScanProperties {
|
|
1608
|
+
/** The endpoint of the Azure MySQL server. */
|
|
1609
|
+
serverEndpoint?: string;
|
|
1610
|
+
/** The port of the Azure MySQL server. */
|
|
1611
|
+
port?: number;
|
|
1612
|
+
/** The database name. */
|
|
1613
|
+
databaseName?: string;
|
|
1614
|
+
/** The credential reference. */
|
|
1615
|
+
credential?: CredentialReference;
|
|
1616
|
+
}
|
|
1617
|
+
/** Azure MySQL credential scan properties. */
|
|
1618
|
+
export interface AzureMySqlCredentialScanProperties extends AzureMySqlScanProperties {
|
|
1619
|
+
}
|
|
1620
|
+
/** Azure MySQL credential scan. */
|
|
1621
|
+
export interface AzureMySqlCredentialScan extends ScanParent {
|
|
1622
|
+
/** Azure MySQL credential scan properties. */
|
|
1623
|
+
properties?: AzureMySqlCredentialScanProperties;
|
|
1624
|
+
kind: "AzureMySqlCredential";
|
|
1625
|
+
}
|
|
1626
|
+
/** Miti scan properties. */
|
|
1627
|
+
export interface MitiScanProperties extends ScanProperties {
|
|
1628
|
+
/** The maximum memory allowed in GB. */
|
|
1629
|
+
maximumMemoryAllowedInGb?: string;
|
|
1630
|
+
/** The miti cache. */
|
|
1631
|
+
mitiCache?: string;
|
|
1632
|
+
}
|
|
1633
|
+
/** Azure Storage credential scan properties. */
|
|
1634
|
+
export interface AzureStorageCredentialScanProperties extends ScanProperties {
|
|
1635
|
+
/** The credential reference. */
|
|
1636
|
+
credential?: CredentialReference;
|
|
1637
|
+
}
|
|
1638
|
+
/** Azure Storage credential scan. */
|
|
1639
|
+
export interface AzureStorageCredentialScan extends ScanParent {
|
|
1640
|
+
/** Azure Storage credential scan properties. */
|
|
1641
|
+
properties?: AzureStorageCredentialScanProperties;
|
|
1642
|
+
kind: "AzureStorageCredential";
|
|
1643
|
+
}
|
|
1644
|
+
/** Azure Storage MSI scan properties. */
|
|
1645
|
+
export interface AzureStorageMsiScanProperties extends ScanProperties {
|
|
1646
|
+
}
|
|
1647
|
+
/** Azure Storage MSI scan. */
|
|
1648
|
+
export interface AzureStorageMsiScan extends ScanParent {
|
|
1649
|
+
/** Azure Storage MSI scan properties. */
|
|
1650
|
+
properties?: AzureStorageMsiScanProperties;
|
|
1651
|
+
kind: "AzureStorageMsi";
|
|
1652
|
+
}
|
|
1653
|
+
/** Teradata credential scan properties. */
|
|
1654
|
+
export interface TeradataCredentialScanProperties extends MitiScanProperties {
|
|
1655
|
+
/** The credential reference. */
|
|
1656
|
+
credential?: CredentialReference;
|
|
1657
|
+
schema?: string;
|
|
1658
|
+
driverLocation?: string;
|
|
1659
|
+
storedProcedureDetails?: string;
|
|
1660
|
+
}
|
|
1661
|
+
/** Teradata credential scan. */
|
|
1662
|
+
export interface TeradataCredentialScan extends ScanParent {
|
|
1663
|
+
/** Teradata credential scan properties. */
|
|
1664
|
+
properties?: TeradataCredentialScanProperties;
|
|
1665
|
+
kind: "TeradataTeradataCredential";
|
|
1666
|
+
}
|
|
1667
|
+
/** Teradata user pass scan properties. */
|
|
1668
|
+
export interface TeradataUserPassScanProperties extends ScanProperties {
|
|
1669
|
+
username?: string;
|
|
1670
|
+
password?: string;
|
|
1671
|
+
}
|
|
1672
|
+
/** Teradata user pass scan. */
|
|
1673
|
+
export interface TeradataUserPassScan extends ScanParent {
|
|
1674
|
+
/** Teradata user pass scan properties. */
|
|
1675
|
+
properties?: TeradataUserPassScanProperties;
|
|
1676
|
+
kind: "TeradataUserPass";
|
|
1677
|
+
}
|
|
1678
|
+
/** Teradata user pass scan properties. */
|
|
1679
|
+
export interface TeradataTeradataUserPassScanProperties extends MitiScanProperties {
|
|
1680
|
+
/** The username of Teradata server. */
|
|
1681
|
+
username?: string;
|
|
1682
|
+
/** The password of Teradata server. */
|
|
1683
|
+
password?: string;
|
|
1684
|
+
/** The schema. */
|
|
1685
|
+
schema?: string;
|
|
1686
|
+
/** The driver location. */
|
|
1687
|
+
driverLocation?: string;
|
|
1688
|
+
}
|
|
1689
|
+
/** Teradata user pass scan. */
|
|
1690
|
+
export interface TeradataTeradataUserPassScan extends ScanParent {
|
|
1691
|
+
/** Teradata user pass scan properties. */
|
|
1692
|
+
properties?: TeradataTeradataUserPassScanProperties;
|
|
1693
|
+
kind: "TeradataTeradataUserPass";
|
|
1694
|
+
}
|
|
1695
|
+
/** Oracle credential scan properties. */
|
|
1696
|
+
export interface OracleCredentialScanProperties extends MitiScanProperties {
|
|
1697
|
+
/** The credential reference. */
|
|
1698
|
+
credential?: CredentialReference;
|
|
1699
|
+
schema?: string;
|
|
1700
|
+
driverLocation?: string;
|
|
1701
|
+
storedProcedureDetails?: string;
|
|
1702
|
+
}
|
|
1703
|
+
/** Oracle credential scan. */
|
|
1704
|
+
export interface OracleCredentialScan extends ScanParent {
|
|
1705
|
+
/** Oracle credential scan properties. */
|
|
1706
|
+
properties?: OracleCredentialScanProperties;
|
|
1707
|
+
kind: "OracleOracleCredential";
|
|
1708
|
+
}
|
|
1709
|
+
/** Oracle user pass scan properties. */
|
|
1710
|
+
export interface OracleUserPassScanProperties extends MitiScanProperties {
|
|
1711
|
+
/** The username of Oracle server. */
|
|
1712
|
+
username?: string;
|
|
1713
|
+
/** The password of Oracle server. */
|
|
1714
|
+
password?: string;
|
|
1715
|
+
/** The schema. */
|
|
1716
|
+
schema?: string;
|
|
1717
|
+
/** The driver location. */
|
|
1718
|
+
driverLocation?: string;
|
|
1719
|
+
}
|
|
1720
|
+
/** Oracle user pass scan. */
|
|
1721
|
+
export interface OracleUserPassScan extends ScanParent {
|
|
1722
|
+
/** Oracle user pass scan properties. */
|
|
1723
|
+
properties?: OracleUserPassScanProperties;
|
|
1724
|
+
kind: "OracleOracleUserPass";
|
|
1725
|
+
}
|
|
1726
|
+
/** SAP S/4HANA credential scan properties. */
|
|
1727
|
+
export interface SapS4HanaSapS4HanaCredentialScanProperties extends MitiScanProperties {
|
|
1728
|
+
/** The client ID of SAP S/4HANA server. */
|
|
1729
|
+
clientId?: string;
|
|
1730
|
+
/** The credential reference. */
|
|
1731
|
+
credential?: CredentialReference;
|
|
1732
|
+
/** The JCo library path. */
|
|
1733
|
+
jCoLibraryPath?: string;
|
|
1734
|
+
}
|
|
1735
|
+
/** SAP S/4HANA credential scan. */
|
|
1736
|
+
export interface SapS4HanaSapS4HanaCredentialScan extends ScanParent {
|
|
1737
|
+
/** SAP S/4HANA credential scan properties. */
|
|
1738
|
+
properties?: SapS4HanaSapS4HanaCredentialScanProperties;
|
|
1739
|
+
kind: "SapS4HanaSapS4HanaCredential";
|
|
1740
|
+
}
|
|
1741
|
+
/** SAP S/4HANA user pass scan properties. */
|
|
1742
|
+
export interface SapS4HanaSapS4HanaUserPassScanProperties extends MitiScanProperties {
|
|
1743
|
+
/** The client ID of SAP S/4HANA server. */
|
|
1744
|
+
clientId?: string;
|
|
1745
|
+
/** The username of SAP S/4HANA server. */
|
|
1746
|
+
username?: string;
|
|
1747
|
+
/** The password of SAP S/4HANA server. */
|
|
1748
|
+
password?: string;
|
|
1749
|
+
/** The JCo library path. */
|
|
1750
|
+
jCoLibraryPath?: string;
|
|
1751
|
+
}
|
|
1752
|
+
/** SAP S/4HANA user pass scan. */
|
|
1753
|
+
export interface SapS4HanaSapS4HanaUserPassScan extends ScanParent {
|
|
1754
|
+
/** SAP S/4HANA user pass scan properties. */
|
|
1755
|
+
properties?: SapS4HanaSapS4HanaUserPassScanProperties;
|
|
1756
|
+
kind: "SapS4HanaSapS4HanaUserPass";
|
|
1757
|
+
}
|
|
1758
|
+
/** SAP ECC credential scan properties. */
|
|
1759
|
+
export interface SapEccCredentialScanProperties extends MitiScanProperties {
|
|
1760
|
+
clientId?: string;
|
|
1761
|
+
/** The credential reference. */
|
|
1762
|
+
credential?: CredentialReference;
|
|
1763
|
+
jCoLibraryPath?: string;
|
|
1764
|
+
}
|
|
1765
|
+
/** SAP ECC credential scan. */
|
|
1766
|
+
export interface SapEccCredentialScan extends ScanParent {
|
|
1767
|
+
/** SAP ECC credential scan properties. */
|
|
1768
|
+
properties?: SapEccCredentialScanProperties;
|
|
1769
|
+
kind: "SapEccSapEccCredential";
|
|
1770
|
+
}
|
|
1771
|
+
/** SAP ECC user pass scan properties. */
|
|
1772
|
+
export interface SapEccUserPassScanProperties extends MitiScanProperties {
|
|
1773
|
+
clientId?: string;
|
|
1774
|
+
username?: string;
|
|
1775
|
+
password?: string;
|
|
1776
|
+
jCoLibraryPath?: string;
|
|
1777
|
+
}
|
|
1778
|
+
/** SAP ECC user pass scan. */
|
|
1779
|
+
export interface SapEccUserPassScan extends ScanParent {
|
|
1780
|
+
/** SAP ECC user pass scan properties. */
|
|
1781
|
+
properties?: SapEccUserPassScanProperties;
|
|
1782
|
+
kind: "SapEccSapEccUserPass";
|
|
1783
|
+
}
|
|
1784
|
+
/** Power BI delegated scan properties. */
|
|
1785
|
+
export interface PowerBIDelegatedScanProperties extends ScanProperties {
|
|
1786
|
+
tenant?: string;
|
|
1787
|
+
authenticationType?: string;
|
|
1788
|
+
clientId?: string;
|
|
1789
|
+
userName?: string;
|
|
1790
|
+
password?: string;
|
|
1791
|
+
includePersonalWorkspaces?: boolean;
|
|
1792
|
+
}
|
|
1793
|
+
/** Power BI delegated scan. */
|
|
1794
|
+
export interface PowerBIDelegatedScan extends ScanParent {
|
|
1795
|
+
/** Power BI delegated scan properties. */
|
|
1796
|
+
properties?: PowerBIDelegatedScanProperties;
|
|
1797
|
+
kind: "PowerBIDelegated";
|
|
1798
|
+
}
|
|
1799
|
+
/** Power BI MSI scan properties. */
|
|
1800
|
+
export interface PowerBIMsiScanProperties extends ScanProperties {
|
|
1801
|
+
/** Whether to include personal workspaces or not. */
|
|
1802
|
+
includePersonalWorkspaces?: boolean;
|
|
1803
|
+
}
|
|
1804
|
+
/** Power BI MSI scan. */
|
|
1805
|
+
export interface PowerBIMsiScan extends ScanParent {
|
|
1806
|
+
/** Power BI MSI scan properties. */
|
|
1807
|
+
properties?: PowerBIMsiScanProperties;
|
|
1808
|
+
kind: "PowerBIMsi";
|
|
1809
|
+
}
|
|
1810
|
+
/** Azure subscription system scan ruleset. */
|
|
1811
|
+
export interface AzureSubscriptionSystemScanRuleset extends SystemScanRulesetParent {
|
|
1812
|
+
/** Azure subscription scan ruleset properties. */
|
|
1813
|
+
properties?: AzureSubscriptionScanRulesetProperties;
|
|
1814
|
+
kind: "AzureSubscription";
|
|
1815
|
+
}
|
|
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";
|
|
1821
|
+
}
|
|
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";
|
|
1827
|
+
}
|
|
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";
|
|
1833
|
+
}
|
|
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";
|
|
1839
|
+
}
|
|
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";
|
|
1845
|
+
}
|
|
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";
|
|
1851
|
+
}
|
|
1852
|
+
/** Amazon S3 system scan ruleset. */
|
|
1853
|
+
export interface AmazonS3SystemScanRuleset extends SystemScanRulesetParent {
|
|
1854
|
+
/** Amazon S3 scan ruleset properties. */
|
|
1855
|
+
properties?: AmazonS3ScanRulesetProperties;
|
|
1856
|
+
kind: "AmazonS3";
|
|
1857
|
+
}
|
|
1858
|
+
/** Amazon SQL system scan ruleset. */
|
|
1859
|
+
export interface AmazonSqlSystemScanRuleset extends SystemScanRulesetParent {
|
|
1860
|
+
/** Amazon SQL scan ruleset properties. */
|
|
1861
|
+
properties?: AmazonSqlScanRulesetProperties;
|
|
1862
|
+
kind: "AmazonSql";
|
|
1863
|
+
}
|
|
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";
|
|
1869
|
+
}
|
|
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";
|
|
1875
|
+
}
|
|
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";
|
|
1881
|
+
}
|
|
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";
|
|
1887
|
+
}
|
|
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";
|
|
1893
|
+
}
|
|
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";
|
|
1899
|
+
}
|
|
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";
|
|
1905
|
+
}
|
|
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";
|
|
1911
|
+
}
|
|
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";
|
|
1917
|
+
}
|
|
1918
|
+
/** Azure MySQL system scan ruleset. */
|
|
1919
|
+
export interface AzureMySqlSystemScanRuleset extends SystemScanRulesetParent {
|
|
1920
|
+
/** Azure MySQL scan ruleset properties. */
|
|
1921
|
+
properties?: AzureMySqlScanRulesetProperties;
|
|
1922
|
+
kind: "AzureMySql";
|
|
1923
|
+
}
|
|
1924
|
+
/** Azure Storage system scan ruleset. */
|
|
1925
|
+
export interface AzureStorageSystemScanRuleset extends SystemScanRulesetParent {
|
|
1926
|
+
/** Azure Storage scan ruleset properties. */
|
|
1927
|
+
properties?: AzureStorageScanRulesetProperties;
|
|
1928
|
+
kind: "AzureStorage";
|
|
1929
|
+
}
|
|
1930
|
+
/** Teradata system scan ruleset. */
|
|
1931
|
+
export interface TeradataSystemScanRuleset extends SystemScanRulesetParent {
|
|
1932
|
+
/** Teradata scan ruleset properties. */
|
|
1933
|
+
properties?: TeradataScanRulesetProperties;
|
|
1934
|
+
kind: "Teradata";
|
|
1935
|
+
}
|
|
1936
|
+
/** Oracle system scan ruleset. */
|
|
1937
|
+
export interface OracleSystemScanRuleset extends SystemScanRulesetParent {
|
|
1938
|
+
/** Oracle scan rule set properties. */
|
|
1939
|
+
properties?: OracleScanRulesetProperties;
|
|
1940
|
+
kind: "Oracle";
|
|
1941
|
+
}
|
|
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";
|
|
1947
|
+
}
|
|
1948
|
+
/** SAP ECC system scan ruleset. */
|
|
1949
|
+
export interface SapEccSystemScanRuleset extends SystemScanRulesetParent {
|
|
1950
|
+
/** SAP ECC scan ruleset properties. */
|
|
1951
|
+
properties?: SapEccScanRulesetProperties;
|
|
1952
|
+
kind: "SapEcc";
|
|
1953
|
+
}
|
|
1954
|
+
/** Power BI system scan ruleset. */
|
|
1955
|
+
export interface PowerBISystemScanRuleset extends SystemScanRulesetParent {
|
|
1956
|
+
/** Power BI scan ruleset properties. */
|
|
1957
|
+
properties?: PowerBIScanRulesetProperties;
|
|
1958
|
+
kind: "PowerBI";
|
|
1959
|
+
}
|
|
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. */
|
|
1977
|
+
export type ClassificationRulePattern = RegexClassificationRulePattern;
|
|
1978
|
+
//# sourceMappingURL=models.d.ts.map
|