CodelessUiConnectorConfigProperties interface
Config to describe the instructions blade
Properties
availability | Connector Availability Status |
connectivity |
Define the way the connector check connectivity |
custom |
An optional custom image to be used when displaying the connector within Azure Sentinel's connector's gallery |
data |
Data types to check for last data received |
description |
Connector description |
graph |
The graph query to show the current data status |
graph |
Name of the table the connector will insert the data to |
instruction |
Instruction steps to enable the connector |
permissions | Permissions required for the connector |
publisher | Connector publisher name |
sample |
The sample queries for the connector |
title | Connector blade title |
Property Details
availability
connectivityCriteria
Define the way the connector check connectivity
connectivityCriteria: CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem[]
Property Value
customImage
An optional custom image to be used when displaying the connector within Azure Sentinel's connector's gallery
customImage?: string
Property Value
string
dataTypes
Data types to check for last data received
dataTypes: CodelessUiConnectorConfigPropertiesDataTypesItem[]
Property Value
descriptionMarkdown
Connector description
descriptionMarkdown: string
Property Value
string
graphQueries
The graph query to show the current data status
graphQueries: CodelessUiConnectorConfigPropertiesGraphQueriesItem[]
Property Value
graphQueriesTableName
Name of the table the connector will insert the data to
graphQueriesTableName: string
Property Value
string
instructionSteps
Instruction steps to enable the connector
instructionSteps: CodelessUiConnectorConfigPropertiesInstructionStepsItem[]
Property Value
permissions
publisher
Connector publisher name
publisher: string
Property Value
string
sampleQueries
The sample queries for the connector
sampleQueries: CodelessUiConnectorConfigPropertiesSampleQueriesItem[]
Property Value
title
Connector blade title
title: string
Property Value
string
Azure SDK for JavaScript