Class GooglePrivacyDlpV2InspectContentRequest
Request to search for potentially sensitive info in a ContentItem.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InspectContentRequest : 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. What specified here will override the template referenced by the inspect_template_name argument.
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 inspect.
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 |