Show / Hide Table of Contents

Class TagManagerService.Scope

Available OAuth 2.0 scopes for use with the Tag Manager API.

Inheritance
object
TagManagerService.Scope
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class TagManagerService.Scope

Fields

TagmanagerDeleteContainers

Delete your Google Tag Manager containers

Declaration
public static string TagmanagerDeleteContainers
Field Value
Type Description
string

TagmanagerEditContainers

Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing

Declaration
public static string TagmanagerEditContainers
Field Value
Type Description
string

TagmanagerEditContainerversions

Manage your Google Tag Manager container versions

Declaration
public static string TagmanagerEditContainerversions
Field Value
Type Description
string

TagmanagerManageAccounts

View and manage your Google Tag Manager accounts

Declaration
public static string TagmanagerManageAccounts
Field Value
Type Description
string

TagmanagerManageUsers

Manage user permissions of your Google Tag Manager account and container

Declaration
public static string TagmanagerManageUsers
Field Value
Type Description
string

TagmanagerPublish

Publish your Google Tag Manager container versions

Declaration
public static string TagmanagerPublish
Field Value
Type Description
string

TagmanagerReadonly

View your Google Tag Manager container and its subcomponents

Declaration
public static string TagmanagerReadonly
Field Value
Type Description
string
In this article
Back to top Generated by DocFX