Scan Rulesets - Get
Gets a scan ruleset.
GET {endpoint}/scan/scanrulesets/{scanRulesetName}?api-version=2023-09-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (url) |
The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com. |
|
scan
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
The scan ruleset name. |
|
api-version
|
query | True |
string |
The api version to use. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
ScanRuleset:
|
Success. |
| Other Status Codes |
An error response received from the Scanning Service. Headers x-ms-error-code: string |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
ScanRulesets_Get
Sample request
GET {endpoint}/scan/scanrulesets/nyScanRulesetName?api-version=2023-09-01
Sample response
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
{
"properties": {
"scanningRule": {
"fileExtensions": [
"CSV",
"JSON"
]
},
"createdAt": "2020-01-28T23:09:30.5185162Z",
"lastModifiedAt": "2020-01-28T23:10:07.3840172Z",
"excludedSystemClassifications": null,
"includedCustomClassificationRuleNames": null,
"description": null
},
"kind": "AzureStorage",
"name": "myRuleSetName"
}
Definitions
| Name | Description |
|---|---|
|
Adls |
ADLS Gen1 scan ruleset. |
|
Adls |
ADLS Gen1 scan ruleset properties. |
|
Adls |
Adls gen 2 scan ruleset. |
|
Adls |
Adls gen 2 scan ruleset properties. |
|
Amazon |
Amazon account scan ruleset. |
|
Amazon |
Amazon account scan ruleset properties. |
|
Amazon |
Azure Postgre SQL scan ruleset. |
|
Amazon |
Azure Postgre SQL scan ruleset properties. |
|
AmazonS3Scan |
Amazon S3 scan ruleset. |
|
AmazonS3Scan |
Amazon S3 scan ruleset properties. |
|
Amazon |
Amazon SQL scan ruleset. |
|
Amazon |
Amazon SQL scan ruleset properties. |
|
Azure |
Azure Cosmos DB scan ruleset. |
|
Azure |
Azure Cosmos DB scan ruleset properties. |
|
Azure |
Azure data explorer scan ruleset. |
|
Azure |
Azure data explorer scan ruleset properties. |
|
Azure |
Azure file service scan ruleset. |
|
Azure |
Azure file service scan ruleset properties. |
|
Azure |
Azure MySQL scan ruleset. |
|
Azure |
Azure MySQL scan ruleset properties. |
|
Azure |
Azure Postgre SQL scan ruleset. |
|
Azure |
Azure Postgre SQL scan ruleset properties. |
|
Azure |
Azure resource group scan ruleset. |
|
Azure |
Azure resource group scan ruleset properties. |
|
Azure |
Azure SQL db managed instance scan ruleset. |
|
Azure |
Azure SQL db managed instance scan ruleset properties. |
|
Azure |
Azure SQL db scan ruleset. |
|
Azure |
Azure SQL db scan ruleset properties. |
|
Azure |
Azure SQL data warehouse scan ruleset. |
|
Azure |
Azure SQL data warehouse scan ruleset properties. |
|
Azure |
Azure Storage scan ruleset. |
|
Azure |
Azure Storage scan ruleset properties. |
|
Azure |
Azure subscription scan ruleset. |
|
Azure |
Azure subscription scan ruleset properties. |
|
Azure |
Azure synapse scan ruleset. |
|
Azure |
Azure synapse scan ruleset properties. |
|
Azure |
Azure synapse workspace scan ruleset. |
|
Azure |
Azure synapse workspace scan ruleset properties. |
|
Custom |
Custom file extension. |
|
Custom |
Custom file type. |
|
Data |
The data source type. |
|
Error |
The error model. |
|
Error |
The error response model. |
|
File |
The built-in file type of the custom file type. |
|
Oracle |
Oracle scan ruleset. |
|
Oracle |
Oracle scan rule set properties. |
|
Power |
Power BI scan ruleset. |
|
Power |
Power BI scan ruleset properties. |
|
Sap |
SAP ECC scan ruleset. |
|
Sap |
SAP ECC scan ruleset properties. |
|
SapS4Hana |
SAP S/4HANA scan ruleset. |
|
SapS4Hana |
SAP S/4HANA scan ruleset properties. |
|
Scanning |
Scanning rule. |
|
Scan |
Status of versioned scan ruleset properties. |
|
Scan |
The scan ruleset type. |
|
Sql |
Sql server database scan ruleset. |
|
Sql |
Sql server database scan ruleset properties. |
|
Teradata |
Teradata scan ruleset. |
|
Teradata |
Teradata scan ruleset properties. |
AdlsGen1ScanRuleset
ADLS Gen1 scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Adls |
The data source type. |
| name |
string |
The resource name. |
| properties |
ADLS Gen1 scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AdlsGen1ScanRulesetProperties
ADLS Gen1 scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |
AdlsGen2ScanRuleset
Adls gen 2 scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Adls |
The data source type. |
| name |
string |
The resource name. |
| properties |
Adls gen 2 scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AdlsGen2ScanRulesetProperties
Adls gen 2 scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |
AmazonAccountScanRuleset
Amazon account scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Amazon |
The data source type. |
| name |
string |
The resource name. |
| properties |
Amazon account scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AmazonAccountScanRulesetProperties
Amazon account scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AmazonPostgreSqlScanRuleset
Azure Postgre SQL scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Amazon |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure Postgre SQL scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AmazonPostgreSqlScanRulesetProperties
Azure Postgre SQL scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AmazonS3ScanRuleset
Amazon S3 scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
AmazonS3 |
The data source type. |
| name |
string |
The resource name. |
| properties |
Amazon S3 scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AmazonS3ScanRulesetProperties
Amazon S3 scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |
AmazonSqlScanRuleset
Amazon SQL scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Amazon |
The data source type. |
| name |
string |
The resource name. |
| properties |
Amazon SQL scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AmazonSqlScanRulesetProperties
Amazon SQL scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureCosmosDbScanRuleset
Azure Cosmos DB scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure Cosmos DB scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureCosmosDbScanRulesetProperties
Azure Cosmos DB scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureDataExplorerScanRuleset
Azure data explorer scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure data explorer scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureDataExplorerScanRulesetProperties
Azure data explorer scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureFileServiceScanRuleset
Azure file service scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure file service scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureFileServiceScanRulesetProperties
Azure file service scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |
AzureMySqlScanRuleset
Azure MySQL scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure MySQL scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureMySqlScanRulesetProperties
Azure MySQL scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzurePostgreSqlScanRuleset
Azure Postgre SQL scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure Postgre SQL scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzurePostgreSqlScanRulesetProperties
Azure Postgre SQL scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureResourceGroupScanRuleset
Azure resource group scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure resource group scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureResourceGroupScanRulesetProperties
Azure resource group scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureSqlDatabaseManagedInstanceScanRuleset
Azure SQL db managed instance scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure SQL db managed instance scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureSqlDatabaseManagedInstanceScanRulesetProperties
Azure SQL db managed instance scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureSqlDatabaseScanRuleset
Azure SQL db scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure SQL db scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureSqlDatabaseScanRulesetProperties
Azure SQL db scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureSqlDataWarehouseScanRuleset
Azure SQL data warehouse scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure SQL data warehouse scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureSqlDataWarehouseScanRulesetProperties
Azure SQL data warehouse scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureStorageScanRuleset
Azure Storage scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure Storage scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureStorageScanRulesetProperties
Azure Storage scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |
AzureSubscriptionScanRuleset
Azure subscription scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure subscription scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureSubscriptionScanRulesetProperties
Azure subscription scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureSynapseScanRuleset
Azure synapse scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure synapse scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureSynapseScanRulesetProperties
Azure synapse scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
AzureSynapseWorkspaceScanRuleset
Azure synapse workspace scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Azure |
The data source type. |
| name |
string |
The resource name. |
| properties |
Azure synapse workspace scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
AzureSynapseWorkspaceScanRulesetProperties
Azure synapse workspace scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
CustomFileExtension
Custom file extension.
| Name | Type | Description |
|---|---|---|
| customFileType |
The custom file type of the custom file extension. |
|
| description |
string |
The description of the custom file extension. |
| enabled |
boolean |
The flag to indicate whether the custom file extension is enabled or not. |
| fileExtension |
string |
The file extension of the custom file extension. |
CustomFileType
Custom file type.
| Name | Type | Description |
|---|---|---|
| builtInType |
The built-in file type of the custom file type. |
|
| customDelimiter |
string |
The custom delimiter of the custom file type. |
DataSourceType
The data source type.
| Value | Description |
|---|---|
| None | |
| Fabric | |
| AzureSubscription | |
| AzureResourceGroup | |
| AzureSynapseWorkspace | |
| AzureSynapse | |
| AdlsGen1 | |
| AdlsGen2 | |
| AmazonAccount | |
| AmazonS3 | |
| AmazonSql | |
| AzureCosmosDb | |
| AzureDataExplorer | |
| AzureFileService | |
| AzureSqlDatabase | |
| ArcEnabledSqlServer | |
| AmazonPostgreSql | |
| AzurePostgreSql | |
| Databricks | |
| SqlServerDatabase | |
| AzureSqlDatabaseManagedInstance | |
| AzureSqlDataWarehouse | |
| AzureMySql | |
| Hdfs | |
| TableauServer | |
| AzureStorage | |
| Teradata | |
| Oracle | |
| PostgreSql | |
| AmazonRedShift | |
| DatabricksHms | |
| SapS4Hana | |
| SapEcc | |
| Snowflake | |
| PowerBI | |
| Trident | |
| Dataverse | |
| DatabricksUnityCatalog |
ErrorModel
The error model.
| Name | Type | Description |
|---|---|---|
| code |
string |
A unique error code that identifies the specific error. |
| details |
An array of nested ErrorModel objects that provides additional error details. |
|
| message |
string |
A human-readable error message that provides more details about the error. |
| target |
string |
The specific component that the error is associated with. |
ErrorResponseModel
The error response model.
| Name | Type | Description |
|---|---|---|
| error |
The error model. |
FileExtensionsType
The built-in file type of the custom file type.
| Value | Description |
|---|---|
| AVRO | |
| ORC | |
| PARQUET | |
| JSON | |
| TXT | |
| XML | |
| Documents | |
| CSV | |
| PSV | |
| SSV | |
| TSV | |
| GZ | |
| DOC | |
| DOCM | |
| DOCX | |
| DOT | |
| ODP | |
| ODS | |
| ODT | |
| POT | |
| PPS | |
| PPSX | |
| PPT | |
| PPTM | |
| PPTX | |
| XLC | |
| XLS | |
| XLSB | |
| XLSM | |
| XLSX | |
| XLT |
OracleScanRuleset
Oracle scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Oracle |
The data source type. |
| name |
string |
The resource name. |
| properties |
Oracle scan rule set properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
OracleScanRulesetProperties
Oracle scan rule set properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |
PowerBIScanRuleset
Power BI scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
PowerBI |
The data source type. |
| name |
string |
The resource name. |
| properties |
Power BI scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
PowerBIScanRulesetProperties
Power BI scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
SapEccScanRuleset
SAP ECC scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Sap |
The data source type. |
| name |
string |
The resource name. |
| properties |
SAP ECC scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
SapEccScanRulesetProperties
SAP ECC scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
SapS4HanaScanRuleset
SAP S/4HANA scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
SapS4Hana |
The data source type. |
| name |
string |
The resource name. |
| properties |
SAP S/4HANA scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
SapS4HanaScanRulesetProperties
SAP S/4HANA scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
ScanningRule
Scanning rule.
| Name | Type | Description |
|---|---|---|
| customFileExtensions |
The custom file extensions of the scanning rule. |
|
| fileExtensions |
The file extensions of the scanning rule. |
ScanRulesetStatus
Status of versioned scan ruleset properties.
| Value | Description |
|---|---|
| Enabled | |
| Disabled |
ScanRulesetType
The scan ruleset type.
| Value | Description |
|---|---|
| Custom |
the scan ruleset type is custom |
| System |
the scan ruleset type is system default |
SqlServerDatabaseScanRuleset
Sql server database scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Sql |
The data source type. |
| name |
string |
The resource name. |
| properties |
Sql server database scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
SqlServerDatabaseScanRulesetProperties
Sql server database scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
TeradataScanRuleset
Teradata scan ruleset.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| kind |
string:
Teradata |
The data source type. |
| name |
string |
The resource name. |
| properties |
Teradata scan ruleset properties. |
|
| scanRulesetType |
Versioned scan ruleset properties. |
|
| status |
Status of versioned scan ruleset properties. |
|
| version |
integer (int32) |
Version of versioned scan ruleset properties. |
TeradataScanRulesetProperties
Teradata scan ruleset properties.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The time at which the scan ruleset was created. |
| description |
string |
|
| excludedSystemClassifications |
string[] |
The system classifications that are excluded from the scan ruleset. |
| includedCustomClassificationRuleNames |
string[] |
The custom classification rule names that are included in the scan ruleset. |
| lastModifiedAt |
string (date-time) |
The time at which the scan ruleset was last modified. |
| scanningRule |
The scanning rule of the scanning rule scan ruleset. |