listDatabaseAccountKeys

Lists the access keys for the specified Azure Cosmos DB database account. API Version: 2021-03-15.

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

accountName

Cosmos DB database account name.

resourceGroupName

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


Return

The access keys for the given database account.

See also

Parameters

argument

Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.ListDatabaseAccountKeysPlainArgs.