View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivityLoggingPolicy{
    scrubArgumentValue: boolean() | nil,
    scrubContext: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.