AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclCircleAcl

AI Overview😉

  • The potential purpose of this module is to determine access control for specific fields or data within a circle or group, ensuring that only authorized members can view or edit the content.
  • This module could impact search results by influencing the visibility and accessibility of certain content or data to specific users or groups. It may prioritize or filter out results based on the user's membership and access level within a circle or group.
  • To be more favorable for this function, a website may need to:
    • Implement clear access control and membership structures for their content or data.
    • Use standardized identifiers for circles or groups (e.g., circleId) to enable seamless integration with Google's algorithms.
    • Provide detailed metadata for their content, including display names and descriptions, to facilitate accurate access control and filtering.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Used when a field is accessible to a circle.

Attributes

  • circleId (type: String.t, default: nil) -
  • circleSet (type: String.t, default: nil) -
  • displayName (type: String.t, default: nil) - Equivalent to Circle.display_name for the circle_id. Included when FieldAclOption.FULL_ACL_WITH_DETAILS is requested. This field is read-only and ignored on update.

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.AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclCircleAcl{
    circleId: String.t() | nil,
    circleSet: String.t() | nil,
    displayName: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.