google_api_tag_manager v0.8.0 GoogleApi.TagManager.V2.Model.UserPermission View Source

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

Attributes

  • accountAccess (type: GoogleApi.TagManager.V2.Model.AccountAccess.t, default: nil) - GTM Account access permissions.
  • accountId (type: String.t, default: nil) - The Account ID uniquely identifies the GTM Account.
  • containerAccess (type: list(GoogleApi.TagManager.V2.Model.ContainerAccess.t), default: nil) - GTM Container access permissions.
  • emailAddress (type: String.t, default: nil) - User's email address.
  • path (type: String.t, default: nil) - GTM UserPermission's API relative path.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.TagManager.V2.Model.UserPermission{
  accountAccess: GoogleApi.TagManager.V2.Model.AccountAccess.t(),
  accountId: String.t(),
  containerAccess: [GoogleApi.TagManager.V2.Model.ContainerAccess.t()],
  emailAddress: String.t(),
  path: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.