getIotSecuritySolution

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. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native security [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

solutionName

The name of the IoT Security solution.

See also


Return

IoT Security solution configuration and resource information.

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetIotSecuritySolutionPlainArgs.

See also