Encryption Settings Response
data class EncryptionSettingsResponse(val infrastructureEncryption: String? = null, val kekIdentity: CmkKekIdentityResponse? = null, val keyVaultProperties: CmkKeyVaultPropertiesResponse? = null, val state: String? = null)
Customer Managed Key details of the resource.
Constructors
Link copied to clipboard
constructor(infrastructureEncryption: String? = null, kekIdentity: CmkKekIdentityResponse? = null, keyVaultProperties: CmkKeyVaultPropertiesResponse? = null, state: String? = null)