google_api_tag_manager v0.11.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. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.updateaccountId
(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.updateemailAddress
(type:String.t
, default:nil
) - User's email address. @mutable tagmanager.accounts.permissions.createpath
(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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.