Class GooglePrivacyDlpV2DiscoveryCloudSqlFilter
Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, location, instance, database, and database resource name.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryCloudSqlFilter : IDirectResponseSchema
Properties
Collection
A specific set of database resources for this filter to apply to.
Declaration
[JsonProperty("collection")]
public virtual GooglePrivacyDlpV2DatabaseResourceCollection Collection { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DatabaseResourceCollection |
DatabaseResourceReference
The database resource to scan. Targets including this can only include one target (the target with this database resource reference).
Declaration
[JsonProperty("databaseResourceReference")]
public virtual GooglePrivacyDlpV2DatabaseResourceReference DatabaseResourceReference { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DatabaseResourceReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Others
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 GooglePrivacyDlpV2AllOtherDatabaseResources Others { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2AllOtherDatabaseResources |