Class GooglePrivacyDlpV2DiscoveryTarget
Target used to match against for Discovery.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryTarget : IDirectResponseSchema
Properties
BigQueryTarget
BigQuery target for Discovery. The first target to match a table will be the one applied.
Declaration
[JsonProperty("bigQueryTarget")]
public virtual GooglePrivacyDlpV2BigQueryDiscoveryTarget BigQueryTarget { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2BigQueryDiscoveryTarget |
CloudSqlTarget
Cloud SQL target for Discovery. The first target to match a table will be the one applied.
Declaration
[JsonProperty("cloudSqlTarget")]
public virtual GooglePrivacyDlpV2CloudSqlDiscoveryTarget CloudSqlTarget { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2CloudSqlDiscoveryTarget |
CloudStorageTarget
Cloud Storage target for Discovery. The first target to match a table will be the one applied.
Declaration
[JsonProperty("cloudStorageTarget")]
public virtual GooglePrivacyDlpV2CloudStorageDiscoveryTarget CloudStorageTarget { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2CloudStorageDiscoveryTarget |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OtherCloudTarget
Other clouds target for discovery. The first target to match a resource will be the one applied.
Declaration
[JsonProperty("otherCloudTarget")]
public virtual GooglePrivacyDlpV2OtherCloudDiscoveryTarget OtherCloudTarget { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2OtherCloudDiscoveryTarget |
SecretsTarget
Discovery target that looks for credentials and secrets stored in cloud resource metadata and reports them as vulnerabilities to Security Command Center. Only one target of this type is allowed.
Declaration
[JsonProperty("secretsTarget")]
public virtual GooglePrivacyDlpV2SecretsDiscoveryTarget SecretsTarget { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SecretsDiscoveryTarget |