Class GooglePrivacyDlpV2RecordKey
Message for a unique key indicating a record that contains a finding.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RecordKey : IDirectResponseSchema
Properties
BigQueryKey
Datastore key
Declaration
[JsonProperty("bigQueryKey")]
public virtual GooglePrivacyDlpV2BigQueryKey BigQueryKey { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2BigQueryKey |
DatastoreKey
BigQuery key
Declaration
[JsonProperty("datastoreKey")]
public virtual GooglePrivacyDlpV2DatastoreKey DatastoreKey { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DatastoreKey |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdValues
Values of identifying columns in the given row. Order of values matches the order of identifying_fields
specified in the scanning request.
Declaration
[JsonProperty("idValues")]
public virtual IList<string> IdValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |