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
BatchContentItem
Represents a batch of items to inspect.
Declaration
[JsonProperty("batchContentItem")]
public virtual GooglePrivacyDlpV2BatchContentItem BatchContentItem { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2BatchContentItem |
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 |
ContentMetadata
User provided metadata for the content.
Declaration
[JsonProperty("contentMetadata")]
public virtual GooglePrivacyDlpV2ContentMetadata ContentMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2ContentMetadata |
Conversation
Represents a conversation (either complete or a slice). It is assumed that all included messages are contiguous and ordered in chronological order.
Declaration
[JsonProperty("conversation")]
public virtual GooglePrivacyDlpV2Conversation Conversation { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2Conversation |
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 |