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 |
VertexDatasetTarget
Vertex AI dataset target for Discovery. The first target to match a dataset will be the one applied. Note that discovery for Vertex AI can incur Cloud Storage Class B operation charges for storage.objects.get operations and retrieval fees. For more information, see Cloud Storage pricing. Note that discovery for Vertex AI dataset will not be able to scan images unless DiscoveryConfig.processing_location.image_fallback_location has multi_region_processing or global_processing configured.
Declaration
[JsonProperty("vertexDatasetTarget")]
public virtual GooglePrivacyDlpV2VertexDatasetDiscoveryTarget VertexDatasetTarget { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2VertexDatasetDiscoveryTarget |