class Azure::Security::Mgmt::V2019_01_01::Models::AlertConfidenceReason
Factors that increase our confidence that the alert is a true positive
Attributes
reason[RW]
@return [String] description of the confidence reason
type[RW]
@return [String] Type of confidence factor
Private Class Methods
mapper()
click to toggle source
Mapper for AlertConfidenceReason
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01/generated/azure_mgmt_security/models/alert_confidence_reason.rb, line 26 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