DatabaseAccountKeysMetadata Class

The metadata related to each access key for the given Cosmos DB database account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
DatabaseAccountKeysMetadata

Constructor

DatabaseAccountKeysMetadata(**kwargs: Any)

Variables

Name Description
primary_master_key

The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.

secondary_master_key

The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.

primary_readonly_master_key

The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.

secondary_readonly_master_key

The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.