public sealed class AlloyDbSettings.Types.UserPassword : IMessage<AlloyDbSettings.Types.UserPassword>, IEquatable<AlloyDbSettings.Types.UserPassword>, IDeepCloneable<AlloyDbSettings.Types.UserPassword>, IBufferMessage, IMessageReference 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.
Implements
IMessageAlloyDbSettingsTypesUserPassword, IEquatableAlloyDbSettingsTypesUserPassword, IDeepCloneableAlloyDbSettingsTypesUserPassword, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
UserPassword()
public UserPassword()UserPassword(UserPassword)
public UserPassword(AlloyDbSettings.Types.UserPassword other)| Parameter | |
|---|---|
| Name | Description |
other |
AlloyDbSettingsTypesUserPassword |
Properties
Password
public string Password { get; set; }The initial password for the user.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSet
public bool PasswordSet { get; set; }Output only. Indicates if the initial_user.password field has been set.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
User
public string User { get; set; }The database username.
| Property Value | |
|---|---|
| Type | Description |
string |
|