Get User Result
data class GetUserResult(val dualPasswordType: String, val etag: String, val host: String, val instance: String, val kind: String, val name: String, val password: String, val passwordPolicy: UserPasswordValidationPolicyResponse, val project: String, val sqlserverUserDetails: SqlServerUserDetailsResponse, val type: String)
Constructors
Link copied to clipboard
fun GetUserResult(dualPasswordType: String, etag: String, host: String, instance: String, kind: String, name: String, password: String, passwordPolicy: UserPasswordValidationPolicyResponse, project: String, sqlserverUserDetails: SqlServerUserDetailsResponse, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The host from which the user can connect. For insert
operations, host defaults to an empty string. For update
operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional.
Link copied to clipboard
Link copied to clipboard