Database Migration v1 API - Class AlloyDbSettings.Types.UserPassword (2.4.0)

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.

Inheritance

object > AlloyDbSettings.Types.UserPassword

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

UserPassword()

public UserPassword()

UserPassword(UserPassword)

public UserPassword(AlloyDbSettings.Types.UserPassword other)
Parameter
NameDescription
otherAlloyDbSettingsTypesUserPassword

Properties

Password

public string Password { get; set; }

The initial password for the user.

Property Value
TypeDescription
string

PasswordSet

public bool PasswordSet { get; set; }

Output only. Indicates if the initial_user.password field has been set.

Property Value
TypeDescription
bool

User

public string User { get; set; }

The database username.

Property Value
TypeDescription
string