Sha256: 4c50fddeadb1d94a81192e84ea2510a4955d331c5d8c05c422d34b02ac891b01
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Security::Mgmt::V2019_01_01_preview module Models # # Model object. # # class SuppressionAlertsScope include MsRestAzure # @return [Array<ScopeElement>] All the conditions inside need to be true # in order to suppress the alert attr_accessor :all_of # # Mapper for SuppressionAlertsScope class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SuppressionAlertsScope', type: { name: 'Composite', class_name: 'SuppressionAlertsScope', model_properties: { all_of: { client_side_validation: true, required: true, serialized_name: 'allOf', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ScopeElementElementType', type: { name: 'Composite', class_name: 'ScopeElement' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_security-0.19.0 | lib/2019-01-01-preview/generated/azure_mgmt_security/models/suppression_alerts_scope.rb |