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

DatabaseRole

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

A Cloud Spanner database role.

interface DatabaseRole {
name?: string;
}

§Properties

§
name?: string
[src]

Required. The name of the database role. Values are of the form projects//instances//databases//databaseRoles/ where `` is as specified in the CREATE ROLE DDL statement.