Enter password options
In the password options section, you specify how the initial password ("InitialPassword") and the password options ("PasswordOptions") are preset.
"InitialPassword": {
"MinLength": 12,
"IsComplex": true,
"IsMasked": false,
"DefaultValue": "P@ssword1234",
"Constraints": {
"ValidationRule": "[^\\s]*",
"ValidationInformation":
"At least 12 characters, uppercase and lowercase letters, at least one digit or a special character. No spaces."
}
},
"PasswordOptions": {
"MustBeChangedAtNextLogonDefault": true,
"CannotBeChangedByUserDefault": false,
"NeverExpiresDefault": false
},