google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReidentifyContentRequest View Source
Request to re-identify an item.
Attributes
inspectConfig
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t
, default:nil
) - Configuration for the inspector.inspectTemplateName
(type:String.t
, default:nil
) - Template to use. Any configuration directly specified ininspect_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.item
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t
, default:nil
) - The item to re-identify. Will be treated as text.locationId
(type:String.t
, default:nil
) - Deprecated. This field has no effect.reidentifyConfig
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t
, default:nil
) - Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are:CryptoDeterministicConfig
CryptoReplaceFfxFpeConfig
reidentifyTemplateName
(type:String.t
, default:nil
) - Template to use. References an instance ofDeidentifyTemplate
. Any configuration directly specified inreidentify_config
orinspect_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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReidentifyContentRequest{ inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(), inspectTemplateName: String.t(), item: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t(), locationId: String.t(), reidentifyConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t(), reidentifyTemplateName: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.