DatabaseAccountKeysMetadataResponse

data class DatabaseAccountKeysMetadataResponse(val primaryMasterKey: AccountKeyMetadataResponse, val primaryReadonlyMasterKey: AccountKeyMetadataResponse, val secondaryMasterKey: AccountKeyMetadataResponse, val secondaryReadonlyMasterKey: AccountKeyMetadataResponse)

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

Constructors

Link copied to clipboard
constructor(primaryMasterKey: AccountKeyMetadataResponse, primaryReadonlyMasterKey: AccountKeyMetadataResponse, secondaryMasterKey: AccountKeyMetadataResponse, secondaryReadonlyMasterKey: AccountKeyMetadataResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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