public sealed class UserPassword : IMessage<UserPassword>, IEquatable<UserPassword>, IDeepCloneable<UserPassword>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class UserPassword.
The username/password for a database user. Used for specifying initial users at cluster creation time.
Implements
IMessageUserPassword, IEquatableUserPassword, IDeepCloneableUserPassword, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
UserPassword()
public UserPassword()
UserPassword(UserPassword)
public UserPassword(UserPassword other)
Parameter | |
---|---|
Name | Description |
other |
UserPassword |
Properties
Password
public string Password { get; set; }
The initial password for the user.
Property Value | |
---|---|
Type | Description |
string |
User
public string User { get; set; }
The database username.
Property Value | |
---|---|
Type | Description |
string |