Sha256: faed49b927c6bc19119609ed94f3ae8d9efd417991fa1b33e3b379dfd5aab35d
Contents?: true
Size: 1.53 KB
Versions: 4
Compression:
Stored size: 1.53 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::V2015_06_01_preview module Models # # Factors that increase our confidence that the alert is a true positive # class AlertConfidenceReason include MsRestAzure # @return [String] Type of confidence factor attr_accessor :type # @return [String] description of the confidence reason attr_accessor :reason # # Mapper for AlertConfidenceReason class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AlertConfidenceReason', type: { name: 'Composite', class_name: 'AlertConfidenceReason', model_properties: { type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, reason: { client_side_validation: true, required: false, read_only: true, serialized_name: 'reason', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems