Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello - we'd like to add a condition to an existing stream security rule with the question being can the "like" operator be used to evaluate a property value?
Existing rule for Stream_* (works):
((user.@StreamAccess=resource.@StreamAccess))
Modification 1 (works):
((user.@StreamAccess=resource.@StreamAccess OR user.@Department=resource.@Department))
Modification 2 (doesn't work):
((user.@StreamAccess=resource.@StreamAccess OR user.@Department like resource.@Department))
Is this modification 2 using "Like" on a resource. in this manner possible?