Class: Google::Apis::SecuritycenterV1beta1::CloudDlpInspection

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudDlpInspection

Returns a new instance of CloudDlpInspection.



1214
1215
1216
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1214

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#full_scanBoolean Also known as: full_scan?

Corresponds to the JSON property fullScan

Returns:

  • (Boolean)


1196
1197
1198
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1196

def full_scan
  @full_scan
end

#info_typeString

Corresponds to the JSON property infoType

Returns:

  • (String)


1202
1203
1204
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1202

def info_type
  @info_type
end

#info_type_countFixnum

Corresponds to the JSON property infoTypeCount

Returns:

  • (Fixnum)


1207
1208
1209
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1207

def info_type_count
  @info_type_count
end

#inspect_jobString

Corresponds to the JSON property inspectJob

Returns:

  • (String)


1212
1213
1214
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1212

def inspect_job
  @inspect_job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1219
1220
1221
1222
1223
1224
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 1219

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