Class: Google::Cloud::Dlp::V2::DataProfileJobConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Configuration for setting up a job to scan resources for profile generation. Only one data profile configuration may exist per organization, folder, or project.

The generated data profiles are retained according to the data retention policy.

Instance Attribute Summary collapse

Instance Attribute Details

#data_profile_actions::Array<::Google::Cloud::Dlp::V2::DataProfileAction>

Returns Actions to execute at the completion of the job.

Returns:



3849
3850
3851
3852
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3849

class DataProfileJobConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inspect_templates::Array<::String>

Returns Detection logic for profile generation.

Not all template features are used by profiles. FindingLimits, include_quote and exclude_info_types have no impact on data profiling.

Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned.

For more information, see https://cloud.google.com/dlp/docs/data-profiles#data_residency.

Returns:

  • (::Array<::String>)

    Detection logic for profile generation.

    Not all template features are used by profiles. FindingLimits, include_quote and exclude_info_types have no impact on data profiling.

    Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned.

    For more information, see https://cloud.google.com/dlp/docs/data-profiles#data_residency.



3849
3850
3851
3852
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3849

class DataProfileJobConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::Google::Cloud::Dlp::V2::DataProfileLocation

Returns The data to scan.

Returns:



3849
3850
3851
3852
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3849

class DataProfileJobConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

Returns:

  • (::String)

    The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.



3849
3850
3851
3852
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3849

class DataProfileJobConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end