get MSTIData Connector
suspend fun getMSTIDataConnector(argument: GetMSTIDataConnectorPlainArgs): GetMSTIDataConnectorResult
Gets a data connector. Uses Azure REST API version 2024-09-01.
Return
Represents Microsoft Threat Intelligence data connector.
Parameters
argument
null
suspend fun getMSTIDataConnector(dataConnectorId: String, resourceGroupName: String, workspaceName: String): GetMSTIDataConnectorResult
Return
Represents Microsoft Threat Intelligence data connector.
Parameters
data Connector Id
Connector ID
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the workspace.
See also
suspend fun getMSTIDataConnector(argument: suspend GetMSTIDataConnectorPlainArgsBuilder.() -> Unit): GetMSTIDataConnectorResult
Return
Represents Microsoft Threat Intelligence data connector.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetMSTIDataConnectorPlainArgs.