listWorkspaceKeys

Get the keys to use with the Quantum APIs. A key is used to authenticate and authorize access to the Quantum REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration. Uses Azure REST API version 2023-11-13-preview.

Return

Result of list Api keys and connection strings.

Parameters

argument

null


suspend fun listWorkspaceKeys(resourceGroupName: String, workspaceName: String): ListWorkspaceKeysResult

Return

Result of list Api keys and connection strings.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

workspaceName

The name of the quantum workspace resource.

See also


Return

Result of list Api keys and connection strings.

Parameters

argument

Builder for com.pulumi.azurenative.quantum.kotlin.inputs.ListWorkspaceKeysPlainArgs.

See also