google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyContentRequest View Source

Request to de-identify a list of items.

Attributes

  • deidentifyConfig (GooglePrivacyDlpV2DeidentifyConfig): Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument. Defaults to: null.
  • deidentifyTemplateName (String.t): Optional template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged. Defaults to: null.
  • inspectConfig (GooglePrivacyDlpV2InspectConfig): Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument. Defaults to: null.
  • inspectTemplateName (String.t): Optional template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged. Defaults to: null.
  • item (GooglePrivacyDlpV2ContentItem): The item to de-identify. Will be treated as text. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyContentRequest{
  deidentifyConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t(),
  deidentifyTemplateName: any(),
  inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(),
  inspectTemplateName: any(),
  item: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.