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
fun EncryptionArgs(keyVaultKeyUri: Output<String>? = null, userAssignedIdentity: Output<String>? = null)

Functions

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

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