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

SMBLocalGroups

import type { SMBLocalGroups } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.

interface SMBLocalGroups {
GatewayAdmins?: string[] | null;
}

§Properties

§
GatewayAdmins?: string[] | null
[src]

A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.