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 documentation covers the `AlloyDbSettings.Types.UserPassword` class, used within the Database Migration v1 API for managing user credentials."],["The `UserPassword` class is designed to define a username and password combination for database users, particularly during the initial setup of a cluster."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["The class includes properties for `Password`, `PasswordSet` (indicating whether the password has been set), and `User`, each detailed with its type and purpose in managing database user information."],["Multiple versions of this class are accessible, with the latest version being 2.5.0, and the document covers details specific to version 2.3.0."]]],[]]