Class GooglePrivacyDlpV2DiscoveryGenerationCadence
What must take place for a profile to be updated and how frequently it should occur. New tables are scanned as quickly as possible depending on system capacity.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryGenerationCadence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectTemplateModifiedCadence
Governs when to update data profiles when the inspection rules defined by the InspectTemplate
change. If
not set, changing the template will not cause a data profile to update.
Declaration
[JsonProperty("inspectTemplateModifiedCadence")]
public virtual GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence InspectTemplateModifiedCadence { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence |
RefreshFrequency
Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.
Declaration
[JsonProperty("refreshFrequency")]
public virtual string RefreshFrequency { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaModifiedCadence
Governs when to update data profiles when a schema is modified.
Declaration
[JsonProperty("schemaModifiedCadence")]
public virtual GooglePrivacyDlpV2DiscoverySchemaModifiedCadence SchemaModifiedCadence { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoverySchemaModifiedCadence |
TableModifiedCadence
Governs when to update data profiles when a table is modified.
Declaration
[JsonProperty("tableModifiedCadence")]
public virtual GooglePrivacyDlpV2DiscoveryTableModifiedCadence TableModifiedCadence { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryTableModifiedCadence |