Class GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence
How often existing resources should have their profiles refreshed. New resources 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 GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectTemplateModifiedCadence
Optional. 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
Optional. Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
Declaration
[JsonProperty("refreshFrequency")]
public virtual string RefreshFrequency { get; set; }
Property Value
Type | Description |
---|---|
string |