Class GooglePrivacyDlpV2ContentItem
Type of content to inspect.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ContentItem : IDirectResponseSchema
Properties
ByteItem
Content data to inspect or redact. Replaces type
and data
.
Declaration
[JsonProperty("byteItem")]
public virtual GooglePrivacyDlpV2ByteContentItem ByteItem { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ByteContentItem |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Table
Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.
Declaration
[JsonProperty("table")]
public virtual GooglePrivacyDlpV2Table Table { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Table |
Value
String data to inspect or redact.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |