public sealed class CloudSqlDiscoveryTarget : IMessage<CloudSqlDiscoveryTarget>, IEquatable<CloudSqlDiscoveryTarget>, IDeepCloneable<CloudSqlDiscoveryTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CloudSqlDiscoveryTarget.
Target used to match against for discovery with Cloud SQL tables.
Implements
IMessageCloudSqlDiscoveryTarget, IEquatableCloudSqlDiscoveryTarget, IDeepCloneableCloudSqlDiscoveryTarget, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
CloudSqlDiscoveryTarget()
public CloudSqlDiscoveryTarget()
CloudSqlDiscoveryTarget(CloudSqlDiscoveryTarget)
public CloudSqlDiscoveryTarget(CloudSqlDiscoveryTarget other)
Parameter | |
---|---|
Name | Description |
other |
CloudSqlDiscoveryTarget |
Properties
CadenceCase
public CloudSqlDiscoveryTarget.CadenceOneofCase CadenceCase { get; }
Property Value | |
---|---|
Type | Description |
CloudSqlDiscoveryTargetCadenceOneofCase |
Conditions
public DiscoveryCloudSqlConditions Conditions { get; set; }
In addition to matching the filter, these conditions must be true before a profile is generated.
Property Value | |
---|---|
Type | Description |
DiscoveryCloudSqlConditions |
Disabled
public Disabled Disabled { get; set; }
Disable profiling for database resources that match this filter.
Property Value | |
---|---|
Type | Description |
Disabled |
Filter
public DiscoveryCloudSqlFilter Filter { get; set; }
Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
Property Value | |
---|---|
Type | Description |
DiscoveryCloudSqlFilter |
GenerationCadence
public DiscoveryCloudSqlGenerationCadence GenerationCadence { get; set; }
How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
Property Value | |
---|---|
Type | Description |
DiscoveryCloudSqlGenerationCadence |