public sealed class AlloyDbSettings.Types.UserPassword : IMessage<AlloyDbSettings.Types.UserPassword>, IEquatable<AlloyDbSettings.Types.UserPassword>, IDeepCloneable<AlloyDbSettings.Types.UserPassword>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class AlloyDbSettings.Types.UserPassword.
The username/password for a database user. Used for specifying initial
users at cluster creation time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `AlloyDbSettings.Types.UserPassword` class within the Database Migration v1 API."],["The `UserPassword` class is designed to manage the username and password of a database user, primarily for initial user setup during cluster creation."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `UserPassword` include `Password` (for the user's password), `PasswordSet` (indicating if the password has been set), and `User` (for the database username)."],["There are several versions of this documentation available, ranging from version 1.0.0 to the latest 2.5.0, with links provided for each."]]],[]]