KnowledgeAnswersSensitivityLoggingPolicy

AI Overview😉

  • The potential purpose of this module is to control the logging of sensitive information in search results, ensuring that certain data is scrubbed or removed from logs to protect user privacy.
  • This module could impact search results by influencing what information is displayed to users, potentially hiding or modifying sensitive content to comply with privacy regulations or internal policies. This could lead to variations in search results depending on the logging policies in place.
  • To be more favorable for this function, a website could ensure that it properly labels and categorizes sensitive information, making it easier for the logging policy to identify and scrub relevant data. Additionally, websites could implement measures to minimize the collection and storage of sensitive user data, reducing the need for extensive logging and scrubbing.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Policies controlling the logging.

Attributes

  • scrubArgumentValue (type: boolean(), default: nil) - The contents of the argument value should be scrubbed before being written to logs.
  • scrubContext (type: boolean(), default: nil) - If this is set to true, this Sensitivity's presence will result in QRewrite to enable AS logging to scrub any discourse context.

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.KnowledgeAnswersSensitivityLoggingPolicy{
    scrubArgumentValue: boolean() | nil,
    scrubContext: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.