AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAcl

AI Overview😉

  • The potential purpose of this module is to determine the accessibility of a piece of content or information based on the user's membership or group affiliations. It appears to be related to access control and permission management.
  • This module could impact search results by influencing the visibility or ranking of content based on the user's membership or group affiliations. For example, if a user is part of a specific group or circle, they may see more relevant or personalized search results that are only accessible to members of that group.
  • To be more favorable to this function, a website could ensure that its content is properly tagged or categorized by group or membership affiliation. This could include using structured data or metadata to indicate the accessibility of content to specific groups or circles. Additionally, websites could implement permission management systems that align with the module's requirements, making it easier for the algorithm to determine the accessibility of content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAcl (google_api_content_warehouse v0.4.0)

Used when the field is accessible to a membership that the person has.

Attributes

  • circle (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclCircleAcl.t, default: nil) -
  • contactGroup (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclContactGroupAcl.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAcl{
    circle:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclCircleAcl.t()
      | nil,
    contactGroup:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclContactGroupAcl.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.