Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence

How often existing resources should have their profiles refreshed. New resources are scanned as quickly as possible depending on system capacity.

Inheritance
object
GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX