Hi
Can someone tell me where i am going wrong , i getting this error

events:
$event.metadata.product_event_type = "Update user"
$event.metadata.log_type = "AZURE_AD_AUDIT"
$event.principal.application = "Azure MFA StrongAuthenticationService"
$targetuser = $event.target.user.userid
(
$event.src.resource.attribute.labels["StrongAuthenticationMethod"] != "" and
$event.src.resource.attribute.labels["StrongAuthenticationMethod"] = $OldRememberTrustedDevices and
$NewRememberTrustedDevices = $event.target.resource.attribute.labels["StrongAuthenticationMethod"]
)
or
(
$event.src.resource.attribute.labels["StrongAuthenticationPhoneAppDetail"] != "" and
$OldRememberTrustedPhone = $event.src.resource.attribute.labels["StrongAuthenticationPhoneAppDetail"] and
$NewRememberTrustedPhone = $event.target.resource.attribute.labels["StrongAuthenticationPhoneAppDetail"]
)
match:
$targetuser over 10m

