Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile
 
- 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
- 
  
    
      #data_profile  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the data profile, for example, projects/123/locations/europe/ tableProfiles/8383929.
- 
  
    
      #parent_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource hierarchy level at which the data profile was generated. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudSecuritycenterV2CloudDlpDataProfile 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudSecuritycenterV2CloudDlpDataProfile. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2CloudDlpDataProfile
Returns a new instance of GoogleCloudSecuritycenterV2CloudDlpDataProfile.
| 5044 5045 5046 | # File 'lib/google/apis/securitycenter_v1/classes.rb', line 5044 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
| 5037 5038 5039 | # File 'lib/google/apis/securitycenter_v1/classes.rb', line 5037 def data_profile @data_profile end | 
#parent_type ⇒ String
The resource hierarchy level at which the data profile was generated.
Corresponds to the JSON property parentType
| 5042 5043 5044 | # File 'lib/google/apis/securitycenter_v1/classes.rb', line 5042 def parent_type @parent_type end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5049 5050 5051 5052 | # File 'lib/google/apis/securitycenter_v1/classes.rb', line 5049 def update!(**args) @data_profile = args[:data_profile] if args.key?(:data_profile) @parent_type = args[:parent_type] if args.key?(:parent_type) end |