Class: Google::Cloud::SecurityCenter::V1::CloudDlpInspection
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CloudDlpInspection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/cloud_dlp_inspection.rb
Overview
Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.
Instance Attribute Summary collapse
-
#full_scan ⇒ ::Boolean
Whether Cloud DLP scanned the complete resource or a sampled subset.
-
#info_type ⇒ ::String
The type of information (or infoType) found, for example,
EMAIL_ADDRESS
orSTREET_ADDRESS
. -
#info_type_count ⇒ ::Integer
The number of times Cloud DLP found this infoType within this job and resource.
-
#inspect_job ⇒ ::String
Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929
.
Instance Attribute Details
#full_scan ⇒ ::Boolean
Returns Whether Cloud DLP scanned the complete resource or a sampled subset.
43 44 45 46 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_dlp_inspection.rb', line 43 class CloudDlpInspection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#info_type ⇒ ::String
Returns The type of information (or
infoType) found,
for example, EMAIL_ADDRESS
or STREET_ADDRESS
.
43 44 45 46 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_dlp_inspection.rb', line 43 class CloudDlpInspection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#info_type_count ⇒ ::Integer
Returns The number of times Cloud DLP found this infoType within this job and resource.
43 44 45 46 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_dlp_inspection.rb', line 43 class CloudDlpInspection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inspect_job ⇒ ::String
Returns Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929
.
43 44 45 46 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_dlp_inspection.rb', line 43 class CloudDlpInspection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |