Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryCloudStorageFilter

Determines which buckets will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID and bucket name.

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

Properties

CloudStorageResourceReference

Optional. The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many bucets within a project or an organization.

Declaration
[JsonProperty("cloudStorageResourceReference")]
public virtual GooglePrivacyDlpV2CloudStorageResourceReference CloudStorageResourceReference { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2CloudStorageResourceReference

Collection

Optional. A specific set of buckets for this filter to apply to.

Declaration
[JsonProperty("collection")]
public virtual GooglePrivacyDlpV2FileStoreCollection Collection { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2FileStoreCollection

ETag

The ETag of the item.

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

Others

Optional. Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

Declaration
[JsonProperty("others")]
public virtual GooglePrivacyDlpV2AllOtherResources Others { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AllOtherResources

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX