AlloyDB v1beta API - Class UserPassword (1.0.0-beta05)

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.

Inheritance

object > UserPassword

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.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