StorageGraphBfgSpiiCertification

AI Overview😉

  • The potential purpose of this module is to verify the accuracy and legitimacy of sensitive personal information (SPII) found online, ensuring that it meets specific requirements and comes from trusted sources.
  • This module could impact search results by:
    • Demoting or removing search results that contain unverified or untrustworthy SPII
    • Promoting search results that contain certified SPII from trusted sources, such as government entities or official records
    • Improving the overall quality and reliability of search results by filtering out inaccurate or misleading information
  • To be more favorable for this function, a website may:
    • Ensure that any SPII they provide is accurate, up-to-date, and comes from trusted sources
    • Clearly indicate the sources of their SPII and provide evidence of its legitimacy
    • Implement measures to prevent the spread of inaccurate or misleading SPII, such as fact-checking and moderation

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A fact about potentially sensitive personal info (http://what/SPII) can be "certified" iff it meets specific requirements. See go/kg-spii-certification for details.

Attributes

  • authorityFeedback (type: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgAuthorityFeedbackMetadata.t, default: nil) - This fact was provided via KGO / Entity Authority.
  • legalRequest (type: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLegalRequestMetadata.t, default: nil) - This fact was provided via a legal request.
  • publicInformation (type: GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata.t, default: nil) - This fact is public information. (See go/kg-spii-certification for a description of what qualifies as public information -- simply finding a fact online is not sufficient to certify a fact as public.)

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.StorageGraphBfgSpiiCertification{
  authorityFeedback:
    GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgAuthorityFeedbackMetadata.t()
    | nil,
  legalRequest:
    GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLegalRequestMetadata.t()
    | nil,
  publicInformation:
    GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.