PropertiesResponseEncryption

data class PropertiesResponseEncryption(val keyVault: KeyVaultPropertiesResponse? = null, val state: String? = null)

The encryption settings for a configuration store.

Constructors

Link copied to clipboard
constructor(keyVault: KeyVaultPropertiesResponse? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key vault properties.

Link copied to clipboard
val state: String? = null

The state of onboarding, which only appears in the response.