Gets and sets the property MasterUserPassword.
The password associated with the master user account for the cluster that is being created.
Constraints:
- Must be between 8 and 64 characters in length.
- Must contain at least one uppercase letter.
- Must contain at least one lowercase letter.
- Must contain one number.
- Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), " (double quote), \, /, @, or space.

C# |
public string MasterUserPassword { get; set; }