Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfig
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb 
Overview
ProfileConfig defines a set of categories and policies which will be used to compute security score.
Instance Attribute Summary collapse
- 
  
    
      #categories  ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCategory> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of categories of profile config.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudApigeeV1ProfileConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudApigeeV1ProfileConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ProfileConfig
Returns a new instance of GoogleCloudApigeeV1ProfileConfig.
      7430 7431 7432  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 7430 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#categories ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCategory>
List of categories of profile config.
Corresponds to the JSON property categories
      7428 7429 7430  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 7428 def categories @categories end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7435 7436 7437  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 7435 def update!(**args) @categories = args[:categories] if args.key?(:categories) end  |