ReidentifyContentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request to re-identify an item.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Parent resource name. The format of this value varies depending on whether you have `specified a processing location |
reidentify_config |
google.cloud.dlp_v2.types.DeidentifyConfig
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
|
inspect_config |
google.cloud.dlp_v2.types.InspectConfig
Configuration for the inspector. |
item |
google.cloud.dlp_v2.types.ContentItem
The item to re-identify. Will be treated as text. |
inspect_template_name |
str
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.
|
reidentify_template_name |
str
Template to use. References an instance of DeidentifyTemplate . Any configuration directly specified
in reidentify_config or inspect_config will override
those set in the template. The DeidentifyTemplate used
must include only reversible transformations. 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.
|
location_id |
str
Deprecated. This field has no effect. |