Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryTableModifiedCadence

The cadence at which to update data profiles when a table is modified.

Inheritance
object
GooglePrivacyDlpV2DiscoveryTableModifiedCadence
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 GooglePrivacyDlpV2DiscoveryTableModifiedCadence : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Frequency

How frequently data profiles can be updated when tables are modified. Defaults to never.

Declaration
[JsonProperty("frequency")]
public virtual string Frequency { get; set; }
Property Value
Type Description
string

Types

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX