Property Validation and Generation Rules are Case-Sensitive.
Example
A policy has the following rule to validate the Computer Name attribute:
ABC{3 required [0-9]}
Inputting the following value will work: ABC123
However, the following value will fail: abc123
In order to allow for someone typing the Computer Name in lower case, you would need to add a second potential value to the allowed values list, being in lower case.
Your values list would then look like the following:
ABC{3 required [0-9]}
abc{3 required [0-9]}
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center