Class: Google::Apis::SecuritycenterV1beta2::CloudDlpInspection
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::CloudDlpInspection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#full_scan ⇒ Boolean
(also: #full_scan?)
Corresponds to the JSON property
fullScan. -
#info_type ⇒ String
Corresponds to the JSON property
infoType. -
#info_type_count ⇒ Fixnum
Corresponds to the JSON property
infoTypeCount. -
#inspect_job ⇒ String
Corresponds to the JSON property
inspectJob.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudDlpInspection
constructor
A new instance of CloudDlpInspection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudDlpInspection
Returns a new instance of CloudDlpInspection.
1121 1122 1123 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1121 def initialize(**args) update!(**args) end |
Instance Attribute Details
#full_scan ⇒ Boolean Also known as: full_scan?
Corresponds to the JSON property fullScan
1103 1104 1105 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1103 def full_scan @full_scan end |
#info_type ⇒ String
Corresponds to the JSON property infoType
1109 1110 1111 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1109 def info_type @info_type end |
#info_type_count ⇒ Fixnum
Corresponds to the JSON property infoTypeCount
1114 1115 1116 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1114 def info_type_count @info_type_count end |
#inspect_job ⇒ String
Corresponds to the JSON property inspectJob
1119 1120 1121 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1119 def inspect_job @inspect_job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1126 1127 1128 1129 1130 1131 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 1126 def update!(**args) @full_scan = args[:full_scan] if args.key?(:full_scan) @info_type = args[:info_type] if args.key?(:info_type) @info_type_count = args[:info_type_count] if args.key?(:info_type_count) @inspect_job = args[:inspect_job] if args.key?(:inspect_job) end |