Class SdpFilterSettings (0.4.0)

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

Sensitive Data Protection settings.

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
basic_config google.cloud.modelarmor_v1beta.types.SdpBasicConfig
Optional. Basic Sensitive Data Protection configuration inspects the content for sensitive data using a fixed set of six info-types. Sensitive Data Protection templates cannot be used with basic configuration. Only Sensitive Data Protection inspection operation is supported with basic configuration. This field is a member of oneof_ sdp_configuration.
advanced_config google.cloud.modelarmor_v1beta.types.SdpAdvancedConfig
Optional. Advanced Sensitive Data Protection configuration which enables use of Sensitive Data Protection templates. Supports both Sensitive Data Protection inspection and de-identification operations. This field is a member of oneof_ sdp_configuration.