Class GooglePrivacyDlpV2SchemaModifiedCadence
How frequently to modify the profile when the table's schema is modified.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2SchemaModifiedCadence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Frequency
Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
Declaration
[JsonProperty("frequency")]
public virtual string Frequency { get; set; }
Property Value
Type | Description |
---|---|
string |
Types
The types of schema modifications to consider. Defaults to NEW_COLUMNS.
Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |