list Workspace Keys
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
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the quantum workspace resource.
See also
suspend fun listWorkspaceKeys(argument: suspend ListWorkspaceKeysPlainArgsBuilder.() -> Unit): ListWorkspaceKeysResult
Return
Result of list Api keys and connection strings.
Parameters
argument
Builder for com.pulumi.azurenative.quantum.kotlin.inputs.ListWorkspaceKeysPlainArgs.