Class DiscoveryTarget (3.18.0)

DiscoveryTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Target used to match against for Discovery.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
big_query_target google.cloud.dlp_v2.types.BigQueryDiscoveryTarget
BigQuery target for Discovery. The first target to match a table will be the one applied. This field is a member of oneof_ target.
cloud_sql_target google.cloud.dlp_v2.types.CloudSqlDiscoveryTarget
Cloud SQL target for Discovery. The first target to match a table will be the one applied. This field is a member of oneof_ target.
secrets_target google.cloud.dlp_v2.types.SecretsDiscoveryTarget
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. This field is a member of oneof_ target.