listIotDpsResourceKeysForKeyName

List primary and secondary keys for a specific key name Uses Azure REST API version 2022-12-12. Other available API versions: 2020-09-01-preview, 2023-03-01-preview, 2025-02-01-preview.

Return

Description of the shared access key.

Parameters

argument

null


suspend fun listIotDpsResourceKeysForKeyName(keyName: String, provisioningServiceName: String, resourceGroupName: String): ListIotDpsResourceKeysForKeyNameResult

Return

Description of the shared access key.

Parameters

keyName

Logical key name to get key-values for.

provisioningServiceName

Name of the provisioning service.

resourceGroupName

The name of the resource group that contains the provisioning service.

See also


Return

Description of the shared access key.

Parameters

argument

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

See also