I'm trying to come up with a rule that says the string must begin with ABC but not be ABC123, ABC456, ABC789.
I'm trying write this to evaluate against a string bag, any pointers much appreciated.
I'm trying to come up with a rule that says the string must begin with ABC but not be ABC123, ABC456, ABC789.
I'm trying write this to evaluate against a string bag, any pointers much appreciated.
You'll need two things:
a) with the value (ABC)ABC123,ABC456,ABC789.There are (at least) two ways you could do this:
ABCand then have a rule that denies access if the value is one of the 3 forbidden ones orABCand only returns permit if the the value is not one of the 3 forbidden ones.ALFA Example
ALFA, the abbreviated language for AuthZ, is a lightweight syntax for XACML policies. (Source: alfa, Wikipedia)
XACML XML Equivalent