CustomizableConnectorUiConfigResponse

data class CustomizableConnectorUiConfigResponse(val availability: ConnectorDefinitionsAvailabilityResponse? = null, val connectivityCriteria: List<ConnectivityCriterionResponse>, val dataTypes: List<ConnectorDataTypeResponse>, val descriptionMarkdown: String, val graphQueries: List<GraphQueryResponse>, val id: String? = null, val instructionSteps: List<InstructionStepResponse>, val isConnectivityCriteriasMatchSome: Boolean? = null, val logo: String? = null, val permissions: ConnectorDefinitionsPermissionsResponse, val publisher: String, val title: String)

The UiConfig for 'Customizable' connector definition kind.

Constructors

Link copied to clipboard
constructor(availability: ConnectorDefinitionsAvailabilityResponse? = null, connectivityCriteria: List<ConnectivityCriterionResponse>, dataTypes: List<ConnectorDataTypeResponse>, descriptionMarkdown: String, graphQueries: List<GraphQueryResponse>, id: String? = null, instructionSteps: List<InstructionStepResponse>, isConnectivityCriteriasMatchSome: Boolean? = null, logo: String? = null, permissions: ConnectorDefinitionsPermissionsResponse, publisher: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The exposure status of the connector to the customers.

Link copied to clipboard

Gets or sets the way the connector checks whether the connector is connected.

Link copied to clipboard

Gets or sets the data types to check for last data received.

Link copied to clipboard

Gets or sets the connector description in markdown format.

Link copied to clipboard

Gets or sets the graph queries to show the current data volume over time.

Link copied to clipboard
val id: String? = null

Gets or sets custom connector id. optional field.

Link copied to clipboard

Gets or sets the instruction steps to enable the connector.

Link copied to clipboard

Gets or sets a value indicating whether to use 'OR'(SOME) or 'AND' between ConnectivityCriteria items.

Link copied to clipboard
val logo: String? = null

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.

Link copied to clipboard

The required Permissions for the connector.

Link copied to clipboard

Gets or sets the connector publisher name.

Link copied to clipboard

Gets or sets the connector blade title.