Properties of a User.
Package
@google-cloud/sqlProperties
dualPasswordType
dualPasswordType
?:
(
google
.
cloud
.
sql
.
v1beta4
.
User
.
DualPasswordType
|
keyof
typeof
google
.
cloud
.
sql
.
v1beta4
.
User
.
DualPasswordType
|
null
);
User dualPasswordType
etag
etag
?:
(
string
|
null
);
User etag
host
host
?:
(
string
|
null
);
User host
instance
instance
?:
(
string
|
null
);
User instance
kind
kind
?:
(
string
|
null
);
User kind
name
name
?:
(
string
|
null
);
User name
password
password
?:
(
string
|
null
);
User password
passwordPolicy
passwordPolicy
?:
(
google
.
cloud
.
sql
.
v1beta4
.
IUserPasswordValidationPolicy
|
null
);
User passwordPolicy
project
project
?:
(
string
|
null
);
User project
sqlserverUserDetails
sqlserverUserDetails
?:
(
google
.
cloud
.
sql
.
v1beta4
.
ISqlServerUserDetails
|
null
);
User sqlserverUserDetails
type
type
?:
(
google
.
cloud
.
sql
.
v1beta4
.
User
.
SqlUserType
|
keyof
typeof
google
.
cloud
.
sql
.
v1beta4
.
User
.
SqlUserType
|
null
);
User type