Account Encryption Args
data class AccountEncryptionArgs(val currentKeyIdentifier: Output<String>? = null, val keyVaultKeyIdentifier: Output<String>? = null, val managedIdentity: Output<AccountEncryptionManagedIdentityArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<AccountEncryptionArgs>
Constructors
Link copied to clipboard
constructor(currentKeyIdentifier: Output<String>? = null, keyVaultKeyIdentifier: Output<String>? = null, managedIdentity: Output<AccountEncryptionManagedIdentityArgs>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
The current key used to encrypt the Media Services Account, including the key version.
Link copied to clipboard
Specifies the URI of the Key Vault Key used to encrypt data. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
Link copied to clipboard
A managed_identity
block as defined below.