list Database Account Keys
suspend fun listDatabaseAccountKeys(argument: ListDatabaseAccountKeysPlainArgs): ListDatabaseAccountKeysResult
Lists the access keys for the specified Azure Cosmos DB database account. Azure REST API version: 2023-04-15. Other available API versions: 2020-03-01, 2020-06-01-preview, 2020-09-01, 2021-04-01-preview, 2023-03-15-preview, 2023-09-15, 2023-09-15-preview.
Return
The access keys for the given database account.
Parameters
argument
null
suspend fun listDatabaseAccountKeys(accountName: String, resourceGroupName: String): ListDatabaseAccountKeysResult
Return
The access keys for the given database account.
See also
Parameters
account Name
Cosmos DB database account name.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun listDatabaseAccountKeys(argument: suspend ListDatabaseAccountKeysPlainArgsBuilder.() -> Unit): ListDatabaseAccountKeysResult
Return
The access keys for the given database account.
See also
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.ListDatabaseAccountKeysPlainArgs.