get Iot Security Solution
suspend fun getIotSecuritySolution(argument: GetIotSecuritySolutionPlainArgs): GetIotSecuritySolutionResult
User this method to get details of a specific IoT Security solution based on solution name Uses Azure REST API version 2019-08-01. Other available API versions: 2017-08-01-preview.
Return
IoT Security solution configuration and resource information.
Parameters
argument
null
suspend fun getIotSecuritySolution(resourceGroupName: String, solutionName: String): GetIotSecuritySolutionResult
Return
IoT Security solution configuration and resource information.
Parameters
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
solution Name
The name of the IoT Security solution.
See also
suspend fun getIotSecuritySolution(argument: suspend GetIotSecuritySolutionPlainArgsBuilder.() -> Unit): GetIotSecuritySolutionResult
Return
IoT Security solution configuration and resource information.
Parameters
argument
Builder for com.pulumi.azurenative.security.kotlin.inputs.GetIotSecuritySolutionPlainArgs.