AlloyDB v1alpha API - Class UserPassword (1.0.0-alpha07)

public sealed class UserPassword : IMessage<UserPassword>, IEquatable<UserPassword>, IDeepCloneable<UserPassword>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class UserPassword.

The username/password for a database user. Used for specifying initial users at cluster creation time.

Inheritance

object > UserPassword

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

UserPassword()

public UserPassword()

UserPassword(UserPassword)

public UserPassword(UserPassword other)
Parameter
NameDescription
otherUserPassword

Properties

Password

public string Password { get; set; }

The initial password for the user.

Property Value
TypeDescription
string

User

public string User { get; set; }

The database username.

Property Value
TypeDescription
string