public sealed class CloudStorageDiscoveryTarget : IMessage<CloudStorageDiscoveryTarget>, IEquatable<CloudStorageDiscoveryTarget>, IDeepCloneable<CloudStorageDiscoveryTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CloudStorageDiscoveryTarget.
Target used to match against for discovery with Cloud Storage buckets.
Implements
IMessageCloudStorageDiscoveryTarget, IEquatableCloudStorageDiscoveryTarget, IDeepCloneableCloudStorageDiscoveryTarget, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
CloudStorageDiscoveryTarget()
public CloudStorageDiscoveryTarget()
CloudStorageDiscoveryTarget(CloudStorageDiscoveryTarget)
public CloudStorageDiscoveryTarget(CloudStorageDiscoveryTarget other)
Parameter | |
---|---|
Name | Description |
other |
CloudStorageDiscoveryTarget |
Properties
CadenceCase
public CloudStorageDiscoveryTarget.CadenceOneofCase CadenceCase { get; }
Property Value | |
---|---|
Type | Description |
CloudStorageDiscoveryTargetCadenceOneofCase |
Conditions
public DiscoveryFileStoreConditions Conditions { get; set; }
Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
Property Value | |
---|---|
Type | Description |
DiscoveryFileStoreConditions |
Disabled
public Disabled Disabled { get; set; }
Optional. Disable profiling for buckets that match this filter.
Property Value | |
---|---|
Type | Description |
Disabled |
Filter
public DiscoveryCloudStorageFilter Filter { get; set; }
Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
Property Value | |
---|---|
Type | Description |
DiscoveryCloudStorageFilter |
GenerationCadence
public DiscoveryCloudStorageGenerationCadence GenerationCadence { get; set; }
Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
Property Value | |
---|---|
Type | Description |
DiscoveryCloudStorageGenerationCadence |