SpiceDB Caveats: expression for checking value in ...
# spicedb
h
@vroldanbet ?
v
Hi, you'd use the
in
operator. Here an example: https://play.authzed.com/s/4WCKBAM2eE_z/relationships
Copy code
caveat attributes_match(expected list<string>, provided string) {
   provided in expected
}
2 Views