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)
Properties
Link copied to clipboard
Dual password status for the user.
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
User level password validation policy.
Link copied to clipboard