Reference documentation and code samples for the Google Cloud Dms V1 Client class UserPassword.
The username/password for a database user. Used for specifying initial users at cluster creation time.
Generated from protobuf message google.cloud.clouddms.v1.AlloyDbSettings.UserPassword
Namespace
Google \ Cloud \ CloudDms \ V1 \ AlloyDbSettingsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ user
string
The database username.
↳ password
string
The initial password for the user.
↳ password_set
bool
Output only. Indicates if the initial_user.password field has been set.
getUser
The database username.
string
setUser
The database username.
var
string
$this
getPassword
The initial password for the user.
string
setPassword
The initial password for the user.
var
string
$this
getPasswordSet
Output only. Indicates if the initial_user.password field has been set.
bool
setPasswordSet
Output only. Indicates if the initial_user.password field has been set.
var
bool
$this