Forum Discussion
deep198486
Nov 13, 2024Copper Contributor
password match regex for sensitive info type
need to create regex for password match for combination of uppercase , lowercase ,numbers and special characters I use this regex ^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[^a-zA-Z0-9]).{8,}$ but get b...
VasilMichev
Nov 13, 2024MVP
There's a built-in SIT for credentials, just use that: https://learn.microsoft.com/en-us/purview/sit-defn-all-creds
deep198486
Nov 13, 2024Copper Contributor
i tried testing this but it does not detect my case
i am trying to detect password sharing via IM like teams