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

SqlServerUserDetails

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

Represents a Sql Server user on the Cloud SQL instance.

interface SqlServerUserDetails {
disabled?: boolean;
serverRoles?: string[];
}

§Properties

§
disabled?: boolean
[src]

If the user has been disabled

§
serverRoles?: string[]
[src]

The server roles for this user