When creating an Account Discovery rule to find by (Property Constraint), Is it possible to enter a regex value to include both uppercase and lowercase letters?
RESOLUTION:
SPP admins can use the following regex value, for example, if looking to discover the account named Administrator:
([Aa][Dd][Mm][Ii][Nn][Ii][Ss][Tt][Rr][Aa][Tt][Oo][Rr])
The above value will discover the "Administrator" account regardless of which letters are in upper or lower case.
It will also match Administrator1 for example but if you want to only match Administrator and no other then you can add a dollar sign at the end:
([Aa][Dd][Mm][Ii][Nn][Ii][Ss][Tt][Rr][Aa][Tt][Oo][Rr])$
You can use this format with any other username, it just needs to be updated with the letters to match both upper and lower case as shown above.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center