Passcode.CustomRegex
The regex defining the passcode policy.
Declaration
object Passcode.CustomRegexProperties
| Name | Type | Description |
|---|---|---|
passwordContentDescription | Passcode.CustomRegex.PasswordContentDescription | Contains a dictionary of keys for supported OS language IDs (for example, “en-US”), and whose values represent a localized description of the policy enforced by the regular expression. Use the special |
passwordContentRegex Required | string | A regular expression string that the system matches against the password to determine whether it complies with a policy. The regular expression uses the ICU syntax (https://unicode-org.github.io/icu/userguide/strings/regexp.html). The string must not exceed 2048 characters in length. |