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

AccountAccess

import type { AccountAccess } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Defines the Google Tag Manager Account access permissions.

interface AccountAccess {
permission?:
| "accountPermissionUnspecified"
| "noAccess"
| "user"
| "admin";
}

§Properties

§
permission?: "accountPermissionUnspecified" | "noAccess" | "user" | "admin"
[src]

Whether the user has no access, user access, or admin access to an account. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update