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
| 724 725 726 | # File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 724 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#parameter_names ⇒ Array<String>
The vulnerable parameter names.
Corresponds to the JSON property parameterNames
| 722 723 724 | # File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 722 def parameter_names @parameter_names end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 729 730 731 | # File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 729 def update!(**args) @parameter_names = args[:parameter_names] if args.key?(:parameter_names) end |