Class: Google::Cloud::Dlp::V2::DataProfileAction::PublishToDataplexCatalog
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfileAction::PublishToDataplexCatalog
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Create Dataplex Universal Catalog aspects for profiled resources with the aspect type Sensitive Data Protection Profile. To learn more about aspects, see https://cloud.google.com/sensitive-data-protection/docs/add-aspects.
Instance Attribute Summary collapse
-
#lower_data_risk_to_low ⇒ ::Boolean
Whether creating a Dataplex Universal Catalog aspect for a profiled resource should lower the risk of the profile for that resource.
Instance Attribute Details
#lower_data_risk_to_low ⇒ ::Boolean
Returns Whether creating a Dataplex Universal Catalog aspect for a profiled resource should lower the risk of the profile for that resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.
4545 4546 4547 4548 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4545 class PublishToDataplexCatalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |