Class: Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Project and scan location information. Only set when the parent is an org.
Instance Attribute Summary collapse
-
#location ⇒ ::Google::Cloud::Dlp::V2::DiscoveryStartingLocation
The data to scan: folder, org, or project.
-
#project_id ⇒ ::String
The project that will run the scan.
Instance Attribute Details
#location ⇒ ::Google::Cloud::Dlp::V2::DiscoveryStartingLocation
4821 4822 4823 4824 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4821 class OrgConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
4821 4822 4823 4824 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4821 class OrgConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |