Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

User

import type { User } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";

Message describing User object.

interface User {
databaseRoles?: string[];
readonly name?: string;
password?: string;
userType?: "USER_TYPE_UNSPECIFIED" | "ALLOYDB_BUILT_IN" | "ALLOYDB_IAM_USER";
}

§Properties

§
databaseRoles?: string[]
[src]

Optional. List of database roles this user has. The database role strings are subject to the PostgreSQL naming conventions.

§
readonly name?: string
[src]

Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.

§
password?: string
[src]

Input only. Password for the user.

§
userType?: "USER_TYPE_UNSPECIFIED" | "ALLOYDB_BUILT_IN" | "ALLOYDB_IAM_USER"
[src]

Optional. Type of this user.