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

UserPermission

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

Represents a user's permissions to an account and its container.

interface UserPermission {
accountAccess?: AccountAccess;
accountId?: string;
containerAccess?: ContainerAccess[];
emailAddress?: string;
path?: string;
}

§Properties

§
accountAccess?: AccountAccess
[src]

GTM Account access permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update

§
accountId?: string
[src]

The Account ID uniquely identifies the GTM Account.

§
containerAccess?: ContainerAccess[]
[src]

GTM Container access permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update

§
emailAddress?: string
[src]

User's email address. @mutable tagmanager.accounts.permissions.create

§
path?: string
[src]

GTM UserPermission's API relative path.