Class: Google::Apis::SecuritycenterV1beta1::CloudDlpDataProfile
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::CloudDlpDataProfile
- 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
Overview
The data profile associated with the finding.
Instance Attribute Summary collapse
-
#data_profile ⇒ String
Name of the data profile, for example,
projects/123/locations/europe/ tableProfiles/8383929.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudDlpDataProfile
constructor
A new instance of CloudDlpDataProfile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudDlpDataProfile
Returns a new instance of CloudDlpDataProfile.
438 439 440 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 438 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_profile ⇒ String
Name of the data profile, for example, projects/123/locations/europe/
tableProfiles/8383929.
Corresponds to the JSON property dataProfile
436 437 438 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 436 def data_profile @data_profile end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
443 444 445 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 443 def update!(**args) @data_profile = args[:data_profile] if args.key?(:data_profile) end |