DatabaseAccountKeysMetadata interface
The metadata related to each access key for the given Cosmos DB database account.
Properties
| primary |
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account. |
| primary |
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account. |
| secondary |
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account. |
| secondary |
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account. |
Property Details
primaryMasterKey
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
primaryMasterKey?: AccountKeyMetadata
Property Value
primaryReadonlyMasterKey
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
primaryReadonlyMasterKey?: AccountKeyMetadata
Property Value
secondaryMasterKey
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
secondaryMasterKey?: AccountKeyMetadata
Property Value
secondaryReadonlyMasterKey
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.
secondaryReadonlyMasterKey?: AccountKeyMetadata