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
Returns The data to scan: folder, org, or project.
4402 4403 4404 4405 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4402 class OrgConfig 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.
4402 4403 4404 4405 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4402 class OrgConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |