Class: Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::ThreatIntelligenceResourceKind1
- Inherits:
-
Object
- Object
- Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::ThreatIntelligenceResourceKind1
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/threat_intelligence_resource_kind1.rb
Overview
Describes an entity with kind.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#kind ⇒ String
The kind of the entity.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ThreatIntelligenceResourceKind1 class as Ruby Hash.
Instance Attribute Details
#kind ⇒ String
Returns The kind of the entity. Default value: ‘indicator’ .
16 17 18 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/threat_intelligence_resource_kind1.rb', line 16 def kind @kind end |
Class Method Details
.mapper ⇒ Object
Mapper for ThreatIntelligenceResourceKind1 class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# 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 |