EncryptionArgs

data class EncryptionArgs(val keyVaultKeyUri: Output<String>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EncryptionArgs>

The CMK encryption settings on the Device Update account.

Constructors

Link copied to clipboard
constructor(keyVaultKeyUri: Output<String>? = null, userAssignedIdentity: Output<String>? = null)

Properties

Link copied to clipboard
val keyVaultKeyUri: Output<String>? = null

The URI of the key vault

Link copied to clipboard
val userAssignedIdentity: Output<String>? = null

The full resourceId of the user assigned identity to be used for key vault access. Identity has to be also assigned to the Account

Functions

Link copied to clipboard
open override fun toJava(): EncryptionArgs