get AADData Connector
Gets a data connector. Uses Azure REST API version 2023-02-01.
Return
Represents AAD (Azure Active Directory) data connector.
Parameters
argument
null
suspend fun getAADDataConnector(dataConnectorId: String, resourceGroupName: String, workspaceName: String): GetAADDataConnectorResult
Return
Represents AAD (Azure Active Directory) 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 getAADDataConnector(argument: suspend GetAADDataConnectorPlainArgsBuilder.() -> Unit): GetAADDataConnectorResult
Return
Represents AAD (Azure Active Directory) data connector.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetAADDataConnectorPlainArgs.