Skip to main content

client_encryption_keys

Overview

Nameclient_encryption_keys
TypeResource
Idazure.cosmos_db.client_encryption_keys

Fields

NameDatatypeDescription
idstringThe unique resource identifier of the database account.
namestringThe name of the database account.
propertiesobjectThe properties of a ClientEncryptionKey resource
typestringThe type of Azure resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, clientEncryptionKeyName, databaseName, resourceGroupName, subscriptionIdGets the ClientEncryptionKey under an existing Azure Cosmos DB SQL database.
listSELECTaccountName, databaseName, resourceGroupName, subscriptionIdLists the ClientEncryptionKeys under an existing Azure Cosmos DB SQL database.
_listEXECaccountName, databaseName, resourceGroupName, subscriptionIdLists the ClientEncryptionKeys under an existing Azure Cosmos DB SQL database.
create_updateEXECaccountName, clientEncryptionKeyName, databaseName, resourceGroupName, subscriptionId, data__propertiesCreate or update a ClientEncryptionKey. This API is meant to be invoked via tools such as the Azure Powershell (instead of directly).