CacheEncryptionSettingsResponse

data class CacheEncryptionSettingsResponse(val keyEncryptionKey: KeyVaultKeyReferenceResponse? = null, val rotationToLatestKeyVersionEnabled: Boolean? = null)

Cache encryption settings.

Constructors

Link copied to clipboard
constructor(keyEncryptionKey: KeyVaultKeyReferenceResponse? = null, rotationToLatestKeyVersionEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the location of the key encryption key in key vault.

Link copied to clipboard

Specifies whether the service will automatically rotate to the newest version of the key in the key vault.