Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryFileStoreConditions

Requirements that must be true before a file store is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.

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

Properties

CloudStorageConditions

Optional. Cloud Storage conditions.

Declaration
[JsonProperty("cloudStorageConditions")]
public virtual GooglePrivacyDlpV2DiscoveryCloudStorageConditions CloudStorageConditions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DiscoveryCloudStorageConditions

CreatedAfter

object representation of CreatedAfterRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedAfterDateTimeOffset instead.")]
public virtual object CreatedAfter { get; set; }
Property Value
Type Description
object

CreatedAfterDateTimeOffset

DateTimeOffset representation of CreatedAfterRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedAfterDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreatedAfterRaw

Optional. File store must have been created after this date. Used to avoid backfilling.

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

ETag

The ETag of the item.

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

MinAge

Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.

Declaration
[JsonProperty("minAge")]
public virtual object MinAge { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX