View Source GoogleApi.Analytics.V3.Model.EntityUserLinkPermissions (google_api_analytics v0.15.0)

Permissions the user has for this entity.

Attributes

  • effective (type: list(String.t), default: nil) - Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
  • local (type: list(String.t), default: nil) - Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.EntityUserLinkPermissions{
  effective: [String.t()] | nil,
  local: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.