KnowledgeAnswersSensitivityLoggingPolicy

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivityLoggingPolicy


Table of Contents ▼

Jump to a specific part of the page:

Description

Policies controlling the logging.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. scrubArgumentValue (type: boolean(), default: nil)
    - The contents of the argument value should be scrubbed before being written to logs.
  2. 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.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivityLoggingPolicy