public sealed class ReidentifyContentRequest : IMessage<ReidentifyContentRequest>, IEquatable<ReidentifyContentRequest>, IDeepCloneable<ReidentifyContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReidentifyContentRequest.
Request to re-identify an item.
Implements
IMessageReidentifyContentRequest, IEquatableReidentifyContentRequest, IDeepCloneableReidentifyContentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ReidentifyContentRequest()
public ReidentifyContentRequest()
ReidentifyContentRequest(ReidentifyContentRequest)
public ReidentifyContentRequest(ReidentifyContentRequest other)
Parameter | |
---|---|
Name | Description |
other |
ReidentifyContentRequest |
Properties
InspectConfig
public InspectConfig InspectConfig { get; set; }
Configuration for the inspector.
Property Value | |
---|---|
Type | Description |
InspectConfig |
InspectTemplateName
public string InspectTemplateName { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Item
public ContentItem Item { get; set; }
The item to re-identify. Will be treated as text.
Property Value | |
---|---|
Type | Description |
ContentItem |
LocationId
public string LocationId { get; set; }
Deprecated. This field has no effect.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent resource name.
The format of this value varies depending on whether you have specified a processing location:
- Projects scope, location specified:
projects/
<var>PROJECT_ID</var>/locations/
<var>LOCATION_ID</var> - Projects scope, no location specified (defaults to global):
projects/
<var>PROJECT_ID</var>
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |
ReidentifyConfig
public DeidentifyConfig ReidentifyConfig { get; set; }
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
Property Value | |
---|---|
Type | Description |
DeidentifyConfig |
ReidentifyTemplateName
public string ReidentifyTemplateName { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |