Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryConfig.
Configuration for discovery to scan resources for profile generation. Only one discovery configuration may exist per organization, folder, or project.
The generated data profiles are retained according to the data retention policy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
def actions() -> ::Array<::Google::Cloud::Dlp::V2::DataProfileAction>
- (::Array<::Google::Cloud::Dlp::V2::DataProfileAction>) — Actions to execute at the completion of scanning.
#actions=
def actions=(value) -> ::Array<::Google::Cloud::Dlp::V2::DataProfileAction>
- value (::Array<::Google::Cloud::Dlp::V2::DataProfileAction>) — Actions to execute at the completion of scanning.
- (::Array<::Google::Cloud::Dlp::V2::DataProfileAction>) — Actions to execute at the completion of scanning.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The creation timestamp of a DiscoveryConfig.
#display_name
def display_name() -> ::String
- (::String) — Display name (max 100 chars)
#display_name=
def display_name=(value) -> ::String
- value (::String) — Display name (max 100 chars)
- (::String) — Display name (max 100 chars)
#errors
def errors() -> ::Array<::Google::Cloud::Dlp::V2::Error>
- (::Array<::Google::Cloud::Dlp::V2::Error>) — Output only. A stream of errors encountered when the config was activated. Repeated errors may result in the config automatically being paused. Output only field. Will return the last 100 errors. Whenever the config is modified this list will be cleared.
#inspect_templates
def inspect_templates() -> ::Array<::String>
-
(::Array<::String>) — Detection logic for profile generation.
Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery.
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/sensitive-data-protection/docs/data-profiles#data-residency.
#inspect_templates=
def inspect_templates=(value) -> ::Array<::String>
-
value (::Array<::String>) — Detection logic for profile generation.
Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery.
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/sensitive-data-protection/docs/data-profiles#data-residency.
-
(::Array<::String>) — Detection logic for profile generation.
Not all template features are used by Discovery. FindingLimits, include_quote and exclude_info_types have no impact on Discovery.
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/sensitive-data-protection/docs/data-profiles#data-residency.
#last_run_time
def last_run_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of the last time this config was executed.
#name
def name() -> ::String
-
(::String) — Unique resource name for the DiscoveryConfig, assigned by the service when
the DiscoveryConfig is created, for example
projects/dlp-test-project/locations/global/discoveryConfigs/53234423
.
#name=
def name=(value) -> ::String
-
value (::String) — Unique resource name for the DiscoveryConfig, assigned by the service when
the DiscoveryConfig is created, for example
projects/dlp-test-project/locations/global/discoveryConfigs/53234423
.
-
(::String) — Unique resource name for the DiscoveryConfig, assigned by the service when
the DiscoveryConfig is created, for example
projects/dlp-test-project/locations/global/discoveryConfigs/53234423
.
#org_config
def org_config() -> ::Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig
- (::Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig) — Only set when the parent is an org.
#org_config=
def org_config=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig
- value (::Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig) — Only set when the parent is an org.
- (::Google::Cloud::Dlp::V2::DiscoveryConfig::OrgConfig) — Only set when the parent is an org.
#other_cloud_starting_location
def other_cloud_starting_location() -> ::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation
- (::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation) — Must be set only when scanning other clouds.
#other_cloud_starting_location=
def other_cloud_starting_location=(value) -> ::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation
- value (::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation) — Must be set only when scanning other clouds.
- (::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation) — Must be set only when scanning other clouds.
#status
def status() -> ::Google::Cloud::Dlp::V2::DiscoveryConfig::Status
- (::Google::Cloud::Dlp::V2::DiscoveryConfig::Status) — Required. A status for this configuration.
#status=
def status=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryConfig::Status
- value (::Google::Cloud::Dlp::V2::DiscoveryConfig::Status) — Required. A status for this configuration.
- (::Google::Cloud::Dlp::V2::DiscoveryConfig::Status) — Required. A status for this configuration.
#targets
def targets() -> ::Array<::Google::Cloud::Dlp::V2::DiscoveryTarget>
- (::Array<::Google::Cloud::Dlp::V2::DiscoveryTarget>) — Target to match against for determining what to scan and how frequently.
#targets=
def targets=(value) -> ::Array<::Google::Cloud::Dlp::V2::DiscoveryTarget>
- value (::Array<::Google::Cloud::Dlp::V2::DiscoveryTarget>) — Target to match against for determining what to scan and how frequently.
- (::Array<::Google::Cloud::Dlp::V2::DiscoveryTarget>) — Target to match against for determining what to scan and how frequently.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The last update timestamp of a DiscoveryConfig.