...
This rule is defined by the element <PolicyRequirementRule xsi:type="basic:PrincipalNameRegex">
, for policy requirements rules, and <PermitValueRule xsi:type="basic:PrincipalNameRegex">
, for permit value rules, with the follow following attributes:
- regex - the regular expression to match
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PolicyRequirementRule xsi:type="basic:PrincipalNameRegex" regex="jsmit^jsmit.*$" /> |