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.
8795 8796 8797 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 8795 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
8793 8794 8795 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 8793 def categories @categories end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8800 8801 8802 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 8800 def update!(**args) @categories = args[:categories] if args.key?(:categories) end |