Interface protos.google.cloud.sql.v1.IUser (0.23.0)

Properties of a User.

Package

@google-cloud/sql

Properties

dualPasswordType

dualPasswordType?:(google.cloud.sql.v1.User.DualPasswordType|keyoftypeofgoogle.cloud.sql.v1.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.v1.IUserPasswordValidationPolicy|null);

User passwordPolicy

project

project?:(string|null);

User project

sqlserverUserDetails

sqlserverUserDetails?:(google.cloud.sql.v1.ISqlServerUserDetails|null);

User sqlserverUserDetails

type

type?:(google.cloud.sql.v1.User.SqlUserType|keyoftypeofgoogle.cloud.sql.v1.User.SqlUserType|null);

User type

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.