Class DiscoveryOtherCloudFilter (3.25.0)

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

Determines which resources from the other cloud will have profiles generated. Includes the ability to filter by resource names.

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
collection google.cloud.dlp_v2.types.OtherCloudResourceCollection
A collection of resources for this filter to apply to. This field is a member of oneof_ filter.
single_resource google.cloud.dlp_v2.types.OtherCloudSingleResourceReference
The resource to scan. Configs using this filter can only have one target (the target with this single resource reference). This field is a member of oneof_ filter.
others google.cloud.dlp_v2.types.AllOtherResources
Optional. 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. This field is a member of oneof_ filter.