Account Encryption
data class AccountEncryption(val keySource: String? = null, val keyVaultKeyId: String, val userAssignedIdentityId: String? = null)
Constructors
Link copied to clipboard
fun AccountEncryption(keySource: String? = null, keyVaultKeyId: String, userAssignedIdentityId: String? = null)