class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::ThreatIntelligenceResourceKind1
Describes an entity with kind.
Attributes
kind[RW]
@return [String] The kind of the entity. Default value: 'indicator' .
Public Class Methods
mapper()
click to toggle source
Mapper for ThreatIntelligenceResourceKind1
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/threat_intelligence_resource_kind1.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ThreatIntelligenceResourceKind', type: { name: 'Composite', class_name: 'ThreatIntelligenceResourceKind1', model_properties: { kind: { client_side_validation: true, required: true, is_constant: true, serialized_name: 'kind', default_value: 'indicator', type: { name: 'String' } } } } } end