Class GooglePrivacyDlpV2TableOptions
Instructions regarding the table content being inspected.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TableOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdentifyingFields
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
Declaration
[JsonProperty("identifyingFields")]
public virtual IList<GooglePrivacyDlpV2FieldId> IdentifyingFields { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2FieldId> |