Cache Encryption Settings Response
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)