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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.