Class GooglePrivacyDlpV2OrConditions
There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2OrConditions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinAge
Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.
Declaration
[JsonProperty("minAge")]
public virtual object MinAge { get; set; }
Property Value
Type | Description |
---|---|
object |
MinRowCount
Minimum number of rows that should be present before Cloud DLP profiles a table
Declaration
[JsonProperty("minRowCount")]
public virtual int? MinRowCount { get; set; }
Property Value
Type | Description |
---|---|
int? |