class Azure::Security::Mgmt::V2020_01_01::Models::AdaptiveApplicationControlGroups
Represents a list of machine groups and set of rules that are recommended by Azure
Security
Center to be allowed
Attributes
value[RW]
@return [Array<AdaptiveApplicationControlGroup>]
Private Class Methods
mapper()
click to toggle source
Mapper for AdaptiveApplicationControlGroups
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_groups.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AdaptiveApplicationControlGroups', type: { name: 'Composite', class_name: 'AdaptiveApplicationControlGroups', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AdaptiveApplicationControlGroupElementType', type: { name: 'Composite', class_name: 'AdaptiveApplicationControlGroup' } } } } } } } end