Show / Hide Table of Contents

Class UserPermission

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

Inheritance
object
UserPermission
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class UserPermission : IDirectResponseSchema

Properties

AccountAccess

GTM Account access permissions.

Declaration
[JsonProperty("accountAccess")]
public virtual AccountAccess AccountAccess { get; set; }
Property Value
Type Description
AccountAccess

AccountId

The Account ID uniquely identifies the GTM Account.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

ContainerAccess

GTM Container access permissions.

Declaration
[JsonProperty("containerAccess")]
public virtual IList<ContainerAccess> ContainerAccess { get; set; }
Property Value
Type Description
IList<ContainerAccess>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EmailAddress

User's email address.

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
string

Path

GTM UserPermission's API relative path.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX