Property Password
Password
The password for the user account. The password is case-sensitive and must meet security requirements:
- Minimum 14 and maximum 512 characters.
- Must include uppercase and lowercase letters, numbers, and special characters.
- Should avoid common or easily guessed passwords.
[YamlIgnore]
[JsonIgnore]
public string? Password { get; set; }