Class: Google::Apis::WebsecurityscannerV1alpha::VulnerableParameters
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::WebsecurityscannerV1alpha::VulnerableParameters
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/websecurityscanner_v1alpha/classes.rb,
generated/google/apis/websecurityscanner_v1alpha/representations.rb,
generated/google/apis/websecurityscanner_v1alpha/representations.rb 
Overview
Information about vulnerable request parameters.
Instance Attribute Summary collapse
- 
  
    
      #parameter_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The vulnerable parameter names.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ VulnerableParameters 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of VulnerableParameters.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ VulnerableParameters
Returns a new instance of VulnerableParameters
      780 781 782  | 
    
      # File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 780 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#parameter_names ⇒ Array<String>
The vulnerable parameter names.
Corresponds to the JSON property parameterNames
      778 779 780  | 
    
      # File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 778 def parameter_names @parameter_names end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      785 786 787  | 
    
      # File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 785 def update!(**args) @parameter_names = args[:parameter_names] if args.key?(:parameter_names) end  |