DatabaseAccountListKeysResult Class

The access keys for the given database account.

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

Inheritance
azure.mgmt.cosmosdb.models._models_py3.DatabaseAccountListReadOnlyKeysResult
DatabaseAccountListKeysResult

Constructor

DatabaseAccountListKeysResult(**kwargs: Any)

Variables

Name Description
primary_readonly_master_key
str

Base 64 encoded value of the primary read-only key.

secondary_readonly_master_key
str

Base 64 encoded value of the secondary read-only key.

primary_master_key
str

Base 64 encoded value of the primary read-write key.

secondary_master_key
str

Base 64 encoded value of the secondary read-write key.