Database Account Keys Metadata Response
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
fun DatabaseAccountKeysMetadataResponse(primaryMasterKey: AccountKeyMetadataResponse, primaryReadonlyMasterKey: AccountKeyMetadataResponse, secondaryMasterKey: AccountKeyMetadataResponse, secondaryReadonlyMasterKey: AccountKeyMetadataResponse)