Class GooglePrivacyDlpV2ReidentifyContentRequest
Request to re-identify an item.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ReidentifyContentRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectConfig
Configuration for the inspector.
Declaration
[JsonProperty("inspectConfig")]
public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InspectConfig |
InspectTemplateName
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.
Declaration
[JsonProperty("inspectTemplateName")]
public virtual string InspectTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |
Item
The item to re-identify. Will be treated as text.
Declaration
[JsonProperty("item")]
public virtual GooglePrivacyDlpV2ContentItem Item { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ContentItem |
LocationId
Deprecated. This field has no effect.
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ReidentifyConfig
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
Declaration
[JsonProperty("reidentifyConfig")]
public virtual GooglePrivacyDlpV2DeidentifyConfig ReidentifyConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DeidentifyConfig |
ReidentifyTemplateName
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.
Declaration
[JsonProperty("reidentifyTemplateName")]
public virtual string ReidentifyTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |