get AATPData Connector
suspend fun getAATPDataConnector(argument: GetAATPDataConnectorPlainArgs): GetAATPDataConnectorResult
Gets a data connector. Uses Azure REST API version 2023-02-01.
Return
Represents AATP (Azure Advanced Threat Protection) data connector.
Parameters
argument
null
suspend fun getAATPDataConnector(dataConnectorId: String, resourceGroupName: String, workspaceName: String): GetAATPDataConnectorResult
Return
Represents AATP (Azure Advanced Threat Protection) 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 getAATPDataConnector(argument: suspend GetAATPDataConnectorPlainArgsBuilder.() -> Unit): GetAATPDataConnectorResult
Return
Represents AATP (Azure Advanced Threat Protection) data connector.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetAATPDataConnectorPlainArgs.