listIotHubResourceKeysForKeyName

Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. API Version: 2020-08-31.

Return

The properties of an IoT hub shared access policy.

Parameters

argument

null


suspend fun listIotHubResourceKeysForKeyName(keyName: String, resourceGroupName: String, resourceName: String): ListIotHubResourceKeysForKeyNameResult

Return

The properties of an IoT hub shared access policy.

Parameters

keyName

The name of the shared access policy.

resourceGroupName

The name of the resource group that contains the IoT hub.

resourceName

The name of the IoT hub.

See also


Return

The properties of an IoT hub shared access policy.

Parameters

argument

Builder for com.pulumi.azurenative.devices.kotlin.inputs.ListIotHubResourceKeysForKeyNamePlainArgs.

See also