CustomizableConnectorUiConfig interface
The UiConfig for 'Customizable' connector definition kind.
Properties
| availability | The exposure status of the connector to the customers. |
| connectivity |
Gets or sets the way the connector checks whether the connector is connected. |
| data |
Gets or sets the data types to check for last data received. |
| description |
Gets or sets the connector description in markdown format. |
| graph |
Gets or sets the graph queries to show the current data volume over time. |
| id | Gets or sets custom connector id. optional field. |
| instruction |
Gets or sets the instruction steps to enable the connector. |
| is |
Gets or sets a value indicating whether to use 'OR'(SOME) or 'AND' between ConnectivityCriteria items. |
| logo | Gets or sets the connector logo to be used when displaying the connector within Azure Sentinel's connector's gallery. The logo value should be in SVG format. |
| permissions | The required Permissions for the connector. |
| publisher | Gets or sets the connector publisher name. |
| title | Gets or sets the connector blade title. |
Property Details
availability
The exposure status of the connector to the customers.
availability?: ConnectorDefinitionsAvailability
Property Value
connectivityCriteria
Gets or sets the way the connector checks whether the connector is connected.
connectivityCriteria: ConnectivityCriterion[]
Property Value
dataTypes
Gets or sets the data types to check for last data received.
dataTypes: ConnectorDataType[]
Property Value
descriptionMarkdown
Gets or sets the connector description in markdown format.
descriptionMarkdown: string
Property Value
string
graphQueries
Gets or sets the graph queries to show the current data volume over time.
graphQueries: GraphQuery[]
Property Value
id
Gets or sets custom connector id. optional field.
id?: string
Property Value
string
instructionSteps
Gets or sets the instruction steps to enable the connector.
instructionSteps: InstructionStep[]
Property Value
isConnectivityCriteriasMatchSome
Gets or sets a value indicating whether to use 'OR'(SOME) or 'AND' between ConnectivityCriteria items.
isConnectivityCriteriasMatchSome?: boolean
Property Value
boolean
logo
Gets or sets the connector logo to be used when displaying the connector within Azure Sentinel's connector's gallery. The logo value should be in SVG format.
logo?: string
Property Value
string
permissions
The required Permissions for the connector.
permissions: ConnectorDefinitionsPermissions
Property Value
publisher
Gets or sets the connector publisher name.
publisher: string
Property Value
string
title
Gets or sets the connector blade title.
title: string
Property Value
string