GoogleApi.TagManager.V2.Model.UserPermission (google_api_tag_manager v0.15.0) 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. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update
  • 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. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update
  • emailAddress (type: String.t, default: nil) - User's email address. @mutable tagmanager.accounts.permissions.create
  • 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

Specs

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

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.