Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile

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

Overview

The data profile associated with the finding.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2CloudDlpDataProfile

Returns a new instance of GoogleCloudSecuritycenterV2CloudDlpDataProfile.



4580
4581
4582
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4580

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

Instance Attribute Details

#data_profileString

Name of the data profile, for example, projects/123/locations/europe/ tableProfiles/8383929. Corresponds to the JSON property dataProfile

Returns:

  • (String)


4573
4574
4575
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4573

def data_profile
  @data_profile
end

#parent_typeString

The resource hierarchy level at which the data profile was generated. Corresponds to the JSON property parentType

Returns:

  • (String)


4578
4579
4580
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4578

def parent_type
  @parent_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4585
4586
4587
4588
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4585

def update!(**args)
  @data_profile = args[:data_profile] if args.key?(:data_profile)
  @parent_type = args[:parent_type] if args.key?(:parent_type)
end