CustomizableConnectorUiConfigArgs

data class CustomizableConnectorUiConfigArgs(val availability: Output<ConnectorDefinitionsAvailabilityArgs>? = null, val connectivityCriteria: Output<List<ConnectivityCriterionArgs>>, val dataTypes: Output<List<ConnectorDataTypeArgs>>, val descriptionMarkdown: Output<String>, val graphQueries: Output<List<GraphQueryArgs>>, val graphQueriesTableName: Output<String>? = null, val id: Output<String>? = null, val instructionSteps: Output<List<InstructionStepArgs>>, val isConnectivityCriteriasMatchSome: Output<Boolean>? = null, val logo: Output<String>? = null, val permissions: Output<ConnectorDefinitionsPermissionsArgs>, val publisher: Output<String>, val sampleQueries: Output<List<SampleQueryArgs>>, val title: Output<String>) : ConvertibleToJava<CustomizableConnectorUiConfigArgs>

The UiConfig for 'Customizable' connector definition kind.

Constructors

Link copied to clipboard
constructor(availability: Output<ConnectorDefinitionsAvailabilityArgs>? = null, connectivityCriteria: Output<List<ConnectivityCriterionArgs>>, dataTypes: Output<List<ConnectorDataTypeArgs>>, descriptionMarkdown: Output<String>, graphQueries: Output<List<GraphQueryArgs>>, graphQueriesTableName: Output<String>? = null, id: Output<String>? = null, instructionSteps: Output<List<InstructionStepArgs>>, isConnectivityCriteriasMatchSome: Output<Boolean>? = null, logo: Output<String>? = null, permissions: Output<ConnectorDefinitionsPermissionsArgs>, publisher: Output<String>, sampleQueries: Output<List<SampleQueryArgs>>, title: Output<String>)

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 graphQueriesTableName: Output<String>? = null

Gets or sets the name of the table the connector will insert the data to. This name can be used in other queries by specifying {{graphQueriesTableName}} placeholder in Query and LastDataReceivedQuery values.

Link copied to clipboard
val id: Output<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: Output<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
val publisher: Output<String>

Gets or sets the connector publisher name.

Link copied to clipboard

Gets or sets the sample queries for the connector.

Link copied to clipboard
val title: Output<String>

Gets or sets the connector blade title.

Functions

Link copied to clipboard
open override fun toJava(): CustomizableConnectorUiConfigArgs